@charset  "utf-8";

html,body{
	margin:0;
	padding:0;
	background-color:#EEEAE3;
	height:100%;
}
#wrapper{
	width:950px;
	min-height:100%;
	margin:0 auto;
	padding:0 6px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
}
*html #wrapper{
	height:100%;
}
/*+++++++++++++++++++++++++++++++++++++++++++ header */
#header{
	height:135px;
	background-image:url(../images/headerBg.jpg);
	background-repeat:no-repeat;
}
#headerLogo{
	height:94px;
	float:left;
}
#headerLogo a{
	display:block;
	width:321px;
	height:74px;
	margin:9px 17px 0;
	text-indent:-9999px;
	overflow:hidden;
}

#menuNavi{
	width:298px;
	height:24px;
	float:right;
}
#menuNavi li{
	list-style:none;
	height:24px;
}
#headerNavi{
	float:left;
	width:76px;
}
#headerNavi a{
	display:block;
	width:76px;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
}
#headerNavi2{
	float:left;
	width:135px;
}
#headerNavi2 a{
	display:block;
	width:135px;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
}
#headerNavi3{
	float:left;
	width:87px;
}
#headerNavi3 a{
	display:block;
	width:87px;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
}

/*+++++++++++++++++++++++++++++++++++++++++++ Main Menu */
#menu{
	width:950px;
	height:41px;
	clear:both;
}
#menu li{
	list-style:none;
	float:left;
	height:41px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ Sub Menu */
#subMenu{
	width:234px;
	float:left;
	padding:10px 0 0;
}
#subMenu ul{
	margin:0;
	font-size:medium;
	font-family:Verdana, Arial, sans-serif;
	font-weight:bold;
	line-height:1.2;
}
#subMenu li{
	list-style:none;
	padding:10px 0 10px 10px;
	background-image:url(../images/subMenuBorder.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#subMenu li ul li{
	padding:4px 0 4px 10px;
	background-image:none;
	font-size:small;
}
#subMenu li a {
	display:block;
	width:175px;
	padding:6px 0 6px 12px;
	text-decoration:none;
	background-image:url(../images/subMenuIcon1.gif);
	background-repeat:no-repeat;
	background-position:left 11px;
}
#subMenu li ul li a{
	background-image:url(../images/subMenuIcon2.gif);
	width:155px;
}
#subMenu li a:link {color: #714C2A;}
#subMenu li a:visited {color: #714C2A;}
#subMenu li a:hover {color: #9F6B3C;}
#subMenu li a:active {color: #714C2A;}

/*+++++++++++++++++++++++++++++++++++++++++++ Sub Menu Photo*/
#subMenuAreaPhoto li{
	list-style:none;
	margin:0;
	padding:10px 0;
	background:none;
	text-align:center;
}
/*+++++++++++++++++++++++++++++++++++++++++++ Sub Menu User Voice*/
#subMenuUserVoice li{
	list-style:none;
	margin:0;
	padding: 0;
	background:none;
	text-align:center;
}
#subMenuUserVoice li{
	list-style:none;
	text-indent: -10000px;
	padding:0 0 0 10px;
	background-image:url(../images/subMenuBorder.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#subMenuUserVoice li a {
	display:block;
	width:208px;
	height: 94px;
	padding:0px 0 0 12px;
	text-decoration:none;
	background-image:url(../books/images/books_uv.jpg);
	background-repeat:no-repeat;
	background-position:left 18px;
}
/*+++++++++++++++++++++++++++++++++++++++++++ Footer */
#footer{
	clear:both;
	background-color:#AD9880;
	height:35px;
	margin-top:20px;
}
#footer li{
	list-style:none;
	float:right;
	height:35px;
}
#footer li.left{
	list-style:none;
	float:left;
	height:35px;
}
#copyright{
	clear:both;
	padding:5px 5px 100px;
	text-align:center;
}
/*+++++++++++++++++++++++++++++++++++++++++++ Contents */
#contentsWrapper{
	background-image:url(../images/title_f01.gif);
	background-repeat:no-repeat;
	background-position:top;
	min-height:125px;
	padding-right:16px;
}
*html #contentsWrapper{
	height:125px;
}
h1 {
	height:70px;
	text-indent:-9999px;
	overflow:hidden;
}
#contents{
	width:700px;
	float:right;
	margin:7px 0 20px;
	padding:0px 0;
	background-image:url(../images/contentsBg_bottom.gif);
	background-color:#FFFFFF;
	background-position:bottom;
	background-repeat:no-repeat;

	font-size:small;
	line-height:1.8;
	color:#714C2A;
}
.separete{
	clear:both;
	background-image:url(../images/contentsBg_separate.gif);
	background-repeat:no-repeat;
	height:24px;
	margin:20px 0;
}
.separete hr{
	display:none;
}
#contents p{
	margin:16px 24px;
}
#contents h2{
    height: 40px;
	font-family:Verdana, Arial, sans-serif;
	margin:16px 16px 24px 16px;
	padding:10px 0 4px 25px;
	font-size:large;
	line-height:1.2;
	background-image:url(../images/h2_bg.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}
