@charset "utf-8";

* {
	color:#333333;
	padding:0;
	font-size: 16px;
	line-height: 140%;
	margin: 0;
/*	background-image: none; */
}

body {
/*	background-color: #E7E7E7; */
	background-color: #000000;
	background-image: url(../images/main/bg.jpg);
	background-repeat: repeat-x;
}

a {
	color: #AD3140;
	text-decoration: none;
}

a:hover {
	color: #AD3140;
	text-decoration: underline
}

a img {
	color: #AD3140;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}

li {
	list-style-type: none;
}

.aka {
	color: #CC3300;
}

.ao {
	color: #0062A0;
}

.oreng {
	color: #f09629;
}

.gray {
	color: #767676;
}

/* base -------------------------------------------------------------------*/
#base {
	width:980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-color: #666666;
}

#wrap {
	float: left;
	width:980px;
    background-color: #FFFFFF;
	background-image: url(../images/main/side_base.gif);
	background-repeat: repeat-y;
	background-position: left;
}


/* header -------------------------------------------------------------------*/

#header {
	width:980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header .top_img {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #DFDFDB;
	text-align: center;
}

#header #logo {
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
#header h2 {
	font-size: 10px;
	font-weight: normal;
	color: #777777;
	line-height: 18px;
}

#header #head_ul {
	position: absolute;
	top: 30px;
	right: 15px;
}
#header #head_ul li {
	font-size: 10px;
	background-image: url(../images/main/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
	padding-left: 7px;
}

#header #head_ul li a {
	font-size: 10px;
}

/* nav ----------------------------------------------- */
#nav {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 80px;
	height: 25px;
	clear: both;
/*	background-image: url(../images/main/nav.gif);   */
/* --   F5F4F0- */   
	background-color: #F5F4F0;
	border: 1px solid #E2E2DE;
} 

#nav li {
	display: inline;  }

  
#nav li a {
	color: #555555;
	text-decoration: none;
	background-image: url(../images/main/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;  
	float: left;
	height: 25px;
/*	width: 80px;  */
	line-height: 25px; 
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}

#nav li a:hover {
	color: #AD3140;
/*	background-image: url(../images/main/g_menu_li_ov.gif); */
	background-color: #DDDDDD;
}

#nav li strong {
	line-height: 30px;
	color: #FFFFFF;
	background-image: url(../images/main/g_menu_st.gif);
	height: 30px;
	width: 120px;
	display: block;
	padding-top: 5px;
}


/*   side menu---IE6 bug display: inline; marginが2倍になる対策-----------------------------------------------*/

#side {
	display: inline;
	float: left;
	width: 208px;
	margin: 0 6px 0 6px;
	padding-bottom: 10px;
}

#side li {
	list-style-type: none;
}

#side_d {
	width: 206px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	border: 1px solid #9c9c9c;
	background-color: #E7E7E7;
	background-image: url(../images/main/sid_bg.gif);
	background-repeat: repeat-x;
}

#side_d h3 {
	display: block;
	width: 185px;
	line-height: 24px;
	color: #6D696F;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 14px;
	text-align: center;
	background-color: #666666;
	background-image: url(../images/main/side.gif); 
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BE0032;
	border-left-color: #BE0032;
	font-weight: normal;
}

#side_d ul {
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 1px;
}

#side_d li a {
	display: block;
	width:143px;
	font-size: 12px;
	color:#006AB6;
	line-height: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
	padding-right: 10px;
	padding-left: 20px;
	background-image:url(../images/main/side_li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	border: 1px solid #D2D2D2;
	text-decoration: none;
	height: 23px;
}


#side_d li a span {
	display: block;
	width:143px;
	font-size: 12px;
	color:#ef810f;
	line-height: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
	padding-left: 5px;
	text-decoration: none;
}



#side_d li a:hover {
/*	background-color: #FFFFCC;  */
	color: #ef810f;
	text-decoration: none;
	background-image: url(../images/main/side_li_ov.gif);
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#side #side_ns {

	margin: 1px;
	padding: 8px;
	border: 1px solid #9c9c9c;
	background-color: #E4E5E7;
}

#side #side_ns  h3 {
	display: block;
	width: 185px;
	line-height: 24px;
	color: #191970;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
