@charset "UTF-8";
/* CSS Document */

/* 全ページ共通レイアウト部分 **********************/
body{
	background:#ffffff;
	margin:0;
	padding:0;
	text-align:center;
	font-size:10pt;
	line-height:1.5em;
	color:#222222;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#main{
	width:850px;
	margin:0 auto;
	text-align:left;
	background:#ffffff;
}

/*** 共通要素の設定 ******************************/
h1{
	text-align:center;
	color:#ffffff;
	background:#69c1ed;
	padding:5px;
	line-height:1.5em;
	display:block;
}

h2{
	text-align:center;
	border-bottom:solid 2px #69c1ed;;
	line-height:1.5em;
}

a{
	outline:none;
	text-decoration: none;
}
/*   画像リンクのフチを消す */

a img{
	border:none;
}

/*   H要素の設定 */
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}

p{
	margin:0;
	padding:0 0 0 15px;
}

dl,dt,dd,ol,ul,li{margin:0;padding:0;}
li{list-style:none;}

.clear-both{clear:both;}
.rpadding{padding-right:20px;}
.lpadding{padding-left:20px;}

li.link{
	width: auto;
	height:25px;
	margin-right:30px;
	float:left;
}

li.linkend{
	width:300px;
}

.link a,a.link{
	padding-left:25px;
	background-image:url(../img/link-icon.gif);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
}

.link a:hover,a.link:hover{
	background-position:left bottom;
	width: auto;
}

/* ヘッダー ***************************************/
.attention{display:block; margin:5px 0 0 0; padding:20px; text-align:center; line-height:2.5em; background:#Fdd; border:#F00 1px solid; clear:both;}
.attention a{padding:5px; margin:auto 3px; background:#F60; color:#fff; font-weight:bold; border:#f00 1px solid;}
.attention a:hover{background:#Fc0;}


/* flash代替 **************************************/
#fla-injection{
	/*margin:0 0 15px 0;*/
	margin:0 0 3px 0;/*メールテキストリンク用*/
	padding:0;
}


/* メールテキストリンク用*****************************/
.mail-text-link{text-align:right;}
.mail-text-link a{text-decoration:none; padding:3px;}
.mail-text-link a:hover{text-decoration:underline; background:#eFF}


/* コンテンツ********************************/
#centercontents{
	width:auto;
	margin:0;
	padding:0 20px;
}

.attention-mini{background:#Fdd; border:#F00 1px solid; text-align:center; padding:3px; margin:5px 0 0;}

/*左側サブメニュー*/
#lcontents{
	width:210px;
	height:auto;
	float:left;
	padding:0;
}

dl.submenu{}
dl.submenu dt{}
dl.submenu dt dd{}


/*右側コンテンツ*/
#rcontents{
	width:600px;
	height:auto;
	float:right;
	padding:0 20px 0 0;
}

h3{
	padding:0;
	letter-spacing:0.2em;
	margin:0 0 23px 0;
	font-size:40px;
	font-weight:bolder;
	line-height:1.3em;
}

h4{
	width:auto;
	height:19px;
	font-size:20px;
	line-height:1em;
	margin:0 0 15px 0;
	padding:6px 5px 5px 32px;
	color:#FFFFFF;
	background:#69c1ed url(../img/h4-index.gif) left center no-repeat;
}

h5{
	font-size:22px;
	font-weight:bold;
}

#rcontent p{
	padding-left:15px;
}

.t-right{text-align:right;}
.t-left{text-align:left;}
.t-center{text-align:center;}

.f-left{float:left; text-align:left;}
.f-right{float:right; text-align:left;}
.end{margin-bottom:25px;}


















/* メインメニュー*********************************/
#mainmenu{}

#mainmenu-1{}
#mainmenu-2{}
#mainmenu-3{}
#mainmenu-4{}
#mainmenu-5{}
#mainmenu-6{}

/* サブメニュー***********************************/
#submenu{}

#submenu-1{}
#submenu-2{}
#submenu-3{}


/* 区切り線***************************************/
.separetor{
	clear:both;
	border:none;
	height:15px;
	overflow:hidden;
}
/*   要素をコンテンツブロックの区切りとして使用する場合 */
/*   <div class="separetor"></div> など */

.separetor0{
	clear:both;
	border:none;
	height:0px;
	overflow:hidden;
}

.clear0{clear:both; border:none; overflow:hidden; height:0px;}
.clear10{clear:both; border:none; overflow:hidden; height:10px;}
.clear20{clear:both; border:none; overflow:hidden; height:20px;}
.clear30{clear:both; border:none; overflow:hidden; height:30px;}
.clear40{clear:both; border:none; overflow:hidden; height:40px;}

/* フッター***************************************/

ul.toplink li{
	margin:0;
	padding-right:0;
	float:right;
}

#footer{
	width:auto;
	height:auto;
	padding-top:10px;
	border-top:1px solid #69c1ed;
	text-align:center;
}

#footer ul{
	padding:5px 0 0 0;
	margin:0;
	height:15px;
}

#footer ul li{
	display:inline;
	height:12px;
	margin:0;
	padding:3px 5px 0 5px;
	font-size:10px;
	line-height:1em;
	border-right:1px #cccccc solid;
}

#footer ul li strong{
	font-size:12px;
	font-weight:bold;
}

#bottoms{}

