@charset "UTF-8";
/* 共通のCSS */


/* CSSをインポート */
@import url(/css/style1.css);


/* タグ */

* {
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
	text-align: left;
	font-family: 'Hiragino Maru Gothic ProN','ヒラギノ丸ゴ ProN W4','Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Lucida Grande','Meiryo','メイリオ','ＭＳ Ｐゴシック',sans-serif ;
}

body {
	text-align: center;
	background-color: #CC3333;
}


img {
	border-style: none;
}

ul {
	list-style-type: none;
}


a {
	text-decoration: none;
	font-weight: bold;
	color: #FF3300;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF0066;
}


h1 {
	font-size: 200%;
	margin: 0.5em auto 0.5em auto;
}

h2 {
	font-size: 180%;
	margin: 0.5em auto 0.5em auto;
}

h3 {
	font-size: 160%;
	margin: 0.5em auto 0.5em auto;
}

h4 {
	font-size: 140%;
	margin: 0.5em auto 0.5em auto;
}

h5 {
	font-size: 120%;
	margin: 0.5em auto 0.5em auto;
}

h6 {
	font-size: 100%;
	margin: 0.5em auto 0.5em auto;
}

h1 img {
	border: solid 1px #000000;
}

h2 img {
	border: solid 1px #000000;
}

h3 img {
	border: solid 1px #000000;
}

h4 img {
	border: solid 1px #000000;
}

h5 img {
	border: solid 1px #000000;
}

h6 img {
	border: solid 1px #000000;
}


/* class */
.fs-smaller {
	font-size: smaller;
}

.fs-larger {
	font-size: larger;
}

.fs-60 {
	font-size: 60%;
}

.fs-80 {
	font-size: 80%;
}

.fs-120 {
	font-size: 120%;
}

.fs-140 {
	font-size: 140%;
}

.fs-160 {
	font-size: 160%;
}

.fs-180 {
	font-size: 180%;
}

.fs-200 {
	font-size: 200%;
}


.border {
	border: solid 1px #000000;
}

.no-border {
	border: none;
}


.float-left {
	float: left;
	margin-right: 1em;
}

.float-clear {
	clear: both;
}

.center {
	text-align: center;
}


.bglogo-right_bottom {
	background-position: right bottom;
	background-image: url(/img/logobg1.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}


.indent_1em {
	padding-left: 1em;
}

.indent_2em {
	padding-left: 2em;
}


/* container */
div#container {
	position: relative;
	text-align: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: solid 4px #000000;
	background-color: #ffffff;
}

/* mainArea */
div#mainArea {
	position: relative;
	clear: both;
	margin: 0;
	padding: 40px 20px 40px 20px;
	color: #000000;
	text-align: center;
}

/* header */
div#headerArea {
	position: relative;
	height: 100px;
	background-image: url(/img/bghead.gif);
	background-repeat: repeat-x;
	margin: 0;
}

div#headerLogo {
	float: left;
	width: 100px;
	height: 100px;
}

div#headerMenu {
	float: right;
	margin: 20px 0 20px 0;
}
div#headerMenu ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

/* footer */
div#footerArea {
	clear: both;
	text-align: center;
	font-weight: bold;
	background-color: #000000;
	background-image: url(/img/bgfoot.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: smaller;
	margin: 0;
}

/* main コンテンツの入る所 */
div#main {
}
