@import "header.css";
@import "footer.css";
/* CSS Document */


/* ------------ */
/* 初期設定項目 */
/* ------------ */

* {
	margin: 0;
	padding: 0;
}

div:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

div {
	zoom: 100%;
}

a,
a img {
	border: none;
}

a,
a:active,
a:visited,
a:link {
	color: #0F1177;
}

body {
/*	background-image: url(../../img/fc/back.gif);*/
	text-align: center;
}

p,h1,h2,h3,h4,h5,h6,a,li,td,th,dt,dd,input,textarea,address {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h1,h2,h3,h4,h5,h6 { font-size:100%; }


p {
	line-height: 1.5em;
	text-align: left;
	font-size: 93%;
}

label { white-space: nowrap; }

/* ---------------- */
/* コンテンツ枠指定 */
/* ---------------- */

#header, #content, .ad {
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	width: 800px;
	margin: 0px auto;
}

#content { padding-bottom: 22px; }

#mainvisual {
	border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
}

#main,#footer {
	padding: 25px;
}

/* ------------ */
/* 汎用指定項目 */
/* ------------ */

.left { float: left; }

.right { float: right; }

.leftimage {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.rightimage {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
