/*
Theme Name: oike
Theme URI: http://phpbb.xwd.jp/viewforum.php?f=20
Description: 
Version: 1.1
Author: Synchro Design
Author URI: http://www.synchro-d.com/
*/

@import url("css/head.css");
@import url("css/top.css");
@import url("css/other.css");
@import url("css/outlet.css");

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #4D4D00;
	background-image: url(/images/common/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


img{
	border: none;
}

p{
	margin: 0px;
}


.clear{
	font-size: 0px;
	line-height: 0px;
	clear: both;
}


.right{
	float: right;
}

.left{
	float: left;
}

.center{
	text-align: center;
}

/*------------------- glid--------------------------*/


#all {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
}

#summary{
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	color: #FFFFFF;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}


#wrap{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#head {
	margin: 0px;
	padding: 0px;
}

#side{
	float: left;
	width: 190px;
	margin: 0px;
	text-align: left;
}

#main{
	float: right;
	width: 608px;
	margin: 0px;
}

#mid{
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


#side-bg{
	background-image: url(/images/common/side_bg.gif);
	background-repeat: repeat;
	margin-top: 10px;
	width: 800px;
}




/*------------------- h tag--------------------------*/

h1{
	font-size: 10px;
	color: #A1A180;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-weight: normal;
	line-height: 10px;
}

h2{
	background-image: url(/images/common/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	padding-left: 40px;
	line-height: 40px;
	color: #635552;
	margin-top: 0px;
	margin-bottom: 10px;
	height: 40px;
}


h3{
	line-height: 33px;
	background-image: url(/images/common/h3_a.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #635552;
	padding-left: 30px;
	font-size: 12px;
	margin-top: 25px;
	margin-bottom: 10px;
}


/*------------------- side--------------------------*/
#side a{
	color: #666666;
	text-decoration: none;
}

#side .current-cat a{
	color: #CC6600;

}


#side .current-cat ul li a{
	color: #666666;

}



#side ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #FBFCF4;

}

#side ul li ul{
	list-style-type: none;

}


#side ul li{
	padding-left: 26px;
	background-image: url(/images/common/side_bot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#side ul li ul li{
	background-image: url(/images/common/arrow_str.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 6px;
	font-size: 10px;
	line-height: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
}

#side .banner{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}

#side .banner img{
	margin-bottom: 5px;
}




/*------------------- foot--------------------------*/


.page-top{
	float: right;
	margin-top: 15px;
}

#foot{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ACAB8B;
	margin-top: 13px;
	padding-top: 10px;
	text-align: left;
}


#foot .foot-left{
	float: left;
	width: 400px;
}

#foot .foot-right{
	float: right;
	text-align: right;
}


#foot .foot-right p{
	margin-bottom: 10px;
}

#foot address{
	font-size: 10px;
	font-style: normal;
	float: right;
	line-height: 12px;
	width: 300px;
}

#foot .foot-rogo{
	float: left;
}


/*------------------- path--------------------------*/


.path {
	margin-bottom: 8px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	font-size: 10px;
}
.path li {
	list-style-type: none;
	display: inline;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.path ol {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.path a {
	background-image: url(/images/common/path.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 8px;
	color: #999999;
	text-decoration: none;
}


/*------------------- contents--------------------------*/


img.alignleft{
	margin: 0 10px 3px 0;
}

img.alignright{
	margin: 0 0 3px 10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}




#mid p{
	line-height: 1.8em;
	padding-top: 0.5px;
	padding-bottom: 0.5px;
}

#mid p strong{
	font-size: 12px;
	font-weight: bold;
	color: #7B6D6B;
}



#mid a{
	color: #999900;
}

.img-left{
	float: left;
	margin-right: 20px;
}

.img-right{
	float: right;
	margin-left: 20px;
}

.img-right p{
	text-align: center;
	font-size: 10px;
}

