﻿@charset "utf-8";

/*------------------------------------------------------------

各ページ共通

------------------------------------------------------------*/
#container{
	background:url(/common/images/common/ribbon_head_base.jpg) 0 0 repeat-x;
}

.contents{
	margin: 0 auto;
	width:920px;
	clear:both;
}

/* ヘッダ
------------------------------------------------------------*/
#section-header .contents{
	background:url(/common/images/common/ribbon_head.jpg) 0 0 no-repeat;
	height:105px;
	position:relative;
}

#section-header .logo{
	position:absolute;
	left:0;
	top:24px;
}

#section-header .utility{
	position:absolute;
	width:390px;
	height:32px;
	right:0;
	top:3px;
}

#section-header .utility .link{
	border-left:1px solid #ddd;
	position:absolute;
	left:0;
	top:0;
	width:143px;
	height:32px;
}

#section-header .utility .link ul{
	position:absolute;
	left:10px;
	top:16px;
	width:133px;
	height:10px;
}

#section-header .utility .link ul li{
	float:left;
}

#section-header .utility .link ul li.first{
	padding-right:10px;
}

#section-header .utility .link ul li img,
#section-header .utility .text p img{
	vertical-align:top;
}

#section-header .utility .text{
	border-left:1px solid #ddd;
	position:absolute;
	right:96px;
	top:0;
	width:149px;
	height:32px;
}

#section-header .utility .text p{
	position:absolute;
	left:10px;
	top:16px;
}

#section-header .utility .text ul{
	position:absolute;
	width:78px;
	height:22px;
	left:65px;
	bottom:0;
}

#section-header .utility .text ul li{
	float:left;
	margin-right:3px;
}

#section-header .utility .text li a{
	display:block;
	text-indent:-9999px;
	background-position:0 0;
	background-repeat:no-repeat;
	width:36px;
	height:22px;
}

#section-header .utility .text li.size-std a{
	background-image:url(/common/images/common/btn_letter_std_off.jpg);
}

#section-header .utility .text li.size-large a{
	background-image:url(/common/images/common/btn_letter_large_off.jpg);
}

#section-header .utility p.logo2{
	border-left:1px solid #ddd;
	position:absolute;
	width:95px;
	height:32px;
	right:0;
	top:0;
}

#section-header .utility p.logo2 img{
	position:absolute;
	right:0;
	bottom:0;
}

#section-header #gnav{
	background:url(/common/images/common/bg_gnav.jpg) 0 0 repeat-x;
	width:920px;
	height:45px;
	position:absolute;
	left:0;
	top:60px;
}

#section-header #gnav ul li{
	float:left;
}

#section-header .searchBox{
	width:180px;
	height:24px;
	position:absolute;
	right:10px;
	top:10px;
}

#section-header .searchBox .text{
	width:126px;
	height:22px;
	line-height:22px;
	padding-left:16px;
	background:#fff url(/common/images/common/bg_searchbox.jpg) 2px 50% no-repeat;
	position:absolute;
	left:0;
	top:0;
	border:1px solid #cecece;
}

#section-header .searchBox .text input{
	border:none;
	background:none;
	width:126px;
	height:22px;
	line-height:22px;
}

#section-header .searchBox .btn{
	position:absolute;
	right:0;
	top:0;
	width:36px;
	height:24px;
}

/* ボディ
------------------------------------------------------------*/
#section-body{
	zoom:1;
}

/* フッタ
------------------------------------------------------------*/
#section-footer{
	clear:both;
}

#section-footer .contents{
	background:url(/common/images/common/ribbon_foot.jpg) 0 0 repeat-x;
	position:relative;
	height:58px;
}

#section-footer .logo{
	position:absolute;
	left:0;
	top:16px;
}

#section-footer .rights{
	position:absolute;
	right:0;
	top:16px;
}

#section-footer ul{
	position:absolute;
	left:0;
	top:38px;
}

#section-footer ul li{
	float:left;
	padding-right:8px;
}

/* パンくず
------------------------------------------------------------*/
#section-breadcrumbs{
	background:url(/common/images/common/bg_breadcrumbs.jpg) 0 0 repeat-x;
	border-top:1px solid #cecece;
	height:36px;
}

#section-breadcrumbs li{
	display:inline;
	height:36px;
	line-height:36px;
}

/* 第2階層
------------------------------------------------------------*/
div.second #section-body{
	position:relative;
	background:url(/common/images/common/ribbon_head_2nd.jpg) 0 0 repeat-x;
}

div.second #section-body .contents{
	background:url(/common/images/common/bg_head_2nd.jpg) 0 0 repeat-x;
}

div.second #section-body .colMain h2,
div.second2 #section-body .colMain h2{
	margin-bottom:20px;
}

div.second #section-body .category-menu li .img,
div.second2 #section-body .category-menu li .img{
	float:left;
	width:120px;
}

div.second #section-body .category-menu li .text,
div.second2 #section-body .category-menu li .text{
	float:right;
	width:190px;
	
}

/* 第2階層-2
------------------------------------------------------------*/
div.page-sitemap div#section-body,
div.second2 #section-body{
	position:relative;
	background:url(/common/images/common/ribbon_head_2nd2.jpg) 0 0 repeat-x;
}

