@charset "UTF-8";
/* =CALL LIBRARY */
/*全体*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	padding:0px;
	margin:0px;
}

ul, ol, dl, li {
	list-style:none;
}

a{text-decoration: none;color: #5599a7;}
a:hover{color: #bb800f;}
hr{display: none;}
strong{font-weight: bold;}
ul.borderedlist li{
	border-bottom: 1px dashed #d1cfcd;
}
ul.borderedlist li a{
	display: block;
	height: 30px;
	color: #42423b;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0px;
	background-image: url(../images/list_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 2em;
	text-indent: 25px;
}
ul.borderedlist li a:hover{
	color: #42423b;
	line-height: 2em;
	background-color: #E5E5E4;
	background-image: url(../images/list_bg02.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 25px;
}


.clear {
 clear:both;
}

.kochira {
	font-size: 80%;
	text-align: right;
	padding-right: 10px;
}

.red {
	color: #F00;
}

.blue {
	color: #00F;	
}

.borderline {
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	margin-top: 10px;	
}

.align_center{text-align:center;}

/* =GENERAL - the general styles */
body{
	color: #333333;
	background: #fff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
}
/* =LAYOUT - the main layout styles */
/*.container{
	width:960px;
	position: relative;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}*/
/*ヘッダ*/
#header {
	height: 253px;
	background: #4a4841 url(../images/top_bg.jpg) top repeat-x;
	position: relative;
}

#header .container {
	height: 238px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}


#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 400%;
	padding-top: 40px;
	padding-left: 10px;
	color: #FFFFFF;
	}

	
#header .head_read {
	height: 199px;
	background-image: url(../images/head_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 960px;
	margin-top: 5px;
}

#header h2 {
	font-size: 120%;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}
#header p {
	color: #FFFFFF;
	width: 600px;
	padding-top: 10px;
	padding-left: 10px;
	text-decoration: underline;
}

	/* main area layout */
	#main{
	width: 960px;
	padding-top: 24px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
}

/*トップページ左カラム*/
#leftcolumn{
	float: left;
	width:200px;
	margin-left: 10px;
	background-color: #ECECEC;
	display: inline;
}

#leftcolumn h3 {
	font-size: 180%;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #F1F0EF;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#leftcolumn .leftbox {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#leftcolumn .leftbox p {
	line-height:1.5em;
	font-size:100%;
	padding: 10px;
}	
#leftcolumn  .leftbox_menu {
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


/*トップページセンターカラム*/
#center{
	float: left;
	width:420px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0;
	padding-bottom: 0;
	display: inline;
}

#center h2 {
	font-size: 200%;
	background-color: #336600;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	padding-left: 10px;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}

.article_wrapper {
margin-bottom: 10px;
}

/*.article_wrapper h2{color: #5699A7; font-size:2em;margin:10px 0;}*/
#center .article_wrapper p{
	padding-bottom:10px;
	font-size:100%;
	line-height: 1.5em;
	padding-top: 5px;
	margin-bottom: 10px;
}

#center .article_wrapper  p img {
	float: left;
	margin-right: 5px;
}

/*トップページ右カラム*/
#rightcolumn{
	float: right;
	width:280px;
	margin-right: 10px;
	display: inline;
}
#rightcolumn h4 {
	font-size: 150%;
	background-color: #CCCCCC;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#rightcolumn .rightbox_wrapper{
	background: #eeeded;
	padding:5px;
	margin-bottom: 20px;
	width:270px;
	overflow: hidden;
	font-size:11px;
	line-height: 18px;
	color: #58584D;
}

#rightcolumn .rightbox{
	width:270px;
	overflow: hidden;
	padding-bottom:6px;
}

#rightcolumn .rightbox img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#rightcolumn .product_wrapper{
	width:270px;
}

#rightcolumn .product_wrapper p {
	font-size:1em;
}

/*トップページボトムコンテンツ*/
#bottominfo{
	background: #f1eee7;
	padding-bottom:25px;
	width: 100%;
	overflow: hidden;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #666666;
}
	
#bottominfo .container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#bottominfo .bot_left {
	float: left;
	width: 640px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.bottomcolumn{
	width:640px;
}
.bottomright{
	margin-right:10;
	width: 280px;
	float: left;
}
	
/* =HEADER - the header styles */
	/* logo */
	h1 a{
		font: 24px/24px Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: -2px;
		padding: 22px 9px 25px 20px;
		display: block;
		color: #fff;
		background: url(../images/logo_bg.gif) left top no-repeat;
	}
	h1 a:hover{color: #fff;}
	h1 a span{
		height:71px;
		width: 13px;
		position: absolute;
		top:0;
		right: -13px;
		cursor: pointer;
		background: url(../images/logo_right.gif) right top no-repeat;
	}
	ul.leftbox{
	font-size: 110%;
}
	
	.lastbox{margin:0;}
/* =BOTTOM */
	.bottomcolumn h3{
	border-bottom: 4px solid #9b968f;
	color: #FFFFFF;
	font-size:150%;
	padding-top: 15px;
	padding-right: 0;
	background-color: #5699A7;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	.bottomcolumn p{
	padding: 10px 35px 10px 5px;
	font-size: 110%;
	}
	.iconlist{
	border-top: 1px dashed #d1cfcd;
	font-size: 110%;
	}
	ul.iconlist li a{
	padding-left: 0px;
	background: url(../images/footer_list.jpg) left bottom no-repeat;
	}
	ul.iconlist  li a:hover{
	color: #42423b;
	background-color: #E9E4DE;
	background-image: url(../images/footer_list02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
	.enewsbox{
		float: left;
		width: 180px;
		height: 17px;
		padding:3px 5px;
		border: 4px solid #5599A7;
		font-size:13px;
	}
	.button{
		display: block;
		float: left;
		width: auto;
		line-height:1em;
		text-align: center;
		background: #659AA6;
		border: 4px solid #fff;
		color: #fff;
		cursor: pointer;
		margin:0;
		padding:3px 8px; /* IE6 */
	}
	
/* =FOOTER */
	#footer{
	font-size: 1.2em;
	background-color: #4a4841;
	background-repeat: repeat-x;
	background-position: 0 0;
	}
#footer .container {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	#footer a{color: #A39D97;}
	#designby{
	float: left;
	height: 40px;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}
	#footer_navigation{
		float: right;
		padding-top:7px;
	}
	#footer_navigation li{float: left;padding-left:18px;}
	#footer_navigation li a{text-transform:uppercase;}
	#footer_navigation li a:hover{color: #5699A7;}
	
