@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;
}

h2 {
	width:800px;
	height:225px;
	margin:0 0 20px;
	padding:0;
}

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

/*table*/
.search {
	display:table;
	table-layout:fixed;
	margin:0 auto 10px;
	border-collapse:separate;
	border-spacing:10px 0;
}

.search li {
	display:table-cell;
	margin:0;
	padding:15px 0 0;
	border:1px solid #CCC;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

h3 {
	width:353px;
	height:34px;
	margin:0 0 0 15px;
}

.captionbox {
	display:table;
	table-layout:fixed;
	border-collapse:separate;
	border-spacing:15px;
}

.captionbox .image {
	display:table-cell;
	vertical-align:top;
}

.captionbox .text {
	display:table-cell;
	font-size:12px;
	line-height:1.5em;
	color:#666655;
}

/*pulldown*/
.pull {
	clear: both;
	width: 345px;
	margin:0 4px 4px;
	padding:15px;
	background-color:#F6F5EC;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

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

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

/*others*/
#othersCol {
	width:780px;
	margin:30px auto 10px;
	padding:0 10px;
}

h4 {
	width:228px;
	height:34px;
	margin:0 0 15px;
}

#others {
	display:table;
	table-layout:fixed;
	border-collapse:separate;
	border-spacing:16px 15px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-color:#FCEDE3;
}

#others li {
	display:table-cell;
}

.otherslink {
	display:block;
}

h5 {
	height:14px;
	margin:0 0 10px;
	padding:0 0 5px;
	border-bottom:solid 2px #FFF;
}

.othersbox {
	display:table;
	table-layout:fixed;
	border-spacing:0;
}

.othersbox .bnr {
	display:table-cell;
	vertical-align:top;
}

.othersbox .lptext {
	display:table-cell;
	padding:0 0 0 15px;
	font-size:11px;
	line-height:1.8em;
	}

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

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

/*CLEAR*/
#h1box:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
	}

#h1box {
	display:inline-block;
	}

/*\*/
* html #h1box {
	height:1%;
	}

#h1box {
	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:0 0 10px;
}

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;
}