@charset "UTF-8";

/* **************************************
*Since: 2008-09-29
*Modified: 2008-10-02
************************************** */


/* Reset & Restyle
---------------------------------------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,strong,em{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	line-height:1.5;
	color:#464646;
	margin:0;
	padding:0;
}

body{
	font-size:75%;
	text-align:center;
	background:#F0F0EC;
	margin:0px 0px 20px 0px;
}

/* ModernBrowsersOnly(notIE7) */
html>/**/body{
	font-size:12px;
}

img{
	border: 0px;
	vertical-align:bottom;
}

ul, ol{
	list-style-type: none;
}

table {
	border: none;
}

th, td {
	padding: 0px;
}

hr{
	visibility:hidden;
}

s{
	text-decoration:none;
}

/* link color
---------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color:#36c;
}

a:hover {	
	color:#f00;
	text-decoration: underline;
}


/* clearFix
---------------------------------------------------------------------------------------- */
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearFix{
	display:inline-block;
}

/*\*/ * html .clearFix{
	height:1%;
} /**/

/*\*/ .clearFix{
	display:block;
} /**/


/* wrapper
---------------------------------------------------------------------------------------- */
#wrapper{
	width:830px;
	padding:0px 20px;
	margin:0px auto;
	background:url(../images/bg.gif) repeat-y center;
}


/* header
---------------------------------------------------------------------------------------- */
#header{
	background:url(../images/header_line.gif) no-repeat center top;
	width:830px;
	height:105px;
}

#header span{
	display:none;
	float:right;
}

#header p{
	text-align:left;
	font-size:85%;
	color:#999999;
	padding:10px;
}

#header h1{
	float:left;
	width:245px;
	margin:5px 0px 0px 0px;
}

#header .inquiry{
	float:right;
	text-align:right;
}

#header .inquiry p{
	text-align:right;
	font-size:100%;
	color:#666666;
	padding:0px 0px 3px 0px;
}

#header .inquiry img{
	margin:0px 0px 0px 5px;
}


/* menu
---------------------------------------------------------------------------------------- */
ul#menu{
	height:53px;
	width:830px;
	background:url(../images/shadow.gif) repeat-x bottom;
}

#menu li{
	display:block;
	float:left;
}

#menu li a{
	display:block;
}

#menu li a:hover{
	background-color:transparent;
}

#menu li a:hover img{
	visibility:hidden;
}

#menu li.m1{background:url(../images/menu1hover.gif) no-repeat;}
#menu li.m2{background:url(../images/menu2hover.gif) no-repeat;}
#menu li.m3{background:url(../images/menu3hover.gif) no-repeat;}
#menu li.m4{background:url(../images/menu4hover.gif) no-repeat;}
#menu li.m5{background:url(../images/menu5hover.gif) no-repeat;}
#menu li.m6{background:url(../images/menu6hover.gif) no-repeat;}
#menu li.m7{background:url(../images/menu7hover.gif) no-repeat;}


/* title
---------------------------------------------------------------------------------------- */
#title{
	background:url(../images/title_bg.gif) repeat-x;
	height:52px;
	width:830px;
	text-align:center;
	margin:0px 0px 10px 0px;
}

#title h2{
	padding:10px 0px 0px 0px;
	font-size:150%;
	font-weight:bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* container
---------------------------------------------------------------------------------------- */
#container{
	width:810px;
	margin:10px 10px 0px 10px;
	text-align:left;
}

/* pagetop
------------------------------------------------ */
#container .pagenavi,
#container .pagenavi_page{
	width:805px;
	text-align:right;
	float:left;
	margin:10px 5px 20px 0px;
}

#container .pagenavi_page{
	width:795px;
	margin:10px 15px 20px 0px;
}

#container .pagenavi a,
#container .pagenavi_page a{
	margin:0px 0px 0px 15px;
}

/* side
---------------------------------------------------------------------------------------- */
#side{
	width:180px;
	float:left;
	margin:7px 0px 0px 0px;
}

#side li{
	margin:0px 0px 5px 0px;
}

#side li s{
	display:none;
}

#side ol li a{
	display:block;
	height:25px !important;
	height:40px;
	background:url(../images/side1.gif) no-repeat;
	color:#FFFFFF;
	padding:15px 0px 0px 30px;
	line-height:100%;
}

#side ol li.active a{
	background:url(../images/side1hover.gif) no-repeat;
}

#side ol li a:hover{
	background:url(../images/side1hover.gif) no-repeat;
	text-decoration:none;
}

#side table#wp-calendar{
	width:100%;
	margin:0px 0px 20px 0px;
	background:url(../images/line.gif) no-repeat bottom;
}

#side .month_select{
	margin:0px 0px 20px 0px;
}

#side table#wp-calendar caption{
	background:url(../images/side2.gif) no-repeat top;
	color:#FFFFFF;
	height:26px;
	padding:5px 0px 0px 0px !important;
	padding:4px 0px 6px 0px;
}

#side table#wp-calendar td{
	text-align:center;
}

#side table#wp-calendar th{
	text-align:center;
}

