/* 各レイアウト全般
==================================================== */
/* ページ全体の指定
---------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	color: #ffffff;
	background-color: #082631;
	background-image: url(../images/main_back.jpg);
	background-repeat: repeat;
}

/* 強調タグの色指定 */
strong {
	color: #50b4e5;
}

/* バナーサイズ */
.banner {
	margin: 5px 0;
	padding: 0;
	width: 200px;
	height: 40px;
}

.m-banner {
	margin: 2px 0;
	padding: 0;
	width: 88px;
	height: 31px;
}

/* メインのレイアウト
---------------------------------------------------- */
#main {
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: 810px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: left;
	position: relative;
	background-image: url(../images/bottom_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* ヘッダーのレイアウト
---------------------------------------------------- */
#header {
	margin: 0;
	padding: 0;
	width: 800px;
	height :188px;
	text-align: left;
	color: #ffffff;
	background-image: url(../images/base_header.jpg);
	background-repeat: no-repeat;
	background-position: 280px 10px;
}

/* フッターのレイアウト
---------------------------------------------------- */
#footer {
	margin: 50px 0 80px 0;
	padding: 0;
	width: 800px;
	height :25px;
	position: relative;
	text-align: right;
	bottom: 0;
	clear:both;
}

/* ヘッダー全般
==================================================== */
/* メインタイトル
---------------------------------------------------- */
#header h1 a {
	margin: 0;
	padding: 0;
	width:195px;
	height:166px;
	display:block;
	background-image: url("../images/ti_logo.jpg");
	background-repeat:no-repeat;
}

/* タイトルの位置指定 */
#header h1 {
	margin: 0;
	padding: 0;
	position: relative;
	top: 20px;
	left: 0px;
}

/* タイトルテキストを非表示にする */
#header h1 span {
	display: none;
}

/* メニューボタン
---------------------------------------------------- */
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header li {
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -9999px;	/* Firefox等で線が表示されないようにする */
}

/* メニューボタン 位置指定 */
#header li#about      { top: 123px; left: 286px; }
#header li#wind       { top: 10px; left: 285px; }
#header li#illust     { top: 18px; left: 450px; }
#header li#offline    { top: 83px; left: 405px; }
#header li#blog       { top: 68px; left: 527px; }
#header li#link       { top: 108px; left: 590px; }
#header li#clap       { top: 45px; left: 680px; }

/* メニューボタン 大きさ指定 */
#header li a { text-decoration: none;		/* Firefox等で線が表示されないようにする */
			   display: block; }
#header li#about a   { width: 116px; height: 63px; }
#header li#wind a    { width: 130px; height: 70px; }
#header li#illust a  { width: 140px; height: 40px; }
#header li#offline a { width: 110px; height: 65px; }
#header li#blog a    { width: 85px; height: 58px; }
#header li#link a    { width: 80px; height: 60px; }
#header li#clap a    { width: 68px; height: 60px; }

/* メニューボタン マウスオーバー時の指定 */
#header li#about a:hover {
	background: url(../images/bottan_on.jpg) -6px 64px;
}
#header li#wind a:hover {
	background: url(../images/bottan_on.jpg) -5px 0px;
}
#header li#illust a:hover {
	background: url(../images/bottan_on.jpg) 300px -8px;
}
#header li#offline a:hover {
	background: url(../images/bottan_on.jpg) 345px 281px;
}
#header li#blog a:hover {
	background: url(../images/bottan_on.jpg) 223px 296px;
}
#header li#link a:hover {
	background: url(../images/bottan_on.jpg) 160px 256px;
}
#header li#clap a:hover {
	background: url(../images/bottan_on.jpg) 70px -35px;
}

/* カウンター */
#counter {
	margin: 0;
	padding: 0;
	position: absolute;
	top:155px;
	left:420px;
	font-size: 9px;
	color: #ffffff;
}

/* カウンターのリンク */
#counter a:link      { color:#ffffff; text-decoration: none; }
#counter a:visited   { color:#ffffff; text-decoration: none; }
#counter a:active, #counter a:hover { color:#b0e219 ; text-decoration:underline; }


