/*
 *	TOP画面用スタイル
 */

@import url(font.css);

/*-----------------------------------------------*
	季節別設定
 *-----------------------------------------------*/
body.Spring{ background-image: url(../_img/BG.png); }
.Spring #header{ border-top: solid 10px #8F5; }
.Spring #header #search div{ background: #FEE; border-color: #F68; }
.Spring #header #search div a{ color: #F68; }
/*.Spring #wrapper{ background: #EFE; }*/

body.Summer{ background-image: url(../_img/BGSum.png); }
.Summer #header{ border-top: solid 10px #5AF; }
.Summer #header #search div{ background: #FFE; border-color: #FA0; }
.Summer #header #search div a{ color: #FA0; }
/*.Summer #wrapper{ background: #EFF; }*/

body.Autumn{ background-image: url(../_img/BGAut.png); }
.Autumn #header{ border-top: solid 10px #FA0; }
.Autumn #header #search div{ background: #EFE; border-color: #0D0; }
.Autumn #header #search div a{ color: #0D0; }
/*.Autumn #wrapper{ background: #FFE; }*/

body.Winter{ background-image: url(../_img/BGWin.png); }
.Winter #header{ border-top: solid 10px #A8F; }
.Winter #header #search div{ background: #FFE; border-color: #F68; }
.Winter #header #search div a{ color: #F68; }
/*.Winter #wrapper{ background: #FFF; }*/


/*-----------------------------------------------*
	GLOBAL
 *-----------------------------------------------*/
body
{
	margin: 0;
	padding: 0;
	background: url(../_img/BG.gif);
	background-attachment: fixed;
	line-height: 1.5em;
}

ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

img
{
	border: none;
	margin: 0;
	padding: 0;
}

hr,
.hidden
{
	display: none;
}


/*-----------------------------------------------*
	wrapper
 *-----------------------------------------------*/
#wrapper
{
	margin: 0 auto;
	width: 800px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	background: #FFF;
}

/*-----------------------------------------------*
	header
 *-----------------------------------------------*/
#header
{
	padding-bottom: 5px;
	background: url(../_img/top/HeaderBG.png) repeat-x left bottom;
	min-height: 70px;
	border-bottom: solid 1px #CCC;
}* html #header{ height: 70px; }

#header #logo
{
	padding: 14px 0 0 20px;
}

#header h1
{
	margin: 0;
	padding: 0;
	float: left;
}

/*-----------------------------------------------*
	search
 *-----------------------------------------------*/
#header #search
{
	padding: 20px 0 0 490px;
}

#header #search div
{
	margin: 0 20px;
	padding: 4px;
	border: solid 1px #2D2;
	background: #EFE;
}

#header #search div a
{
	color: #080;
	font-size: 83%; /* small */
}

#header #search .text
{
	width: 110px;
}


/*-----------------------------------------------*
	main
 *-----------------------------------------------*/
#main
{
	position: relative;
}

#main h2
{
	margin: 0;
	padding: 0;
}

#mainImage
{
	position: absolute;
	background: url(../_img/CSS_BG.png) no-repeat top center;
	left: 180px;
}

#mainImage .Menu
{
	overflow: auto;
	width: 620px;
	height: 270px;
	filter: alpha(opacity=70);
}

#mainImage .Menu ul
{
	margin: 20px 0 0 0;
}

#mainImage .Menu li
{
	margin: 3px 0 0 0;
	font-size: 90%;
	font-weight: bold;
}

#mainImage .Menu a
{
	padding: 0px 55px;
	display: block;
	color: #857032;
	background-repeat: no-repeat;
	background-position: 40px center;
}

#mainImage .Menu a:hover
{
	background-color: #DF0;
	color: #000;
	opacity: 0.5;
}

#mainImage .Menu a#menu0 { background-image: url(../_img/maru1.gif); }
#mainImage .Menu a#menu1 { background-image: url(../_img/maru0.gif); }
#mainImage .Menu a#menu2 { background-image: url(../_img/maru3.gif); }
#mainImage .Menu a#menu3 { background-image: url(../_img/maru2.gif); }
#mainImage .Menu a#menu4 { background-image: url(../_img/maru4.gif); }
#mainImage .Menu a#menu5 { background-image: url(../_img/maru5.gif); }

* html #mainImage .Menu a { background-image: url(../_img/maru0.gif); }

/*-----------------------------------------------*
	navi
 *-----------------------------------------------*/
