@charset "utf-8";

@import "layout.css";
@import "base.css";


/* -----------------------------
			content
----------------------------- */

.noprint {
	display:none;
}

.gray {
	background:#F0FFF7;
	width:100%;
	min-width:1000px;
	clear:both;
}

.white {
	width:100%;
	min-width:1000px;
	clear:both;
}

#content {
	margin:0;
	width: 100%;
	min-width:1000px;
	color:#333;
}

#visual {
	width:100%;
	height:400px;
	margin:0 auto 0 auto;
	background:url(../../images/visual.jpg) center top;
}

#visual2 {
	width:100%;
	height:400px;
	margin:0 auto 0 auto;
	background:url(../../images/visual2.png) center top;
}


/* brand */

#brand {
	padding:60px 0 0 0;
	margin:0 auto;
	width:1000px;
	position:relative;
	clear:both;
}

#brand h4 {
	margin:0 auto 35px;
}

#brand div.block {
	text-align:center;
	margin-right:5px;
	margin-bottom:70px;
}

#brand div.center {
	clear:both;
	text-align:center;
	margin-right:5px;
	margin-bottom:70px;
}

#brand div.center a{
	color:#33A55E;
	text-decoration:underline;
}

#brand div.break {
	margin-right:0;
}

#brand div.block div.image {
	margin:0 auto 25px auto;
}

#brand div.block h5 {
	margin:0 auto 15px auto;
}

#brand div.block h6 {
	font-size:16px;
	font-weight:normal;
	margin:0 auto 15px auto;
	color:#33A55E;
}

#brand div.block p,
#brand div.center p {
	font-size:13px;
	line-height:200%;
	padding:0 25px;
}

#brand  a:hover img {
	opacity:0.8;
}

#brand div.block a {
	color:#33A55E;
	text-decoration:underline;
}

#brand div.block a:hover {
	text-decoration:none;
}


/* greeting */

#greeting {
	padding:60px 0 20px 0;
	margin:0 auto;
	width:1000px;
	position:relative;
}

#greeting h4 {
	margin:0 auto 35px;
}

#greeting h5 {
	margin:0 auto 45px;
}

#greeting p {
	
	font-size:13px;
	line-height:200%;
	margin:0 auto 35px;
}



/* topics */
#topics {
	padding:60px 0 0 0;
	margin:0 auto;
	width:1000px;
	position:relative;
}

#topics h4 {
	margin:0 auto 35px;
}




#topics  a{
	color:#33A55E;
	text-decoration:underline;
}



#topics p {
	text-align: left;
	font-size: 13px;
	line-height: 180%;
	margin: 0 auto 0px;
}

#topics table{
	margin-left:100px;
	margin-bottom:60px;
	}

#topics td{
	padding-right:10px;
	padding-bottom:15px;
	}


/* company */

#company {
	padding:60px 0 0 0;
	margin:0 auto;
	width:1000px;
	position:relative;
}

#company h4 {
	margin:0 auto 35px;
}

#company dl {
	float:left;
	width:400px;
}

#company dl.wide {
	width:500px;
	margin-right:50px;
}

#company dl dt {
	float:left;
	clear:both;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	width:90px;
	margin-right:10px;
	line-height:180%;
}

#company dl dd {
	float:left;
	text-align:left;
	font-size:13px;
	margin-bottom:10px;
	line-height:180%;
}

#company dl dd a {
	color:#33A55E;
	text-decoration:underline;
}

#company dl dd a:hover {
	text-decoration:none;
	opacity:0.8;
}



/* history */

#history {
	padding:60px 0 40px 0;
	margin:0 auto;
	width:1000px;
	position:relative;
}

#history h4 {
	margin:0 auto 35px;
}

#history dl {
	width:1000px;
	border-top:1px dotted #666;
}

#history dl dt {
	float:left;
	clear:both;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	width:120px;
	line-height:180%;
	border-bottom:1px dotted #666;
	padding:8px 0;
}

#history dl dd {
	float:left;
	text-align:left;
	font-size:13px;
	width:880px;
	line-height:180%;
	border-bottom:1px dotted #666;
	padding:8px 0;
}



/* form */

#form {
		margin:0 auto;
		padding:20px 0 30px 0;
}

#form #obi {
	height:100px;
	background:url(../images/bg_obi.jpg);
}

#form #obi .inner {
	position:relative;
	width:1000px;
	margin:0 auto;
}

#form #obi h4 {
	padding-top:25px;
	margin:0 auto;
}


#form .formarea {
	width:1000px;
	margin:39px auto;
}

#form .policytable {
	height:100px;
	border:1px solid #ccc;
	padding:8px;
	text-align:left;
	background:#fff;
	overflow-y:scroll;
	margin:0 auto 20px auto;
}

#form .policytable p {
	font-size:12px;
	line-height:180%;
	margin-bottom:10px;
}

#form .policytable p strong {
	font-weight:bold;
}

#form .policytable h5 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
}

#form .agree {
	text-align:left;
	font-size:12px;
	margin:0 auto 20px auto;
}



/* brand */

#thanks {
	padding:60px 0 160px 0;
	margin:0 auto;
	width:1000px;
	position:relative;
	clear:both;
}

#thanks h4 {
	margin:0 auto 55px;
}

#thanks p {
	font-size:13px;
	line-height:200%;
	margin:0 auto 35px;
}

#thanks p a {
	color:#33A55E;
	text-decoration:underline;
}

#thanks p a:hover {
	text-decoration:none;
}