/*奥行き*/
#oku_main{
	width: 960px;
	padding-top: 24px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/oku_main_bg.gif);
	background-repeat: repeat-y;
}

/*奥行き右カラム*/
#oku_center{
	float: right;
	width:720px;
	margin-right: 10px;
	margin-left: 20px;
	padding-top: 0;
	padding-bottom: 0;
	display: inline;
}

#oku_center h2 {
	font-size: 200%;
	background-color: #336600;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	padding-left: 10px;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}
/*.article_wrapper h2{color: #5699A7; font-size:2em;margin:10px 0;}*/

#oku_center .oku_article_wrapper {
	margin-bottom:10px;
	width: 720px;
}

#oku_center .oku_article_wrapper p{
	padding-bottom:10px;
	font-size:100%;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-top: 10px;
	height: auto;
	width: 100%;
}

#oku_center .oku_article_wrapper  p img {
	float: left;
	margin-right: 5px;
}

#oku_center .oku_article_wrapper img {
	float: left;
	margin-right: 5px;
        margin-top: 10px;
}

#oku_center .oku_article_wrapper table {
	clear:both;
	margin-top:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
}

#oku_center .oku_article_wrapper table td {
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#oku_center .oku_article_wrapper table .td_title {
	width:200px;
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #666;
}



/*slideshow用*/

div.wrap {
	border: solid #ccc 1px;
	padding: 12px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div.wrap.one {
	width:656px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}

div.wrap.tow {
	width:656px;
	border: 1px solid #666666;
}


div.item {
	width: 656px;
}

div.item img {
	float: left;
	padding-right: 12px;
}

div.item h4 {
	float: left;
	font-size: 110%;
	font-weight: normal;
	padding-bottom: 7px;
}

div.item p {
	float: left;
	width: 566px;
	color: #666;
	font-size: 100%;
}

div.example1_container {
	
}

div.example1_container a.slider_prev, div.example1_container a.slider_next {
	/*color: #ccc;*/
	margin-top: 5px;
	font-size: 110%;
}
.faq {
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

/*バックフリップ用*/
/*.quickFlip, .quickFlip2, .quickFlip3 {
    font-family: "Trebuchet MS", Verdana, Sans-serif, sans;
    font-size: 13px;
    position: relative;
}

.quickFlip .blackPanel, .quickFlip3 .blackPanel {
    background: url('../img/flip-panel-brown.png') no-repeat 0 0 #FFF;
    position: absolute;
}

.quickFlip .redPanel, .quickFlip3 .redPanel {
    background: url('../img/flip-panel.png') no-repeat 0 0 #FFF;
    position: absolute;
}
*/

.quickFlip2 {
	width:330px;
	margin:10px;
	float: left;
	height: 280px;
	display: inline;
	text-align: center;
}

.quickFlip2 .blackPanel {
	color: darkbrown;
	border: 1px outset #666666;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	height: auto;
	text-align: center;
}

.quickFlip2 .redPanel {
	background-color: #75941f;
	color: #FFF;
	border: 1px outset #4f6417;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	height: auto;
	text-align: center;
	width: 330px;
}
.quickFlipread  {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: justify;
	padding-top: 60px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	width: 230px;
	display: block;
}

.half-col p.panel-content {
    text-align: left;
    margin-top: 10px;
}

/*.quickFlip2, .quickFlip2 h4 {
    padding: 0;
    margin: 0 35px;
}
*/
.quickFlip2 h3 {
	text-align: left;
	font-size:150%;
	line-height:24px;
	color: #990000;
	margin-top: 25px;
	padding-right: 10px;
	padding-left: 50px;
}

.quickFlip2 .redPanel h3 {
    text-align: center;
    margin-bottom: 10px;
}

.half-col .first {
    margin-top: 30px;
}

.half-col EM {
    display: block;
    padding: 0;
}

.half-col A.quickFlipCta {
	position: absolute;
	width: 225px;
	font-size: 15px;
	outline: none;
}
.quickFlip2 .redPanel a:link {
	color: #CCC;
}
.quickFlip2 .redPanel a:visited {
	color: #FFF;
}
.quickFlip2 .redPanel a:hover {
	color: #F00;
}

.quickFlipCta {
	cursor: pointer;
	width: 225px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#oku_center .card_disp {
	float: left;
	height: auto;
	width: 330px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #E7E7E7;
	margin: 10px;
}
#oku_center .card_disp h3 {
	text-align: left;
	padding-left: 52px;
	padding-bottom: 10px;
	color: #030;
}

/*MTページ用*/
.mtjs {
	margin-top:0px;
	height: 169px;
}

.mtjs img {
	float: left;
	margin-right: 10px;
	border: 1px solid #09F;	
}