/* サブコンテンツ全般
==================================================== */
#sub_contents {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 80px;
	font-size: 11px;
	text-align: right;
	background-repeat: no-repeat;
	background-image: url(../images/sub_back.jpg);
	background-position: center center;
}

/* サブコンテンツタイトル */
h2 {
	margin: 10px 20px 0 0;
	padding: 0;
	width: 168px;
	height: 45px;
	background-repeat: no-repeat;
	float: right;
}

/* h2,h3非表示 */
h2 span, h3 span {
	display: none;
}

/* リストの設定 */
#sub_contents ul {
	margin: 40px 0 0 5px;
	padding: 0;
	width: 580px;
	float: left;
}

#sub_contents li {
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
	font-size: 12px;
	list-style-position: inside;
	float: left;
	display: block;
}

/* リンクの設定 */
#sub_contents li a {
	margin: 0;
	padding: 5px;
	color: #5096C9;
	text-align: center;
	text-decoration: none;
	display: inline;
}

/* リンク訪問済みの色 */
#sub_contents a:visited {
	color: #dcdcdc;
	text-decoration: none;
}

/* リストの横ライン */
#sub_contents li span {
	margin: 0;
	padding: 0 6px 0 0;
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #104c62;
}


/* メインコンテンツ全般
==================================================== */
/* 段落のマージン設定 */
#main p {
	margin: 0 30px 25px 30px;
}

/* リンク色 */
#main a:link { color:#91C6C7; text-decoration: none; }
#main a:visited { color:#cecece; text-decoration:none; }
#main a:active, #main a:hover { color: #b0e219; text-decoration:underline; }

/* フォーム */
form {
	margin: 0 50px;
	padding: 10px;
}

/* リスト */

.point_li {
	margin: 0 10px 5px 30px;
	padding: 0 0 0 20px;
	line-height: 1.5em;
	background-image: url(../images/li_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

li {
	margin: 0 10px 5px 30px;
	padding: 0 0 0 20px;
	line-height: 1.5em;
}

/* 見出しタイトル
---------------------------------------------------- */
h3 {
	margin: 20px 0 15px 0;
	padding: 0;
	width:383px;
	height: 38px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
}

/* 小見出しタイトル */
h4 {
	margin: 0 30px 10px 30px;
	padding: 5px 5px 5px 15px;
	color: #ffffff;
	background-color: #156e8f;
	clear: both;
}

/* フッター全般
==================================================== */
/* フッターリスト設定
---------------------------------------------------- */
#footer ul {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#footer li {
	margin: 0;
	padding: 0 5px 0 5px;
	font-size: 12px;
	list-style-type: none;
	list-style-position: inside;
	float: left;
	display: block;
}

/* フッターリスト 横ライン */
#footer ul li span{
	margin: 0;
	padding: 0;
	padding-right: 6px;
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #5298b4;
}

/* フッターリスト リンク設定 */
#footer li a {
	margin: 0;
	padding: 5px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	display: inline;
}

/* フッターリスト マウスオーバー時の指定 */
#footer ul li a:hover {
	text-decoration: underline;
}

#u_navi {
	margin: 0;
	padding: 0;
	width: 480px;
}

/* HOME,TOPボタンの設定
---------------------------------------------------- */
#f_menu {
	margin: 0;
	padding: 0;
}

#footer li#home, #footer li#top {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline;
	text-indent: -9999px;
}

/* HOME,TOPボタン 画像位置 */
#footer li#home { top: -1px; left: 214px; }
#footer li#top  { top: -1px; left: 224px; }

#footer li#home a, #footer li#top a {
	text-decoration: none; display: block;
}

/* HOME,TOPボタン 大きさ */
#footer li#home a { width: 53px; height: 20px; }
#footer li#top a  { width: 35px; height: 20px; }

/* HOME,TOPボタン マウスオーバー時の指定 */
#footer li#home a:hover {
	background: url(../images/footer_on.jpg) 0px 0px;
}
#footer li#top a:hover {
	background: url(../images/footer_on.jpg) 45px 0px;
}

/* clear both
---------------------------------------------------- */
.cb {
	clear: both;
}

