/* common layout
---------------------------------------------*/
body{
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 1.2;
	color: #545454;
	background: #FFFFFF url(../img/_back.gif);
}
#container,
#headset{
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#contents,
#footset{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}



/* common style
---------------------------------------------*/
a:link{
	color: #006699;
	text-decoration: underline;
}
a:visited{
	color: #003366;
	text-decoration: underline;
}
a:hover,
a:active{
	color: #FF3300;
	text-decoration: none;
}
.clr{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	color: #D4D0C8;
}
form{	margin: 0px;	padding: 0px;}
a img{	border: 0px;}


/* ========================================= */



/* container style
---------------------------------------------*/
#container{
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
}


/* headset style
---------------------------------------------*/
#headset{
	padding-top: 8px;
}
#headset h1,
#headset h2,
#headset #headmenu ul,
#headset #headmenu li,
#headset #headmenu li a{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1;
}

#headset h1{
	float: left;
	padding-left: 10px;
}
#headset h1 a{
	display: block;
	overflow: hidden;
	width: 0 !important;
	height: 0 !important;
	padding: 63px 0 0 141px;
	background: url(../img/_logo_h1.gif) no-repeat;
	text-indent: -9999px;
}
#headset h2{
	float: right;
}
#headset h2 a{
 display: block;
 overflow: hidden;
 width: 0 !important;
 height: 0 !important;
 padding: 63px 0 0 349px;
 background: url(../img/_logo_h2.gif) no-repeat;
	text-indent: -9999px;
}
/* headmenu */
#headset #headmenu{
	height: 41px;
	clear: both;
	float: none;
	margin-top: 10px;
	background-image: url(../img/_menu_00.gif);
	background-repeat: repeat;
}
#headset #headmenu li{
	float: left;
	text-indent:-9999px;
	height: 41px;
	margin-right: 1px;
}
#headset #headmenu li.menulast{
	margin-right: 0px;
}
#headset #headmenu li a{
	display: block;
	overflow: hidden;
	height: 41px;
}
/* selected onmouse */
#headset #headmenu li a.brand{
	background: url(../img/_menu_01.gif) no-repeat;
	width: 100px;
}
#headset #headmenu li a:hover.brand{
	background: url(../img/_menu_01_.gif) no-repeat;
	width: 100px;
}
#headset #headmenu li a.product{
	background: url(../img/_menu_02.gif) no-repeat;
	width: 73px;
}
#headset #headmenu li a:hover.product{
	background: url(../img/_menu_02_.gif) no-repeat;
	width: 73px;
}
#headset #headmenu li a.satisfaction{
	background: url(../img/_menu_03.gif) no-repeat;
	width: 90px;
}
#headset #headmenu li a:hover.satisfaction{
	background: url(../img/_menu_03_.gif) no-repeat;
	width: 90px;
}
#headset #headmenu li a.technology{
	background: url(../img/_menu_04.gif) no-repeat;
	width: 110px;
}
#headset #headmenu li a:hover.technology{
	background: url(../img/_menu_04_.gif) no-repeat;
	width: 110px;
}
#headset #headmenu li a.fresh{
	background: url(../img/_menu_05.gif) no-repeat;
	width: 88px;
}
#headset #headmenu li a:hover.fresh{
	background: url(../img/_menu_05_.gif) no-repeat;
	width: 88px;
}
#headset #headmenu li a.career{
	background: url(../img/_menu_06.gif) no-repeat;
	width: 83px;
}
#headset #headmenu li a:hover.career{
	background: url(../img/_menu_06_.gif) no-repeat;
	width: 83px;
}
#headset #headmenu li a.company{
	background: url(../img/_menu_07.gif) no-repeat;
	width: 79px;
}
#headset #headmenu li a:hover.company{
	background: url(../img/_menu_07_.gif) no-repeat;
	width: 79px;
}
#headset #headmenu li a.blog{
	background: url(../img/_menu_08.gif) no-repeat;
	width: 90px;
}
#headset #headmenu li a:hover.blog{
	background: url(../img/_menu_08_.gif) no-repeat;
	width: 90px;
}
/* current headmenu */
.brand #headset #headmenu li a.brand{
	background: url(../img/_menu_01_.gif) no-repeat;
	width: 100px;
}
.product #headset #headmenu li a.product{
	background: url(../img/_menu_02_.gif) no-repeat;
	width: 73px;
}
.satisfaction #headset #headmenu li a.satisfaction{
	background: url(../img/_menu_03_.gif) no-repeat;
	width: 90px;
}
.technology #headset #headmenu li a.technology{
	background: url(../img/_menu_04_.gif) no-repeat;
	width: 110px;
}
.fresh #headset #headmenu li a.fresh{
	background: url(../img/_menu_05_.gif) no-repeat;
	width: 88px;
}
.career #headset #headmenu li a.career{
	background: url(../img/_menu_06_.gif) no-repeat;
	width: 83px;
}
.company #headset #headmenu li a.company{
	background: url(../img/_menu_07_.gif) no-repeat;
	width: 79px;
}
.blog #headset #headmenu li a.blog{
	background: url(../img/_menu_08_.gif) no-repeat;
	width: 90px;
}


/* contents style
---------------------------------------------*/
#contents{
	padding-top: 10px;
}


#contents .crumblist{}
#contents .crumblist ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contents .crumblist li{
	display: inline;
	padding: 0;
	margin: 0px;
	font-size: x-small;
}
#contents .crumblist li span{
	padding: 0px 0.5em;
}
#contents .crumblist ul.headcrumb{
	margin-bottom: 10px;
}
#contents .crumblist ul.footcrumb{
	margin-top: 15px;
}


#contents h2{
	width: 645px;
	margin: 0px auto 15px;
	padding: 5px 10px 5px 25px;
	background-color: #FB7D28;
	line-height: 1.1;
	font-weight: bold;
	color: #FFFFFF;
	font-size: medium;
	background-image: url(../img/icon_00.gif);
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing: 0.1em;
	
}
#contents h3{
	background-image: url(../img/icon_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: small;
	font-weight: bold;
	border-top: 1px solid #08397B;
	border-bottom: 1px solid #08397B;
	margin: 0px auto 15px;
	padding: 3px 0px 3px 15px;
	width: 645px;
}

#contents .unit{
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}

#contents div.topagetop{
	text-align: right;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
#contents div.topagetop_bottom{
	clear: both;
	float: none;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: right;
}


/* footset style
---------------------------------------------*/
#footset{
	background-image: url(../img/_bottom_line.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
}

#footmenu{
	margin: 0px;
	padding: 20px 10px 15px;
	font-size: x-small;
	border-top: 1px solid #EFEAE2;
}
#footmenu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footmenu li{
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #D4D0C8;
}
#footmenu li.last{
	display: inline;
	padding: 0 0.5em 0 0.5em;
	border-right: 1px solid #D4D0C8;
}

#copyright{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 10px 15px;
	font-size: x-small;
	letter-spacing: 0.1em;
}