.img-left p{
	text-align: center;
	font-size: 10px;
}
.arrow-ltr{
	background-image: url(/images/common/arrow_ltr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}


.arrow-sq{
	background-image: url(/images/common/arrow_sq.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

/*------------------- font--------------------------*/

.f-12b{
	font-size: 12px;
	font-weight: bold;
	color: #7B6D6B;
}

.m-t40{
	margin-top: 37px;
}

.m-t30{
	margin-top: 30px;
}

.m-t20{
	margin-top: 20px;
}

.m-t15{
	margin-top: 15px;
}

.m-t10{
	margin-top: 10px;
}


.m-t5{
	margin-top: 5px;
}

.m-b5{
	margin-bottom: 5px;
}

.m-b10{
	margin-bottom: 10px;
}

.m-b20{
	margin-bottom: 20px;
}

.m-b30{
	margin-bottom: 30px;
}

.m-tb30{
	margin-top: 30px;
	margin-bottom: 30px;
}

.m-tb10{
	margin-top: 10px;
	margin-bottom: 10px;
}

.m-tb20{
	margin-top: 20px;
	margin-bottom: 20px;
}

.m-b100{
	margin-bottom: 100px;
}



/* ---------------pagenavi-------------- */

.wp-pagenavi{
	padding-top: 5px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	margin-right: 10px;
}

.wp-pagenavi span.pages {
	margin: 2px;
}
.wp-pagenavi span.current {
	color: #999999;
	text-align: center;
	font-weight: bold;
	margin-right: 6px;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #CCCCCC;
	color: #000000;
	background-color: #FFFFFF;
}

/* ---------------case deteals-------------- */


.galley{
	margin-bottom: 20px;
}


.galley th{
	text-align: left;
	vertical-align: top;
}

.galley .top{
	text-align: right;
	vertical-align: top;
}

.galley .bottom{
	vertical-align: bottom;
	text-align: right;
}



.thumb1 {
	width:375px;
	height:245px;
	overflow:hidden;
	position:relative;
	display: block;
} 
.thumb1 img{
	position:absolute;
	left: 0px;
	top: 0px;

} 

.thumb2 {
	width:170px;
	height:120px;
	overflow:hidden;
	position:relative;
	display: block;
} 
.thumb2 img{
	position:absolute;
	left: 0px;
	top: 0px;

} 


.thumb3 {
	width:170px;
	height:120px;
	overflow:hidden;
	display: block;
	position: relative;

} 
.thumb3 img{
	position:absolute;
	left: 0px;
	top: 0px;

} 


.Related{
	margin-bottom: 20px;
}

.Related td{
	width: 100px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	vertical-align: top;
}
.Related td p a{
	line-height: 16px;
}

/* ---------------cat list-------------- */


.case-list{
	margin: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	float: left;
	width: 550px;
	background-image: url(/images/common/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 15px;
}



.case-list h3{
	margin-top: 0px;
	padding-top: 0px;
	line-height: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: none;
	padding-left: 0px;

}

#mid .case-list h3 a{
	text-decoration: none;
	color: #635552;
	margin-bottom: 10px;
}

.case-list h4{
	margin: 0px;
	font-size: 14px;
	color: #5B5B00;
}


.case-list p{
	margin-top: 5px;
	padding-top: 0px;
}

.case-list img{
	margin-bottom: 0px;
}

.case-list .img-left{
	margin-bottom: 0px;
}



/* ---------------products-------------- */


#prducts{}

.thumb4 {
	width:260px;
	height:260px;
	overflow:hidden;
	position:relative;
	display: block;
} 
.thumb4 img{
	position:absolute;
	left: 0px;
	top: 0px;

} 


.thumb5 {
	width:260px;
	height:200px;
	overflow:hidden;
	position:relative;
	display: block;
} 
.thumb5 img{
	position:absolute;
	left: 0px;
	top: 0px;

} 


#prducts h2{
	margin-bottom: 20px;
}


#prducts h3{
	font-weight: bold;
	color: #7B6D6B;
	background-image: url(/images/common/sq.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	clear: both;
	line-height: 12px;
	margin-bottom: 5px;
	margin-top: 30px;
}

#prducts td {
	background-color: #FFFFFF;
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;

}
#prducts th {
	background-color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
}
#prducts table {
	text-align: left;
	background-color: #DEDEDE;
	margin-bottom: 0px;
	width: 100%;
	border: none;

}