#side table#wp-calendar td a{
	text-decoration:underline;
	color:#FF3300;
}

#side table#wp-calendar td#today{
	background-color:#CEDFF1;
}

#side table#wp-calendar td#prev{
	text-align:left;
}

#side table#wp-calendar td#next{
	text-align:right;
}

#side table#wp-calendar td#prev a,
#side table#wp-calendar td#next a{
	text-decoration:none;
}

#side h3{
	background:url(../images/side2.gif) no-repeat top;
	height:21px !important;
	height:26px;
	padding:5px 0px 0px 8px;
	margin:0px 0px 5px 0px;
	color:#FFFFFF;
}

#side ul{
	margin:0px 0px 20px 0px;
}

#side ul li{
	display:block;
	background:url(../images/line.gif) no-repeat bottom;
	padding:0px 0px 5px 0px;
}

#side ul li a{
	display:block;
	padding:0px 0px 0px 15px;
	background:url(../images/list.gif) no-repeat 5px center;
}

/* content
---------------------------------------------------------------------------------------- */
#content{
	width:610px;
	float:right;
	background:url(../images/content_bg.gif) repeat-y;
	margin:0px 0px 10px 0px;
}

#content h3{
	background:url(../images/content_title.gif) no-repeat;
	height:27px;
	padding:25px 0px 0px 25px;
	position:relative;
}

#content h3 strong{
	font-size:18px;
	font-weight:bold;
	border-bottom:2px solid #FF3300;
	padding:0px 0px 2px 0px !important;
	padding:0px 0px 1px 0px;
	line-height:150%;
	/*font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
}

#content h3 strong a{
	color:#464646;
}

#content h3 strong a:hover{
	color:#999999;
	text-decoration:none;
}

#content h3 strong s{
	text-decoration:none;
}

#content h3 em{
	position:absolute;
	display:block;
	background:url(../images/tag_bg.gif) repeat-x right top;
	color:#FFFFFF;
	font-weight:bold;
	right:25px;
	top:25px;
	padding:5px 10px 0px 10px;
	height:25px;
}

#content h3 em a{
	color:#FFFFFF;
	text-decoration:none;
}

#content h3 span{
	display:block;
	font-size:80%;
	position:absolute;
	left:27px;
	top:14px;
	width:560px;
	color:#666666;
}


/* inner
------------------------------------------------ */
#content #inner{
	background:url(../images/content_footer.gif) no-repeat bottom;
	padding:20px 25px 25px 25px;
}

#content #inner h4{
	background:url(../images/title_bg1.gif) repeat-x left bottom;
	color:#FFFFFF;
	width:550px !important;
	width:560px;
	height:25px !important;
	height:50px;
	padding:25px 0px 0px 10px;
	margin:0px 0px 10px 0px;
	font-size:120%;
	clear:both;
}

#content #inner p{
	margin:0px 0px 10px 0px;
}

#content #inner strong{
	font-weight:bold;
}

#content #inner em{
	font-size:130%;
}

#content #inner table{
	width:100%;
	border-collapse:collapse;
	margin:0px 0px 20px 0px;
}

#content #inner th{
	padding:5px;
	border:1px solid #FFFFFF;
	text-align:center;
}

#content #inner td{
	padding:5px;
	border:1px solid #FFFFFF;
}

#content #inner .data{
	display:none;
	background:url(../images/line.gif) repeat-x top;
	text-align:right;
	padding:5px 0px 0px 0px;
	margin:20px 0px 0px 0px;
	clear:both;
	float:none;
}

/* archive
------------------------------------------------ */
#content.archive #inner{
	padding:10px 25px 15px 25px;
	position:relative;
}

#content.archive #inner p{
	font-size:85%;
}

#content.archive #inner p a b{
	display:block;
	background:url(../images/bt_bg.gif) repeat-x left center;
	color:#FF6100;
	font-weight:bold;
	padding:7px 0px 0px 15px;
	height:23px !important;
	width:95px !important;
	height:30px;
	width:115px;
	float:left;
	text-align:center;
	font-size:100%;
	margin:5px 0px 0px 0px;

	position:absolute;
	right:25px;
	bottom:20px;
	border:1px solid #CCCCCC;
}

#content.archive #inner p a:hover{
	color:#62B9EB;
	cursor:pointer;
	text-decoration:none;
}

/* bottomBox
------------------------------------------------ */
#content #inner #bottomBox{
	background:url(../images/showroom_bg.gif) no-repeat bottom;
}

#content #inner #bottomBox p{
	padding:10px 15px;
}

#content #inner #bottomBox p span{
	text-align:center;
	margin:10px auto;
	display:block;
}

/* size
------------------------------------------------ */
#content #inner .small{
	font-size:85%;
	color:#666666;
}

/* big
------------------------------------------------ */
#content #inner .big{
	font-size:120%;
}


/* footer
---------------------------------------------------------------------------------------- */
#footer{

}

/* print
---------------------------------------------------------------------------------------- */
@media print{
#menu li.m1 img{
	width:90px;}
}