/* Z^[O */
	text-align: center;
	background-color: #666666;
	background-image: url(../images/main/side.gif);
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 24px;
	font-weight: normal;
}

#side #side_ns li a {
	font-size:12px;
	background-color: #F5F4F0;
	display: block;
/* ] */
	padding: 10px;
/* s? */
	line-height: 15px;
	border: 1px solid #9c9c9c;
/*  icon ?u  */
	margin-top: 3px;
}




/* contents -------------------------------------------------------------------*/

#contents {
	width:760px;
	float: right;
	}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
/*	background-image: url(../images/main/note_line.gif); */
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#contents h3 {
	font-size: 16px;
	padding-left: 25px;
	color: #222222;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 15px;
	font-weight: bold;
	line-height: 31px;
	background-image: url(../images/main/count_h3.gif);
	height: 35px;
	background-repeat: no-repeat;
}


#contents h4 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A9B59B;
	padding-left: 7px;
	color: #555555;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h4 a {
	font-size: 14px;
}

#contents h5 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 15px;
/*	background-color: #ACC5CF;  */
	background-color: #F09629;
	padding-left: 10px;
	border: 1px solid #9C9C9C;
	position: relative;
    left: 15px;
}

#contents h6 {
	display: inline;
	float: left;
	width: 725px;
	margin-top: 10px;
	margin-left: 12px;
	padding: 5px;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	line-height: 20px;
	border: 1px solid #c8c7c7;
	background-image: url(../images/main/h_bg_01.gif);
	background-repeat: repeat;
}

#contents ul {
	list-style-type: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 30px;
}
#contents li a {
	font-size: 12px;
}

#contents p a {
	line-height: 20px;
}

#contents p strong {
	line-height: 20px;
}

#contents .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}

#contents .img_left img {
	border: 2px solid #EDEDE9;
}


/*  Rec@C[W   */
#contents .m_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	margin-left: 10px;
}



#contents .c_img_left {
	background-color: #FFFFFF;
	padding: 10px;
	margin-right: 10px;
}

#contents .c_img_left img {
	border: 1px solid #999999;
}

#contents .c_img_right {
	background-color: #FFFFFF;
	padding: 10px;
}

#contents .c_img_right img {
	border: 1px solid #999999;
}

#contents p .chui {
	line-height: 20px;
}
.list li {
	background-image: url(../images/main/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
/*	background-color: #F7F7F7; */
	background-color: #FFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
}
ul.list {
	margin-bottom: 10px;
}
.list li:hover {
	background-color: #FFFFFF;
}

/* item -----商品紹介用-IE6 bug display: inline; marginが2倍になる対策------------------------------------------------------*/

#contents .item {
	display: inline;
	text-align: left;
	float: left;
	width: 734px;
	border: 1px solid #DDDDDD;
	margin-top: 12px;
	margin-left: 12px;
	padding: 0px;


}

#contents .item h4 {
	margin: 0px;
	background-color: #304285;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	border-left-color: #BE0032;
	line-height: 25px;
}


#contents .item p {
	margin: 0px;
	text-align: left;
}




/* 1box -----IE6 bug display: inline; marginが2倍になる対策------------------------------------------------------*/

#contents .box1 {
	display: inline;
	float: left;
	width: 710px;
	border: 1px solid #DDDDDD;
	margin-left: 12px;
	margin-top: 12px;
	padding: 12px;
	background-image: url(../images/main/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
/*	position: relative;   */
}

#contents .box1 h4 {
	margin: 0px;
	background-color: #304285;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	border-left-color: #BE0032;
	line-height: 25px;
}

#contents .box1 h3 {
	margin: 0px;
	background-color: #F09629;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #27477A;
	height: 20px;
	line-height: 20px;
}


#contents .box1 p {
	margin: 0px;
}

#contents .box1 .btn a {
	font-size: 13px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #304285;
	background-color: #FFFFFF;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/main/btn.gif);
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#contents .box1 .btn a:hover {
	color: #304285;
	background-color: #FF9900;
	background-image: url(../images/main/btn.gif); 
}

#contents .box1_scroll {
        overflow-y: scroll;
        width: 685px;
        height:100px;
	border: 1px solid #DDDDDD;
        padding: 0.5em;
/*      scrollbar-arrow-color: #DDDDDD; */
        scrollbar-face-color:  #A3BAC2;
}

#contents .box1_center {
	text-align: center;
}


