@charset "utf-8";
/* CSS Document */

/* DEAFAULT
-------------------------------------------------------------------------- */
#header {
	position: relative;
	height: 75px;
	margin: 0 auto 10px;
	padding: 5px 0;
	border-bottom: 2px solid #B4B0AD;
	-webkit-box-shadow: none;
}

#headerWrapper {
	border-bottom: 2px solid #B4B0AD;
	zoom: 1;
}

#breadcrumbs p {
	margin: 0 0 15px;
}
.lp_breadcrumbs {
	padding: 0;
}

#logo {
	float:left;
}

#mypage {
	float:right;
	padding:14px 0 0 8px;
	font-size:12px;
	background:url(/doc/theme/common/images/arrow_bt.gif) 0 15px no-repeat;
}

#h1box {
	width:800px;
}

h1 {
	float: right;
	width: 420px;
	font-size: 12px;
	text-align: right;
}

#contents {
	width:800px;
	margin:0 0 20px;
}

#h2box {
	position:relative;
	width:800px;
	height:225px;
	margin:0 0 20px;
}

h2 {
	width:800px;
	height:225px;
	margin:0 ;
	padding:0;
	font-size:100%;
}

#about {
	position:absolute; top:186px; left:16px;
	font-size:12px;
}

#about a:link { text-decoration:underline; color:#4c4c80; }
#about a:visited { text-decoration:underline; color:#896958; }
#about a:active { text-decoration:none; color:#7878CC; }
#about a:hover { text-decoration:none; color:#7878CC; }

#mainCol {
	width:800px;
	margin:0 auto 30px;
}

/*one column*/
.oneCol {
	width:800px;
	margin:0 auto 15px;
	padding:0;
	background:url(../images/bg_onecol.gif) 0 0 repeat-y;
}

.oneColtop {
	width:800px;
	margin:0;
	padding:16px 0 0;
	background:url(../images/bg_onecol_top.gif) 0 0 no-repeat;
}

.oneColbottom {
	width:792px;
	margin:0;
	padding:0 4px 4px;
	background:url(../images/bg_onecol_bottom.gif) left bottom no-repeat;
}

.leftCol {
	float:left;
	width:387px;
}

.rightCol {
	float:right;
	width:387px;
}

h3 {
	width:363px;
	height:17px;
	margin:0 auto 15px;
	padding:0;
	font-size:100%;
}

.captionbox {
	width:363px;
	margin:0 auto 15px;
}

.captionbox .image {
	float:left;
	width:100px;
	margin:0 15px 0 0;
}

.captionbox .text {
	float:right;
	width:248px;
	font-size:12px;
	line-height:1.5em;
	color:#303030;
}

.searchbox {
	width:792px;
	background:url(../images/bg_searchbox.gif) 0 0 repeat-y;
}

.searchboxtop {
	width:792px;
	margin:0;
	padding:16px 0 0;
	background:url(../images/bg_searchbox_top.gif) 0 0 no-repeat;
}

.searchboxbottom {
	width:792px;
	margin:0;
	padding:0 0 16px;
	background:url(../images/bg_searchbox_bottom.gif) left bottom no-repeat;
}

/*pulldown*/
.pull {
	clear: both;
	width: 355px;
	margin:0 auto;
	padding:0 16px;
}

.pull select {
	margin:0 0 10px;
	font-size:12px;
	color:#666;
}

.pull input {
	width:142px;
	height:30px;
	margin:0 auto;
	display:block;
	vertical-align:bottom;
}

/*recommend*/
#h4box {
	width:800px;
	height:17px;
	margin:0 0 15px;
	padding:0 0 4px;
	border-bottom:solid 1px #959595;
}

h4 {
	width:171px;
	height:17px;
	margin:0;
	padding:0;
	font-size:100%;
}

#recommendCol {
	width:800px;
	margin:0 auto 30px;
	padding:0;
	font-size:100%;
	list-style-type:none;
	text-align:left;
}

