@charset "utf-8";

/* Description : 共有設定 */

/* reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul li {
	list-style: none;
}

ol li {
	margin-left: 1.8em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img {
	border: none;
	vertical-align: bottom;
}

hr {
	display:none;
	clear: both;
}

sub {
	font-size: 70%;
	vertical-align: baseline;
}

address {
	font-style: normal;
}

.imeOn {
	ime-mode: active;
}

.imeOff {
	ime-mode: disabled;
}

.clear {
	clear: both;
}

/* base */

body {
	color: #333;
	text-align: center;
	font-size: 80%;
	line-height: 1.6;
}

.hirokodai {
	background: #fff url(../../koudai/img/back.png) top repeat-x;
}

.sanjyo {
	background: url(../../sanyo/img/back.png) top repeat-x;
}

a:link,
a:hover,
a:active {
	color: #003EA4;
}

a:visited {
	color: #663399;
}

a:link,
a:visited {
	text-decoration: underline;
	/**/
	overflow: hidden;
	/**/
}

a:hover,
a:active {
	text-decoration: none;
}


/* parts */

#contents {
	width: 940px;
	margin: 0 auto;
	padding: 0 25px;
	background: #FFF;
}

#header {
	width: auto;
}

#headerL {
	float: left;
	width: 600px;
}

#headerR {
	float: right;
	width: 340px;
}

#main {
	clear: both;
}

#mainL {
	width: 690px;
	float: left;
}

#mainR {
	width: 230px;
	float: right;
	padding-top: 20px;
}

#mainR img {
	margin-bottom: 10px;
}

#copyright {
	clear: both;
	text-align: center;
	padding: 30px 0;
}




/* text */

.tRed {
	color: #C00;
}




/* table */




/* specer */

.marB10 {
	margin-bottom: 10px;
}

.marB20 {
	margin-bottom: 20px;
}

.marB30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

/* clearfix */

.clearfix:after,
#header:after,
#main:after {
	content: ".";
	display: block;
	_display: inline-block;
	height: 0;
	clear: both;
	visibility: hidden;
}