#prducts table td{
	line-height: 16px;
}

.pr-top{
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.img-left{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#main .list ul{
	margin: 0px;
	padding: 0px;
}
#main .list li{
	background-image: url(/images/common/list.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 14px;
	margin-bottom: 3px;
	list-style-position: outside;
}

#prducts ul{
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

#prducts li{
	margin-bottom: 5px;
}


/* ---------------inquiry-------------- */

#ja{
	ime-mode:active;
}
#en{
	ime-mode:disabled;
}

#inq h3{
	font-weight: bold;
	color: #7B6D6B;
	background-image: url(/images/common/h3_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}


#inq p{
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 14px;
}


#inq .mailform td{
	font-size: 12px;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 10px;
}


#inq .mailform th{
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 15px;
}


#inq .mailform .border-on{
	background-image: url(/images/common/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#inq .mailform .coablock{
	padding-bottom: 0px;
}

#inq ol{
	margin-top: 20px;
}

#inq ol li{
	line-height: 16px;
	margin-bottom: 10px;
	list-style-position: outside;
}



#inq .caution {
	color: #993300;
}

#inq form{
	margin-top: 0px;}


#inq input {
	margin-bottom: 3px;
	margin-top: 0px;
	vertical-align: middle;
	font-size: 12px;
}

#inq select {
	vertical-align: middle;

}

#inq .mail-input{
	text-align: center;
	margin-top: 100px;
}

#inq .inp1{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 6px;
}


#inq .inp2{
	margin-left: 10px;
}

#inq .inp3{
	width: 95%;
}


#privacy h3{
	font-weight: bold;
	background-image: url(/images/common/sq.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-bottom: 0px;

}

#privacy p{
	margin-top: 0px;
}

#privacy ol{
	margin-top: 20px;
}

#privacy ol li{
	line-height: 16px;
	margin-bottom: 6px;
	margin-left: 0px;
	list-style-position: outside;
}


.error1{
	color: #993300;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 80px;
}

.pr-top p{
	margin-top: 5px;
}

.pr-left{
	width: 380px;
	float: left;
	padding: 0px;
	margin: 0px;
}



#main .frow ul{
	padding: 0px;
	margin: 0px;
}


#main .frow li{
	padding: 0px;
	margin-top: 10px;
	list-style-position: outside;
}


/*------------------- sitemap--------------------------*/


#sitemap a{
	color: #666666;
	text-decoration: none;
}

#sitemap .current-cat a{
	color: #CC6600;

}


#sitemap .current-cat ul li a{
	color: #666666;

}



#sitemap ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#sitemap ul li ul{
	list-style-type: none;
	margin: 0px;

}


#sitemap ul li{
	background-image: url(/images/common/arrow_sq.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	margin-top: 0px;
	padding-left: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}

#sitemap ul li ul li{
	background-image: url(/images/common/arrow_str.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 6px;
	font-size: 12px;
	line-height: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	font-weight: normal;
}

.sitemap-r{
	float: right;
	width: 270px;
}

.sitemap-l{
	float: left;
	width: 270px;
}
#sitemap{
	margin-top: 20px;
}



.degist-body{
	background-image: url(/images/learn/learn_dst_body.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}



.degist-body .hidari{
	padding-left: 5px;
	float: left;
}

.degist-body .migi{
	padding-left: 130px;
	margin: 0px;
	padding-right: 10px;
}

.degist-body .migi .bot{
	margin-left: 280px;
}

.pdf{
	background-image: url(/images/common/pdf.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	background-position: left center;
}