/* 2box -------------------------------------------------------------------*/
#contents .box2 {
	float: left;
	width: 336px;
	border: 1px solid #DDDDDD;
	margin-left: 12px;
	margin-top: 12px;
	_margin: 6px;
	_margin-top: 12px;
	padding: 12px;
        background-image: url(../images/main/box_bg.gif);
        background-repeat: repeat-x;
        background-position: bottom;
	position: relative;   
}

#contents .box2_center {
	text-align: center;
}

#contents .box2 h4 {
	margin: 0px;
	height: 20px;
	background-color: #304285;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	border-left-color: #BE0032;
}

#contents .box2 p {
	margin: 0px;
}

#contents .box2 .btn a {
	font-size: 13px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #304285;
	background-color: #FFFFFF;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/main/btn.gif);
	position: absolute;
	right: 10px;
	bottom: 20px;
}

#contents .box2 .btn a:hover {
	background-color: #FF9900;
	background-image: url(../images/main/btn.gif);
}
/* 3box -------------------------------------------------------------------*/
#contents .box3 {
	float: left;
	width: 211px;
	border: 1px solid #DDDDDD;
	margin-left: 12px;
	margin-top: 12px;
	_margin: 6px;
	_margin-top: 12px;
	padding: 12px;
        padding-bottom: 18px;
        background-image: url(../images/main/box_bg.gif);
        background-repeat: repeat-x;
        background-position: bottom;
	position: relative;   
}
#contents .box3 h4 {
	margin: 0px;
	background-color: #304285;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #BE0032;
}

#contents .box3 p {
	margin: 0px;
}
#contents .box3 .btn a {
	font-size: 13px;
	line-height: 17px;
	height: 17px;
	padding-left: 5px;
	color: #304285;
	background-color: #FFFFFF;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/main/btn.gif);
	position: absolute;
	bottom: 6px;
	padding-right: 5px;
	left: 135px;
}

#contents .box3 .btn a:hover {
	background-color: #FF9900;
	background-image: url(../images/main/btn.gif);
}
.box3 a img {
	border: 2px solid #EDEDE9;
}
.box3 a:hover img {
	border: 2px solid #FCD096;
}


#contents .box3_photo {
	float: left;
	height: 160px;
	width: 173px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(../images/main/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#contents .box3_photo:hover {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

.box3_photo a img {
	border: 2px solid #FFFFFF;
}
.box3_photo a:hover img {
	border: 2px solid #FCD096;
}


/* 4box -------------------------------------------------------------------*/
#contents .box4 {
	float: left;
	width: 149px;
	border: 1px solid #DDDDDD;
	margin-left: 12px;
	margin-top: 12px;
	_margin: 6px;
	_margin-top: 12px;
	padding: 12px;
        background-image: url(../images/main/box_bg.gif);
        background-repeat: repeat-x;
        background-position: bottom;
	position: relative;   
}

#contents .box4 h4 {
	margin: 0px;
	background-color: #304285;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #BE0032;
}

#contents .box4 p {
	margin: 0px;
}



/* NWy[Wp -------------------------------------------------------------------*/

#contents dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D0;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contents dt {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #B5C2A3;
	padding-left: 5px;
}
#contents dd {
	margin: 5px;
}

/*   -------------------------------------------------------------------*/

#tb1 {
	position: relative;
	margin-left: 10px;
}

#contents table {
	text-align: center;
}



/*  フッター　-------------------------------------------------------------------*/

#f_menu {
	width: 100%;
	background-color: #F5F4F0;
	border: 1px solid #E2E2DE;
	text-align: center;
	line-height: 100%;
	font-size: 80%;
}

#f_menu ul {
	border-left: 1px solid #FFFFFF;
	display: inline;
}

#f_menu a {
	color: #555555;
	background-image: url(../images/main/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-right: 10px;
}

#f_menu a:hover {
	color: #AD3140;
	background-color: #DDDDDD;
}

#f_menu li {
	border-right: 1px solid #FFFFFF;
	display: inline;
	padding: 0 5px;
	width: auto; /*追記*/
	white-space: nowrap; /*追記*/
}

/*  copyright -------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #ffffff;
/*@Z^[O */
	text-align: center;
	display: block;
	background-color: #888888;
	font-size: 12px;
	padding: 5px;
}

