@charset "euc-jp";

@import "index.css";
@import "menu.css";
@import "info.css";
@import "access.css";
@import "contact.css";

body {
	background-color: #EDC1FF;
	font-size: 10pt;
	margin: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
table { border-collapse: collapse; }
form,p {
	margin: 0;
	padding: 0;
	font-size: 10pt;
}
div,td,input,textarea { font-size: 10pt; }
h1 {
	font-size: 8pt;
	margin: 0;
	color: #89579E;
	font-weight: normal;
}
h2,h3 {
	margin: 0;
}

a { color: #89579E; }
a:hover { color: #990066; }

/* コンテナ */
#container {
	width: 910px;
	background: url(../img/common/bg_wh.gif) top left repeat-y;
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
}

/* ヘッダ */
#header {
	width: 900px;
	margin: 0px auto;
	height: 77px;
	background: url(../img/common/head_bg.gif) top left no-repeat;
}

/* フッタ */
#footer {
	width: 910px;
	background: url(../img/common/boot_bg.gif) top left no-repeat;
	margin: 0px auto;
	padding-top: 10px;
}
#footer div.addBox {
	width: 250px;
	float: left;
	padding-left: 10px;
	line-height: 1.1em;
	color: #89579E;
}
#footer div.footerLink {
	width: 600px;
	float: right;
	padding-right: 10px;
	text-align: right;
	color: #89579E;
}
#footer div.copyright {
	width: 235px;
	margin: 0px auto;
	clear: both;
	padding-top: 40px;
}

/* ナビ */
ul.naviBox {
	margin: 1px auto 0px;
	padding: 0px;
	width: 888px;
	overflow: hidden;
}
ul.naviBox li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* コンテンツ */
#contents {
	width: 888px;
	margin: 20px auto 10px;
	overflow: hidden;
}

#contents div.indexLeft {
	width: 610px;
	float: left;
	color: #333333;
}
#contents .indexLeft div.indexWords {
	width: 600px;
	height: 370px;
	margin: 0px auto;
	background: url(../img/index/index_words_bg.jpg) bottom right no-repeat;
}

#contents div.indexRight {
	width: 262px;
	float: right;
}
#contents .indexRight div.bannerBox {
	width: 262px;
	margin: 0px auto 15px;
}

#contents .indexLeft div.wordsBox {
	width: 600px;
	margin: 0px auto;
}


/*トップ系 */
.mT5 { margin-top: 5px; }
.mT10 { margin-top: 10px; }
.mT15 { margin-top: 15px; }
.mT20 { margin-top: 20px; }
/*レフト系 */
.mL5 { margin-left: 5px; }
.mL10 { margin-left: 10px; }
.mL15 { margin-left: 15px; }
.mL20 { margin-left: 20px; }
/*ライト系 */
.mR5 { margin-right: 5px; }
.mR10 { margin-right: 10px; }
.mR15 { margin-right: 15px; }
.mR20 { margin-right: 20px; }
/* ボトム系 */
.mB5 { margin-bottom: 5px; }
.mB10 { margin-bottom: 10px; }
.mB15 { margin-bottom: 15px; }
.mB20 { margin-bottom: 20px; }
/* マージン左右auto */
.mLRA {
	margin-left: auto;
	margin-right: auto;
}

/*///// パディング ////////////*/

/*トップ系 */
.pT5 { padding-top: 5px; }
.pT10 { padding-top: 10px; }
.pT15 { padding-top: 15px; }
.pT20 { padding-top: 20px; }
/*レフト系 */
.pL5 { padding-left: 5px; }
.pL10 { padding-left: 10px; }
.pL15 { padding-left: 15px; }
.pL20 { padding-left: 20px; }
/*ライト系 */
.pR5 { padding-right: 5px; }
.pR10 { padding-right: 10px; }
.pR15 { padding-right: 15px; }
.pR20 { padding-right: 20px; }
/* ボトム系 */
.pB5 { padding-bottom: 5px; }
.pB10 { padding-bottom: 10px; }
.pB15 { padding-bottom: 15px; }
.pB20 { padding-bottom: 20px; }

/*///// 行間 ////////////*/
.lh10 { line-height: 1em; }
.lh11 { line-height: 1.1em; }
.lh12 { line-height: 1.2em; }
.lh13 { line-height: 1.3em; }
.lh14 { line-height: 1.4em; }
.lh15 { line-height: 1.5em; }
.lh20 { line-height: 2.0em; }

/*///// 横位置 //////////*/
.taLeft { text-align: left; }
.taCenter { text-align: center; }
.taRight { text-align: right; }

/*///// 縦位置 //////////*/
.vaTop { vertical-align: top; }
.vaMiddle { vertical-align: middle; }
.vaBottom { vertical-align: bottom; }

/*///// フロート //////////*/
.fLeft { float: left; }
.fRight { float: right; }

/*///// フォント ////////*/

/* フォントサイズ */
.font8 { font-size: 8pt; }
.font10 { font-size: 10pt; }
.font11 { font-size: 11pt; }
.font12 { font-size: 12pt; }
.font14 { font-size: 14pt; }
/* フォントの太さ */
.fontBw { font-weight: bold; }
.fontNw { font-weight: normal; }
/* フォントカラー */
.fontRc { color: #ff0000; } /* 赤 */
.fontGc { color: #00ff00; } /* 緑 */
.fontBc { color: #0000ff; } /* 青 */
.fontCc { color: #00ccff; } /* 水色（シアン） */
.fontKc { color: #000000; } /* 黒 */
.fontWc { color: #ffffff; } /* 白 */
.fontHc { color: #999999; } /* グレー */
.fontPc { color: #FF66FF; } /* ピンク */
.fontOc { color: #FF6600; } /* オレンジ */
.fontYc { color: #ffff00; } /* 黄 */
/* よく使用するものたちの定義 */
/* 8ptフォント関連 */
.fontBw8 {
	font-size: 8pt;
	font-weight: bold;
}
.fontRc8 {
	font-size: 8pt;
	color: #ff0000;
}
.fontBwRc8 {
	font-size: 8pt;
	font-weight: bold;
	color: #ff0000;
}
/* 10ptフォント関連 */
.fontBw10 {
	font-size: 10pt;
	font-weight: bold;
}
.fontRc10 {
	font-size: 10pt;
	color: #ff0000;
}
.fontBwRc10 {
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000
}
/* 11ptフォント関連 */

.fontBw11 {
	font-size: 11pt;
	font-weight: bold;
}
.fontRc11 {
	font-size: 11pt;
	color: #ff0000;
}
.fontBwRc11 {
	font-size: 11pt;
	font-weight: bold;
	color: #ff0000;
}
/* 12ptフォント関連 */

.fontBw12 {
	font-size: 12pt;
	font-weight: bold;
}
.fontRc12 {
	font-size: 12pt;
	color: #ff0000;
}
.fontBwRc12 {
	font-size: 12pt;
	font-weight: bold;
	color: #ff0000;
}
/* グレーフォント関連 */
.fontHc3 { color: #333333; }
.fontHc6 { color: #666666; }
.fontHc9 { color: #999999; }
.fontHcC { color: #cccccc; }
.fontHcFE { color: #fefefe; }
.fontHcF5 { color: #f5f5f5; }
.fontHcE5 { color: #e5e5e5; }