div.second2 #section-body .contents{
	background:url(/common/images/common/bg_head_2nd2.jpg) 0 0 repeat-x;
}

div.page-sitemap div#section-body h2,
div.second2 #section-body .colMain h2{
	margin-bottom:20px;
}

/* 第2階層-3
------------------------------------------------------------*/
div.oneCol #section-body,
div.oneCol #section-body .contents{
	background:url(/common/images/common/ribbon_head_lower2.jpg) 0 0 repeat-x;
}

div.oneCol #section-body .colMain{
	width:758px;
	margin:0 auto;
	float:none;
}

/* 第3階層
------------------------------------------------------------*/
div.third #section-body .category-menu li .img{
	float:left;
	width:120px;
}

div.third #section-body .category-menu li .text{
	float:right;
	width:190px;
}


/* 下層ボディ
------------------------------------------------------------*/
#section-body .hgroup{
	background:url(/common/images/products/bg_title.jpg) 0 100% repeat-x;
	padding-bottom:28px;
}

#section-body .hgroup h3{
	padding:28px 0 28px 64px;
	background:url(/common/images/products/bullet_blue_title.jpg) 20px 33px no-repeat;
	font-size:20px;
	font-weight:bold;
}

#section-body .hgroup h3 span{
	font-size:15px;
	padding-right:0.5em;
}

.lower #section-body{
	background:url(/common/images/common/ribbon_head_lower.jpg) 0 0 repeat-x;
}

.lower #section-body .contents{
	background:url(/common/images/common/bg_head_lower.jpg) 0 0 repeat-x;
}

/*
.lower #section-body .frame{
	background:url(/common/images/common/bg_2nd_head2.jpg) 0 0 repeat-x;
}
*/

.lower #section-body .colMain{
	width:700px;
	float:right;
}

.lower #section-body .colSub{
	padding-top:15px;
	width:200px;
	float:left;
}

.lower #section-body .colSub .nav{
	padding:5px;
	background:#ddd;
	margin-bottom:20px;
}

.lower #section-body .colSub .nav .title{
	padding-bottom:5px;
}

.lower #section-body .colSub .nav ul{
	margin-right:-1px;
}

.lower #section-body .colSub .nav li{
	padding-right:1px;
	background:url(/common/images/common/line_b1_v.gif) 100% 1px no-repeat;
}

.lower #section-body .colSub .nav li div,
.lower #section-body .colSub .nav li ul{
	padding-bottom:1px;
	background:url(/common/images/common/line_b1.gif) 1px 100% no-repeat;
	zoom:1;
}

.lower #section-body .colSub .nav li p{
	padding:7px 0 7px 20px;
	background:#fff url(/common/images/common/bullet_triangle.jpg) 10px 12px no-repeat;
	font-weight:bold;
}

.lower #section-body .colSub .nav li.active p{
	background:#e0efff url(/common/images/common/bullet_triangle_on_blue.jpg) 10px 12px no-repeat;
}

.lower #section-body .colSub .nav li.active li p{
	border-bottom:1px solid #c5c5c5;
}

.lower #section-body .colSub .nav li.active li.last p{
	border-bottom:none;
}

.lower #section-body .colSub .nav li p a{
	font-weight:normal;
}

.lower #section-body .colSub .nav li li div{
	background:#e0efff;
	padding-left:20px;
	padding-bottom:0;
}

.lower #section-body .colSub .btns li{
	margin-bottom:5px;
}

.lower #section-body .colSub .btns li img{
	vertical-align:top;
}

#section-body .nav-toTop{
	margin:20px 0;
	text-align:right;
}

#section-body .contents-foot{
	margin:0 auto;
	width:920px;
	padding-top:50px;
}

#section-body .contents-foot .nav-toTop{
	margin:0 0 10px;
}


/* 下層カテゴリメニュー
------------------------------------------------------------*/
.lower #section-body .category-menu li{
	float:left;
	width:340px;
	margin-bottom:20px;
}

div.oneCol #section-body .category-menu li{
	float:none;
}

.lower #section-body .category-menu li.float-right{
	float:right;
}

.lower #section-body .category-menu li h4{
	background:url(/common/images/common/h_box_category.jpg) 0 0 no-repeat;
	width:310px;
	height:28px;
	line-height:28px;
	padding-left:28px;
	margin:0;
	font-weight:bold;
	border:1px solid #ddd;
}

.lower #section-body .category-menu li h4 a{
	font-weight:bold;
}

.lower #section-body .category-menu li .wrapper{
	padding:10px;
	border:1px solid #ddd;
	border-top:none;
}

.lower #section-body .category-menu li ul{
	background:url(/common/images/common/line_dotted.gif) 0 0 repeat-x;
	margin-top:9px;
	padding-top:10px;
}

.lower #section-body .category-menu li li{
	width:158px;
	margin:0;
}

.lower #section-body .category-menu li .oneCol li{
	width:auto;
	float:none;
}

.lower #section-body .category-menu li li p{
	padding-left:10px;
	background:#fff url(/common/images/common/bullet_triangle.jpg) 0 5px no-repeat;
}