#recommendCol .sokujiyoyaku {
	float:left;
	width:395px;
}

#recommendCol li.weekend {
	float:right;
	width:395px;
}

.tt_etc_btn {
	display:block;
	width:395px;
}

.tt_etc_ph {
	float:left;
	width:110px;
	height:72px;
	margin:0 20px 0 0;
}

.tt_etc_txt {
	float:left;
	width:265px;
}

.tt_etc_txt dt {
	font-size:12px;
	margin:0 0 5px;
}

.tt_etc_txt dd {
	font-size:10px;
}

#recommendCol a:link .tt_etc_txt dt { text-decoration:underline; color:#4c4c80; }
#recommendCol a:visited .tt_etc_txt dt { text-decoration:underline; color:#896958; }
#recommendCol a:active .tt_etc_txt dt { text-decoration:none; color:#7878CC; }
#recommendCol a:hover .tt_etc_txt dt { text-decoration:none; color:#7878CC; }
#recommendCol a:hover .tt_etc_txt dd { text-decoration:none !important; color:#959595; }

/*---rollover--- */
/*motion*/
a.tt_etc_btn .tt_etc_ph img{
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
	filter: alpha(opacity=100);
	}

/*bg_color*/
a.tt_etc_btn:hover .tt_etc_ph{
	background:#fff;
}

/*alpha*/
a.tt_etc_btn:hover .tt_etc_ph img{
	filter: alpha( opacity=70 );  /* IE */
    	opacity:0.7;                 /* Firefox,Opera,Safari */
    	-moz-opacity:0.7;           /* Firefox 0.9 */
	-ms-filter: "alpha( opacity=70 )";
}

/*IE*/
a.tt_etc_btn{
	position:relative;
}

.tt_etc_link_IE{
	display:none;
}

.tt_etc_link_IE{
	/position:absolute;
	/left:0;
	/top:0;
	/display:block;
	/width:395px;
	/height:72px;
	/z-index:8;
	/background:#fff;
	/cursor:pointer;
	filter: alpha( opacity=0 );  /* IE */
	-ms-filter: "alpha( opacity=0 )";
}


/*CLEAR*/

#h1box:after, .clearbox:after, .captionbox:after, #recommendCol:after, .tt_etc_btn:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
	}

#h1box, .captionbox, #recommendCol, .tt_etc_btn {
	display:inline-block;
	}

/*\*/
* html #h1box, * html .clearbox, * html .captionbox, * html #recommendCol, * html .tt_etc_btn {
	height:1%;
	}

#h1box, .clearbox, .captionbox, #recommendCol, .tt_etc_btn {
	display:block;
	}
/**/

.reset {
	clear:both;
	display:block;
	height:1px;
	font-size:1px;
	line-height:1px;
	}

/******　ページトップへ　*******/

#pagetop {
	width:800px;
	margin:0;
	padding:0 0 10px;
}

#pagetop p {
	float:right;
	padding:0 0 0 12px;
	background:url(/doc/theme/common/images/pagetop.png) 0 0 no-repeat;
}

/******　下部の斜めタイトル　*******/

#bottom_ti {
	width:800px;
	height:12px;
	margin:10px 0;
}

p#btmName {
clear:both;
color:#666666;
text-align:right;
width:800px;
padding:0;
font-size:12px;
}

#footer {
	border-top: none;
}
#copyright_lp {
	margin: 0 10px;
}
#footer_lp {
	border-top: 1px solid #DDDDDD;
	height: 60px;
	margin-top: 20px;
	padding-top: 10px;
}
#footerLinks_lp {
	float: right;
	padding-right: 30px;
	position: static;
}
#footerLinks_lp li {
	border-right: 1px solid #DDDDDD;
	margin-left: 5px;
	margin-right: -1px;
	padding-right: 5px;
	float: left;
	white-space: nowrap;
	margin-bottom: 5px;
}
#footerLinks_lp li a {
	font-size: 10px;
}