@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	}
html,body{
    height:100%;
	}
body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	background-color:#F4F2EA;
	}
img {
	border: none;
	vertical-align: bottom;
	}
li { list-style: none; }

a{
	text-decoration:none;
	color:#FF0000;
	}
a:hover{
	color:#999999;
	}
strong{
	font-weight: bold;
	}
.strong01{
	padding-bottom:10px;
	font-weight: bold;
	color:#000000;
	}
.clear{
	clear:both;
	}
.arrow{
	font-size:10px;
	font-weight: bold;
	color: #e41f1f;
	}

h2{
	margin:0 0 20px 0;
	}
h3{
	padding:3px 0 1px 5px;
	margin:10px 0 20px 0;
	background:#F5F5F5;
	border-left:#FF0000 10px solid;
	font-size:12px;
	font-weight:bold;
	color:#333;
	}
h3 > a:link{
	color:#333333;
	}
h3 > a:visited{
	color:#333333;
	}
h3 + p{
	margin:0 0 20px 0;
	}
h4{
	padding:3px 0 0 15px;
	margin:10px 0 20px 0;
	background-image:url(images/link_pict02.gif);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:12px;
	font-weight:bold;
	color:#333;
	}
h4 + p{
	margin:0 0 20px 0;
	}
h4 > a:link{
	color:#333333;
	}
h4 > a:visited{
	color:#333333;
	}

#container{
	width:760px;
	min-height:100%;
	margin:0 auto;
	padding:0 17px 17px 17px;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#FFFFFF;
	}

/*ヘッダーここから*/

#header{
	width:760px;
	height:120px;
	position:relative;
	}
#Award-logo{
	padding-top:31px;
	}
#header h1{
	font-size:10px;
	font-weight:normal;
	color:#D3949C;
	line-height:14px;
	position:absolute;
	top:40px;
	left:180px;
	}
#header ul{
	list-style-type:none;
	}
#header li{
	float:left;
	}
#global-navi{
	width:605px;
	height:35px;
	padding-top:10px;
	float:left;
	}
#sub-navi{
	width:395px;
	text-align:right;
	position:absolute;
	top:20px;
	right:0px;
	}
#sub-navi li{
	line-height:1.1em;
	background:url(images/line01.jpg) no-repeat left top;
	padding:0 3px 0 5px;
	}
#sub-navi a{
	font-size:11px;
	color:#FFFFFF;
	}
#sub-navi a:hover{
	color:#CCCCCC;
	}
#mail{
	position:absolute;
	top:45px;
	right:0px;
	}
#cart{
	position:relative;
	top:20px;
	right:0px;
	float:right;
	}

/*パンくずここから*/

#pankuzu{
	display:block;
	width:760px;
	height:20px;
	padding-top:5px;
	font-size:10px;
	color:#666666;
	}

/*コンテンツここから*/

#contents{
	width:580px;
	height:100%;
	padding:0 10px 10px 0;
	float:left;
	line-height:130%;
	}
#contents table{
	width:100%;
	}
#contents > table{
	width:580px;
	border-collapse:collapse;
	border:0px;
	}
#contents > table img{
	padding-bottom:10px;
	}
#contents ul{
	list-style-type:none;
	}

/*サイドメニューここから*/

#side{
	width:160px;
	height:100%;
	padding:10px 0 15px 10px;
	background-color:#DDD5BA;
	float:right;
	}
#jisseki{
	margin-bottom:10px;
	}
#webcat01{
	margin-bottom:5px;
	}
#webcat02{
	margin-bottom:10px;
	}
#other-award{
	width:150px;
	list-style-type:none;
	margin-bottom:10px;
	}
#other-award01{
	margin-bottom:5px;
	}
#other-award02{
	margin-bottom:10px;
	}
#support{
	width:150px;
	height:auto;
	padding:5px 0 2px 0;
	background-color:#F1EEE4;
	margin-bottom:10px;
	}
#support img{
	margin-bottom:3px;
	}
#blog{
	margin-bottom:10px;
	}
#products-list{
	width:150px;
	}
#products-list a{
	color:#8c8c8c;
	}
#products-list a:hover{
	color:#FF0000;
	}
#products-list ul{
	padding:5px 0 0 0;
	list-style-type:none;
	font-size:10px;
	line-height:120%;
	color:#666666;
	}
.products{
	margin:0 0 0 10px;
}

/*フッターここから*/

#footer{
	width:760px;
	height:40px;
	clear:both;
	background-color:#E10F17;
	}
#served{
	padding:15px 0 0 10px;
	font-weight:bolder;
	color: #FFFFFF;
	float:left;
	}
#served a{
	color: #FFFFFF;
	}
#served a:hover{
	color: #FFEBCD;
	}
#copyright{
	margin:15px 10px 0 0;
	color:#FFFFFF;
	float:right;
	}
.pagetop{
	display:block;
	width:580px;
	height:10PX;
	padding:10px 0;
	text-align:right;
	clear:both;
	}