#navi
{
	margin: 0;
	padding: 20px 0 0 0;
	height: 250px;
	background: #D5CFBD;
}

#navi li
{
	margin: 0;
	padding: 0;
	height: 35px;
	width: 178px;
	border: solid 1px #AAA;
}

#navi img,
#navi a
{
	margin: 0;
	padding: 0;
}


/*-----------------------------------------------*
	content
 *-----------------------------------------------*/
#content
{
	position: relative;
	padding: 25px 0 0 0;
/*	background: #FFF;*/
	border-top: solid 1px #CCC;
/*	font-size: 90% /* small */
}
*html #content
{
	height: 1%;
}

#info
{
	margin-top: 15px;
	margin-bottom: 20px;
}

#info h2
{
	padding: 10px 0 0 10px;
	font-size: 83%;
	color: #1C6;
	background: url(../_img/top/information.png) no-repeat left top;
}

#info #infoList
{
	overflow: auto;
	height: 140px;
}

#info #infoList a
{
	color: #0A3;
}

#info #infoList a:visited
{
	color: #555;
}

#info #infoList a:hover
{
	color: #FA0;
}

#update
{
	margin-bottom: 20px;
}

#update h2
{
	padding: 10px 0 0 10px;
	font-size: 83%;
	color: #1AC;
	background: url(../_img/top/update.png) no-repeat left top;
}

#update #updateList
{
	overflow: auto;
	height: 140px;
}

#update #updateList a
{
	color: #08A;
}

#update #updateList a:visited
{
	color: #555;
}

#update #updateList a:hover
{
	color: #FA0;
}


/*-----------------------------------------------*
	left
 *-----------------------------------------------*/
#left
{
	padding: 0 10px 0px 20px;
	float: left;
	width: 350px;
}

#left ul
{
	margin: 0 10px;
	font-size: 83%; /* small */
}

#left li
{
	padding: 0.2em 0 0.2em 12px;
/*	border-bottom: dashed 1px #14c268;*/
	line-height: 1.2;
	background: url(../_img/mark3S.png) no-repeat 0 0.4em;
}

#left li.kango { background-image: url(../_img/mark2S.png); }
#left li.update { background-image: url(../_img/mark1S.png); }
#left li.anzen { background-image: url(../_img/maru2.gif); }


/*-----------------------------------------------*
	submenu
 *-----------------------------------------------*/
#content #submenu
{
	overflow: auto;
}


/*-----------------------------------------------*
	mid
 *-----------------------------------------------*/
#content #mid
{
	float: left;
	width: 210px;
}

/*-----------------------------------------------*
	right
 *-----------------------------------------------*/
#right
{
	float: left;
	width: 210px;
}

/*-----------------------------------------------*
	first
 *-----------------------------------------------*/
#first
{
	margin: 15px 0px 10px 10px;
	padding: 5px 0px 5px 10px;
	border: solid 1px #AD4;
	border-right: solid 3px #AD4;
	border-bottom: solid 3px #AD4;
	line-height: 1.4em;
	width: 175px;
	background: #FFF;
}

#first h2
{
	padding: 0 0 0 20px;
	background: url(/_img/top/first.png) no-repeat left center;
	font-size: 85%;
	color: #F90;
}

#first li a
{
	display: block;
	padding: 0 0 0 30px;
	margin: 0;
	color: #555;
	background: url(../_img/point05.gif) no-repeat 15px 0.5em;
	font-size: 80%;
}

#first li a:hover
{
	color: #0A0;
}


/*-----------------------------------------------*
	help
 *-----------------------------------------------*/
#help
{
/*	margin: 15px 10px 10px 0; */
	margin: 10px 0px 10px 10px;
	padding: 5px 0px 5px 10px;
	background: #FFD;
	border: solid 1px #F90;
	border-right: solid 3px #F90;
	border-bottom: solid 3px #F90;
	line-height: 1.4em;
	width: 175px;
} * html #help{ margin-right: 5px; }

#help h2
{
	padding: 0 0 0 20px;
	background: url(/_img/help.gif) no-repeat left center;
	font-size: 85%;
}

#help h2 a
{
	color: #080;
}

#help li a
{
	display: block;
	padding: 0px 0 0 30px;
	margin: 0;
	color: #555;
	background: url(../_img/point04.gif) no-repeat 15px 0.5em;
	font-size: 80%;
}

