@charset "Shift_JIS";
	/* 文字エンコードの設定（削除不可） */

/* ============================================== */
/* HTML要素（一部#ID） */
*	{
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

/* 基本構造 */

html,body,#PAGETOP{height:100%;}
body	{
	font-size: small;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
}
hr	{display: none;}

/* ヘッダー */

#PAGETOP	{
	text-align: left;
	margin: 0px auto;
	width: 600px;
	position: relative;
	border-right: 1px solid #CDD8DE;
	border-left: 1px solid #CDD8DE;
	min-height: 100%;
}
body > #PAGETOP {height: auto;}

#HEADER	{
	background-image: url(img/index_yumi.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 325px;
	width: 450px;
	margin-left: 25px;
}
#PAN	{
	font-size: 10px;
	text-align: right;
	line-height: 25px;
	height: 25px;
	width: 550px;
	position: absolute;
	left: 25px;
	top: 0px;
	display: inline;
}
#PAN li {display: inline;}
#PAN li a {
	background-image: url(img/pan.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

/* メニュー */

#MENU	{
	width: 96px;
	position: absolute;
	left: 479px;
	top: 25px;
}
	#MENU	li {margin-bottom: 4px;}
 #MENU a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color:#ffe5f3;
	text-align: center;
	display: block;
	line-height: 40px;
	height: 40px;
	width: 96px;
}
 #MENU a:hover,.menu-on a {
	background-color: #D3CFD9 !important;
	background-image: url(img/menu_on.gif) !important;
}

/* 記事部分 */

#KIZI	{
	line-height: 150%;
	width: 550px;
	margin-left: 25px;
}
	div.text	{
	background-image: url(img/back_text.gif);
	background-repeat: repeat-y;
	background-position: 180px 0;
	border-top: 1px solid #cdd8de;
	padding: 5px 0px 0px 200px;
}
	ul.modori	{
	font-size: 10px;
	text-align: right;
	margin-top: 0.5em;
}

/* フッター */

#FOOTER	{
	font-size: 11px;
	background-image: url(img/footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
	padding: 7px 0px;
	width: 600px;
	margin-top: 1em;
}
#FOOTER li {
	display: inline;
	margin-left: 15px;
}
#FOOTER ul {padding-right: 25px;}


/* ============================================== */

/* 見出し */
h1,h2,h3,h4,h5,h6	{
	font-size: 100%;
	font-weight: bold;
}
h1	{
	font-size: 150%;
	color: #FFFFFF;
	letter-spacing: 10px;
	padding-left: 15px;
	position: absolute;
	top: 35px;
}
h2	{
	color:#ff69b4;/* #5B7E91*/
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 156px;
	padding-left: 14px;
	position: relative;
	bottom: -25px;
}
#MENU h2,#FOOTER h2	{display: none;}
h3	{
	color: #5B7E91;
	background-image: url(img/h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	position: relative;
	left: -20px;
	margin-top: 0.5em;
}
h4	{color: #000000;}
h5	{color: #999999;}
h6	{font-size: 90%;}

/* アンカー */
a	{
	color: #E6B422;
	text-decoration: none;
}
	a:hover	{text-decoration: underline;}

/* 強調・追加・削除 */
em,strong	{font-weight: bold;}
strong	{color: #CC0000;}
ins	{text-decoration: underline;}
del	{
	text-decoration: line-through;
	color: #999999;
}

/* リスト */
ol li	{list-style-position: inside;}
ul li,#KIZI .modori li	{
	list-style-image: none;
	list-style-type: none;
	background-image: none;
}
	#KIZI ul li	{
	background-image: url(img/listmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
dt	{color: #5B7E91;}
	dd	{
	margin-left: 10px;
	padding-left: 10px;
	border-left: 2px solid #5B7E91;
}

/* フォーム */

input,textarea	{
	margin-bottom: 5px;
	font-size: 100%;
}
textarea,input#TEXT	{border: 1px solid #666666;}
input#BUTTON {
	color: #000000;
	background-color: #f0f0f0;
	border: 1px solid #000000;
}

/* アドレス */
address	{display: inline;}

/* 引用 */
blockquote	{	
	color: #808080;
	background-color: #f0f0f0;
	border: 1px solid #808080;
}
cite,q	{
	font-style:oblique;
	color: #808080;
}

/* 整形済みテキスト */
pre	{	border: 1px solid #808080;}

/* 物理要素 */
b{font-weight:bold;}
i{font-style:oblique;}
big{font-size:medium;}
small{font-size:x-small;}