#contents h3{
	font-size:medium;
	margin:24px 16px;
	padding-left:6px;
	background-image:url(../images/dotline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#contents h4{
	margin:16px 24px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ リスト */
#contents ul{
	margin:16px 24px;
	padding:0;
}
#contents ul li{
	list-style:none;
	margin:10px 0;
	padding:0 0 0 16px;
	background-image:url(../images/subMenuIcon2.gif);
	background-repeat:no-repeat;
	background-position:left 10px;
}
#contents ul li ul{
	margin:0 12px;
}
#contents ul li ul li{
	margin:3px 0;
	padding:0 0 0 12px;
	background-image:url(../images/subMenuIcon3.gif);
	background-repeat:no-repeat;
}


/*+++++++++++++++++++++++++++++++++++++++++++ 定義リスト */
dl{
	margin:16px;
}
dt{
	width:90px;
	clear:both;
	float:left;
	padding:5px;
	font-weight:bold;
}
dd{
	padding:5px 5px 5px 100px;
	background-image:url(../images/dotline.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
/*+++++++++++++++++++++++++++++++++++++++++++ フォーム */
#contentsBody form{}

input,
textarea {
	background-color:#EEEAE3;
	border:1px solid #AD9880;
	padding:2px;
	color:#7F5120;
}
input.radio {
	background-color: transparent;
	border: none;
}
input.btn {
	width:156px;
	height:37px;
	background-image:url(../images/submitBtnBg.gif);
	background-repeat:no-repeat;
	background-position:center center;
	border:none;
	padding:0;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}

/*+++++++++++++++++++++++++++++++++++++++++++ table */
#contents table {
	margin:auto 24px;
}
#contents table th,
#contents table td {
	padding:10px 5px;
}
#contents table th {
	color:#91642D;
	vertical-align:top;
}
#contents table td {
}
#contents table ul{
	margin:0 0 0 16px;
	padding:0;
}
#contents table li{
	margin:0;
	padding:0 0 5px 0;
}

/*+++++++++++++++++++++++++++++++++++++++++++ PageTop */
.pageTop{
	clear:both;
	padding:10px 16px;
	height:40px;
	text-align:right;
	background-image:url(../images/pageTopBgB.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
/*+++++++++++++++++++++++++++++++++++++++++++ PageTopTravel */
.pageTopTravel{
	clear:both;
	padding:10px 16px;
	height:33px;
	text-align:right;
	background-image:url(../images/pageTopBg.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
/*+++++++++++++++++++++++++++++++++++++++++++ PageTopBooks */
.pageTopBooks{
	clear:both;
	padding:10px 16px;
	height:40px;
	text-align:right;
	background-image:url(../images/pageTopBgB.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
/*+++++++++++++++++++++++++++++++++++++++++++ link */
a:link {color: #CC0033;}
a:visited {color: #CC0033;}
a:hover {color: #660000; text-decoration:none;}
a:active {color: #CC0033;}

/*+++++++++++++++++++++++++++++++++++++++++++ font*/
.x-small {font-size:x-small; line-height:150%;}
.small {font-size:small; line-height:150%;}
.medium {font-size:medium; line-height:150%;}
.large {font-size:large; line-height:150%;}
.x-large {font-size:x-large; line-height:150%;}
.xx-large {font-size:xx-large; line-height:150%;}

/*++++++++++++++++++++++++++++++++++++++++ sns button*/
#contents #sns_btn {
	margin: -15px 16px 0 16px;
	vertical-align: middle;
}

#contents #sns_btn #facebook,
#contents #sns_btn #mixi,
#contents #sns_btn #gplus,
#contents #sns_btn #twitter {
	margin: 0 0 20px 0;
	float: right;
	overflow: hidden;
}
#contents #sns_btn #mixi {
	width: 110px;
}
#contents #sns_btn #gplus {
	width: 95px;
}
#contents #sns_btn #twitter {
	width: 120px;
}


/*+++++++++++++++++++++++++++++++++++++++++++ 汎用 */
.clear { clear:both;}
.texCenter { text-align:center;}
.texLeft { text-align:left;}
.texRight { text-align:right;}
.weightNormal {font-weight:normal}
.floatL { float:left;}
.floatR { float:right;}
.photoL {
	float:left;
	margin:0 10px;
}
.photoL2 {
	float:left;
	margin:0 10px 15px 0;
}
.photoR {
	float:right;
	margin:0 10px;
}
.photoR2 {
	float:right;
	margin:0 10px 15px 10px;
}
#contents a.linkBtn {
	display:block;
	margin:auto;
	padding:0;
	width:156px;
	height:37px;
	line-height:37px;
	background-image:url(../images/submitBtnBg.gif);
	background-repeat:no-repeat;
	background-position:center center;
	border:none;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.logHidden{
	display:none;
}

/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