#help li a:hover
{
	color: #0A0;
}



/*-----------------------------------------------*
	recog
 *-----------------------------------------------*/
#recog
{
	margin-left: 175px;
	margin-left: 80px;
	position: absolute;
	top: 270px;
	left: 0px;
}

#recog ul
{
}

#recog li
{
	float: left;
/*	margin: 0 5px; */
	margin: 0 0 0 11px;
}

#recog a
{
	display: block;
	padding: 2px 17px;
	color: #FFF;
	background: #C74;
	border: 2px solid #FA0;
/*
	padding: 4px 10px 3px 10px;
	color: #888;
	border-left: 1px solid #888;
	border-bottom: 1px solid #888;
*/
	line-height: 1.2;
	text-decoration: none;
	font-family: serif;
	font-size: 80%;
}

#recog a:hover
{
	color: #FFF;
/*	background: #888;*/
	background: #E85;
}



/*-----------------------------------------------*
	link
 *-----------------------------------------------*/
#link
{
	margin: 15px 0px 0px 0px;
	width: 189px;
	line-height: 1.1;
}

#link h2
{
	padding: 3px;
	color: #888;
	font-size: 90%;
	text-align: center;
	border: double 3px #D5CFBD;
}

#link ul
{
	padding: 0px 0px 0px 0px;
}

#link li a
{
	display: block;
	margin: 10px 0 0 0;
	padding: 8px 0 ;
	text-align: center;
/*	text-decoration: none;*/
	color: #666;
	border: solid 1px #AAA;
	border-top: solid 8px #AAA;
}

#link li a{ border-color: #FDE; }

#link li a:hover{ background-color: #FDE; }


/*-----------------------------------------------*
	link2
 *-----------------------------------------------*/
#link2
{
	padding: 3px 0;
}

#link2 li
{
	margin: 3px 0;
	line-height: 1.1;
}

/*-----------------------------------------------*
	QR
 *-----------------------------------------------*/
#QR
{
	margin-top: 5px;
	padding: 0;
	text-align: center;
}

#QR .frame
{
	border: solid 1px #DDD;
}

#QR p
{
	margin: 0 auto;
	padding: 0;
	font-size: 58%; /* xx-small */
	color: #999;
	line-height: 1.1;
}

/*-----------------------------------------------*
	relate
 *-----------------------------------------------*/
#relate
{
	clear: both;
	padding: 4px 0;
	background: #DDD;
/*	border-top: solid 1px #999;*/
	font-size: 70%;
	overflow: auto;
	line-height: 1.2;
}

#relate ul
{
	width: 636px;
	margin: 0 auto;
	padding: 0;
}
*html #relate ul
{
	width: 670px;
}

#relate ul li
{
	float: left;
	margin: 0;
	padding: 0;
}

#relate a
{
	display: block;
	color: #888;
	width: 200px;
	margin: 0 5px;
	padding: 1px 0;
	float: left;
	border: solid 1px #fff;
	text-align: center;
	text-decoration: none;
}

#relate a:hover
{
	background: #FFF;
}


/*-----------------------------------------------*
	senyou
 *-----------------------------------------------*/
#top #footer div#senyou
{
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	background: transparent;
}

#senyou a
{
	color: #CCC;
	font-size: 69%; /* x-small */
	text-decoration: none;
}

#senyou a:hover
{
	color: #FFF;
}

/*-----------------------------------------------*
	footer
 *-----------------------------------------------*/
#top #footer
{
	clear: both;
	font-size: 83%; /* small */
	font-family: Times;
	text-align: right;
}
*html #top #footer
{
	height: 1%;
}

#top #footer div
{
	padding: 0 10px;
	background: #999;
	color: #FFF;
}

#top #footer address
{
	padding: 0 10px 20px 10px;
	font-style: normal;
}




/*-----------------------------------------------*
	special
 *-----------------------------------------------*/
#special
{
	margin: 15px 0 20px 0;
	padding: 0 10px 10px 10px;
	border: solid 1px #C9B;
	border-right: solid 3px #C9B;
	border-bottom: solid 3px #C9B;
}

#special h2
{
	padding: 10px 0 0 10px;
	border-bottom: solid 2px #C16;
	font-size: 90%;
	color: #C16;
	line-height: 1.2;
}

#special li { background-image: url(../_img/mark2S.png); }
#special a { color:#555; }
#special a:hover { color:#F5A; }
