@charset "utf-8";
/* CSS Document */

div#container {
	background-color: #e6e9e3;
	margin: 0px;
	background-image: url(../img/common/bg_top.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

div#innerContainer {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*-- ヘッダー　---------------------------------------------------*/

div#header {
	height: 70px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#sitelogo {
	float: left;
}


div#search {
	margin-top: 0px;
	color: #333333;
	padding-top: 2px;
	height: 28px;
	float: right;
	background-image: url(../img/common/bg_search.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 190px;
	text-align: right;
	padding-right: 12px;
}

div#search .inputBtn {
	vertical-align: middle;
}

div#search .input {
	height: 16px;
	width: 120px;
	vertical-align: middle;
	margin: 0px;
}

div#navUtility {
	float: right;
	text-align: right;
	clear: right;
	width: 300px;
	margin-right: 5px;
	margin-top: 2px;
}

div#navUtility ul {
	list-style-type: none;
	clear: right;
	margin-top: 5px;
}

div#navUtility li {
	float: left;
}


/*--メインナビ----------------------------------------------------*/
div#navMain {
	text-align: center;
	margin: 00px;
	padding: 0px;
}

ul#nav , ul#nav ul {
	margin: 0;
	padding: 0;
	line-height: 0px;
	list-style-type: none;
}


ul#nav li {
	float: left;
	position: relative;
}

ul#nav li ul {
    position: absolute;
	margin-left: -999em; /* hide menu from view */
	top: 38px;
	left:0;
}

/* Styles for Menu Items */
ul#nav li ul li a {
	display: block;
	text-decoration: none;
	color: #5A5A5A;
	margin-bottom:-1px;
	min-height:0;
	background-color: #E6EBEB;
	border: 1px solid #ccc;
	line-height: 1.3em;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* commented backslash mac hiding hack \*/
* html ul#nav li a {
    height:1%;
	position:relative;
}
/* end hack */

/* this sets all hovered lists to red */
#nav li:hover a , #nav li.over a , #nav li:hover li a:hover , #nav li.over li a:hover {
	color: #fff;
	background-color: #28A028;
} 

/* set dropdown to default */
#nav li:hover li a , #nav li.over li a {
	color: #3C3C3C;
	background-color: #E7F8DA;
}

/* Sub Menu Styles */
#nav li:hover ul , #nav li.over ul {
     margin-left:0;
}
/* show menu*/


ul#nav li.navMain01 {
	width: 184px;
	clear: left;
	float: none;
}

ul#nav li.navMain02 {
	width: 194px;
	clear: left;
	float: none;
}

/*--サイドナビ---------------------------------------------*/
div#sideArea {
	float: left;
	width: 170px;
	padding-top: 10px;
	margin-bottom: 15px;
	padding-left: 5px;
}

div#bestSeason div.photo {
	border-right-width: 9px;
	border-left-width: 9px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #53d739;
	border-left-color: #53d739;
	line-height: 0px;
}

*html div#bestSeason div.photo {
	border-right-width: 9px;
	border-left-width: 9px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #53d739;
	border-left-color: #53d739;
	line-height: 0px;
	margin-top: -3px;
}

div#sideArea div.bunner {
	margin-top: 5px;
	margin-bottom: 20px;
}




div#navSide {
	margin-top: 10px;
	padding-bottom: 3px;
}

div#navSide ul {
	list-style-type: none;
	background-color: #d7f4c9;
	background-image: url(../img/common/navSide_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 18px;
	font-size: 0px;
	line-height: 0px;
}

*html div#navSide ul {
	margin-top: -3px;

}

div#navSide li {
	padding-right: 7px;
	padding-left: 7px;
}



/*---フッター----------------------------------------------*/
div#navFooter {
	clear: both;
	background-image: url(../img/common/bg_footer_uti.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 780px;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	padding-bottom: 21px;
}

div#navFooter2 {
	clear: both;
	text-align: center;
	width: 580px;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 200px;
	margin-top: 5px;
	padding-bottom: 20px;
}

*html div#navFooter {
	clear: both;
	background-image: url(../img/common/bg_footer_uti.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 780px;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	padding-bottom: 23px;
}

div#navFooter ul {
	list-style-type: none;
	padding-left: 130px;
}

div#navFooter2 ul {
	list-style-type: none;
}

div#navFooter li , div#navFooter2 li {
	float: left;
}

div#footer {
	background-image: url(../img/common/bg_footer.jpg);
	background-repeat: repeat-x;
}

div#footer div#copy {
	text-align: right;
	font-size: 80%;
}

div#footer div#navadd {
	text-align: left;
	float: left;
	width: 780px;
}

div#footerCopy {
	background-color: #EEF2EE;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}

div#footerCont {
	background-image: url(../img/common/bg_footercont.jpg);
	background-repeat: repeat-x;
	background-color: #EEF2EE;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	font-size: 80%;
	text-align: right;
}
















/* クリア --------------------------------------------------------*/

div#container:after , div#innerContainer:after , div#header:after , div#navFooter:after , div#sideArea:after , div#navMain:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
*html div#container , div#innerContainer , div#header , div#navFooter , div#sideArea , div#navMain  { height: 1% }
div#container , div#innerContainer , div#header , div#navFooter , div#sideArea , div#navMain  { display: block; }
/* End Hides from IE-mac \*/

/* クリア -----------------------------------------------END----*/

