@charset "Shift_JIS";

/* ----- 基本構造 ----- */
*	{
	font-style: normal;
	font-weight: normal;
}
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

html	{	}
body	{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 20px;
}
* html body,*:first-child+html body{font-size: small;}

/* ----------------------------------------------- */
/* ----- レイアウト ----- */

body#INDEX	{	}

div#PAGETOP	{
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto;
	width: 700px;
}
div#HEADER	{
	height: 150px;
	padding-left: 15px;
}
	ul#PAN	{display: none;}
div#MENU	{
	line-height: 30px;
	height: 32px;
	margin-left: 15px;
	font-size: 85%;
}
div#MENU ul{
	border-left: 2px dotted #FFFFFF;
	display: inline;
}
	
div#MENU li{
	display: inline;
	padding: 0px 1.5em;
	border-right: 2px dotted #FFFFFF;
}
div#MENU a{	color: #000000;}
	li#MENU01	{	}
	li#MENU02	{	}
	li#MENU03	{	}
	li#MENU04	{	}
	li.menu-on a,div#MENU a:hover	{color: #e9546b!important;	}
div#KIZI	{
	line-height: 1.5;
	margin-top: 1em;
}
	div.text	{padding: 0px 20px;}
div.text p,ol,#KIZI ul,dl {margin-bottom: 1em;}
ul.modori	{
	list-style-type: none;
	text-align: right;
	font-size: 85%;
	padding-top: 0.5em;
}
ul.modori li{display: inline;}
div#FOOTER	{
	border-top: 1px solid #cccccc;
	padding-bottom: 1em;
}
div#FOOTER ul{
	font-size: 85%;
	border-top: 2px dotted #f0f0f0;
	margin-top: 1px;
	padding: 1em 20px 0px 0px;
	text-align: right;
}
div#FOOTER li{
	display: inline;
	padding-left: 2em;
}
	li#FOOTER01	{	}
	li#FOOTER02	{	}
	li#FOOTER03	{	}

/* ----------------------------------------------- */
/* ----- 見出し ----- */
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	margin:0;
	padding:0;
}
h1	{
	color: #000000;
	font-size: 153.9%;
	letter-spacing: 2px;
	padding-top:10px;
}
h2,h3,h4,h5,h6	{
	font-weight: bold;
	margin-bottom: 0.5em;
}
h2	{
	font-size: 108%;
	line-height: 30px;
	color: #E9546B;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	padding-left: 17px;
	margin-bottom: 0.7em;
	letter-spacing: 1px;
}
#MENU h2,#FOOTER h2	{display: none;}
h3,h4,h5{
	background-repeat: no-repeat;
	background-position: left center;
}
h3	{
	color: #000000;
	background-image: url(img/h3.gif);
	padding-left: 17px;
}
h4	{
	color: #59b9c6;
	background-image: url(img/h4.gif);
	padding-left: 17px;
}
h5	{
	color: #000000;
	background-image: url(img/h5.gif);
	padding-left: 14px;
}
h6	{
	color: #000000;
	letter-spacing: 1px;
}


/* ----------------------------------------------- */
/* ----- アンカー ----- */
a	{
	color: #FFAA00;
	text-decoration: none;
}
	a:link	{	}
	a:visited	{	}
	a:hover	{
	position: relative;
	left: 1px;
	top: 1px;
	}
	a:active	{	}
	a:focus	{	}

/* ----------------------------------------------- */
/* ----- リスト ----- */
ol,ul {list-style:none;}
.text ol,.text ul{list-style-position: outside;}
.text ol{list-style-type: decimal;}
.text ul{list-style-type: disc;}
.text li{margin-left: 2em;}
dl	{	}
	dt	{
	margin-bottom:0.1em;
	color: #E9546B;
}
	dd	{
	margin: 0px 0px 0.3em 1em;
}


/* ----------------------------------------------- */
/* ----- フォーム ----- */
fieldset{border-style: none;}
input,textarea{
	font-size: 100%;
	background-color: #f5f5f5;
	padding: 2px;
	margin:1px;
	border: 1px solid #000000;
}
	input#TEXT	{	}
	input#CHECKBOX	{	}
	input#RADIO	{	}
	input#BUTTON	{	}

input[type="checkbox"],input[type="radio"]{
	background-color: #FFFFFF;
	border-style: none;
}
input[type="button"],input[type="submit"],input[type="reset"],button{
	background-color: #f5f5f5;
	border-top: 3px double #CCCCCC;
	border-right: 3px double #666666;
	border-bottom: 3px double #666666;
	border-left: 3px double #CCCCCC;
}
select	{	}
option	{	}
optgroup	{}

/* ----------------------------------------------- */
/* ----- テーブル ----- */

table {font-size: inherit;}

/* ----------------------------------------------- */
/* ----- 段落 ----- */
p	{	}

/* ----- 水平線 ----- */
hr	{display: none;}
div.text hr{display: block;}

/* ----- 画像 ----- */
img{border-style: none;}

/* ----- 強調・追加・削除 ----- */
em,strong	{color:#ff0000;}
strong	{
	font-size: 108%;
	font-weight: bold;
	padding: 0px 3px;
}
ins	{text-decoration: underline;}
del	{
	text-decoration: line-through;
	color: #999999;
}

/* ----- アドレス ----- */
#FOOTER address	{display: inline;}

/* ----- 引用 ----- */
blockquote	{
	color: #808080;
	background-color: #f5f5f5;
	border: 1px dotted #000000;
	margin-bottom: 0.5em;
	padding: 5px;
}
q{
	color: #808080;
	background-color: #f5f5f5;
	border-bottom: 1px dotted #000000;
}
cite{font-style:oblique;}

/* ----- 整形済みテキスト ----- */
pre	{
	font-size: 100%;
	font-family: monospace;
	color: #000000;
	line-height: 1.1;
	background-color: #F5F5F5;
	border: 1px solid #000000;
	margin-bottom: 0.5em;
	padding: 5px;
	overflow: auto;
}
* html pre{
	width:97%;
}
code{
	font-family: monospace;
	font-size: 100%;
}
/* ----- 他 ----- */

kbd,samp {font-size: 100%;}

/* ----- 物理要素 ----- */
b{font-weight:bold;}
i{font-style:oblique;}
big{font-size:123.1%;}
small{font-size:77%;}
tt{
	font-family: monospace;
	font-size: 100%;
}