/* ============================================================================
基本スタイル
============================================================================ */
body{
	margin:0;
	padding:0;
	background:#d0e0c0;
}

#pageBody_h1{
	width:900px;
	height:16px;
	margin:0;
	padding:2px;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-450px;
	background:#ffffff;
	font-size:12px;
}

#pageBody_h1 a{
	color:#000000;
	text-decoration:none;
}

#pageBody{
	width:900px;
	margin:0;
	padding:0;
	position:absolute;
	left:50%;
	top:16px;
	margin-left:-450px;
}

.textBox_normal{
	margin:10px 10px 10px 10px;
	padding:0;
	color:#000000;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	line-height:25px;
}

.textBox_widetab{
	margin:10px 10px 10px 50px;
	padding:0;
	color:#000000;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	line-height:25px;
}

.textBox_normal a{
	color:#0000ff;
	text-decoration:underline;
}

.textBox_normal a:active,.textBox_normal a:hover{
	color:#ff0000;
}

.textBox_normal h2,.textBox_normal h3{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
}

.textBox_normal h2{
	border-left:solid 20px #4040ff;
	border-right:solid 1px #4040ff;
	border-top:solid 1px #4040ff;
	border-bottom:solid 1px #4040ff;
	padding-left:4px;
	margin:5px 0;
}

.t_button{
	display:block;
	width:400px;
	padding:2px;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	line-height:23px;
	background:#a0a0ff;
	border-top:solid 6px #f0f0f0;
	border-left:solid 6px #c0c0ff;
	border-bottom:solid 8px #8090e0;
	border-right:solid 8px #8090c0;
	text-align:center;
}

/* ----------------------------------------------------------------------------
印刷ヘッダー/フッター
---------------------------------------------------------------------------- */
#print_header,#print_footer{display:none;}

/* ----------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------- */
#header{
	width:900px;
	height:150px;
	margin:0;
	padding:0;
	background-color:#303030;
	background-image:url(../../img/logo.jpg);
}

#header h1{margin:0;padding:15px 0 0 5px;color:#ffffff;font-size:13px;}
#header a{color:#ffffff;text-decoration:none;}

#header_text{
	width:600px;
	margin:0;
	padding:0;
	position:absolute;
	left:50%;
	top:30px;
	margin-left:600px;
	text-align:right;
}

#header_menu{
	width:900px;
	margin:0;
	padding-left:5px;
	padding-top:84px;
	text-align:left;
}

#header #header_menu a{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#header #header_menu a:active,#header #header_menu a:hover{
	color:#ff0000;
}

/* ----------------------------------------------------------------------------
BODY部分
---------------------------------------------------------------------------- */
#body{
	width:900px;
	margin:0;
	padding:0;
	background:#ffffff;
	border-top:solid 3px #a0a0a0;
	border-left:solid 1px #a0a0a0;
	border-right:solid 1px #808080;
	border-bottom:solid 1px #808080;
}

#content{
	width:698px;
	float:right;
	margin:0;
	padding:0;
	background:#ffffff;
}

#body #content #top_bar,#body #content #top_bar2{
	margin:0;
	padding:10px;
	color:#ffffff;
	background:#8080ff;
	background-image:url(../../img/title_gra.gif);
	background-repeat:repeat-x;
	border-top:solid 2px #a0a0ff;
	border-left:solid 2px #a0a0ff;
	border-right:solid 3px #6060a0;
	border-bottom:solid 3px #6060a0;
	text-align:center;
}

#body #content #top_bar2{
	background-image:url(../../img/title_gra2.gif);
}

#body #content #top_bar #top,#body #content #top_bar2 #top{
	margin:0;
	padding:0;
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	text-decoration:none;
}

/* ----------------------------------------------------------------------------
サイドバー部分
---------------------------------------------------------------------------- */
#sidebar{
	float:left;
	width:200px;
	margin:0;
	padding:0;
	background:#ffffff;
}

#sidebar h2{
	margin:10px 5px;
	padding:0;
	font-size:12px;
}

#sidebar ul{
	list-style:none;
	margin:0 10px 5px 10px;
	padding:0;
}

/*
	無印リスト
*/
#sidebar li{
	list-style:none;
	font-size:14px;
	margin:5px 0;
	padding:5px;
	border-top:solid 3px #f0f0ff;
	border-left:solid 3px #e0e0ff;
	border-right:solid 5px #9090c0;
	border-bottom:solid 5px #7070a0;
	background:#e0e0ff;
}

#sidebar p{
	margin:0;
	padding:0;
	font-size:10px;
	line-height:12px;
	color:#707080;
}

#sidebar a{
	display:block;
	color:#202020;
	font-weight:bold;
	text-decoration:none;
	border:dotted 2px #e0e0ff;
}

#sidebar a:active,#sidebar a:hover{
	color:#2040ff;
	border:dotted 2px #ffffff;
}

/*
	パートナー募集ボタン
*/
#sidebar li.partner{
	list-style:none;
	font-size:14px;
	margin:5px 0;
	padding:5px;
	border-top:solid 3px #ffa0a0;
	border-left:solid 3px #ffa0a0;
	border-right:solid 5px #c05050;
	border-bottom:solid 5px #a04040;
	background:#ffc0c0;
}

#sidebar .partner a{
	display:block;
	color:#202020;
	font-weight:bold;
	text-decoration:none;
	border:dotted 2px #ffc0c0;
}

#sidebar .partner a:active,#sidebar .partner a:hover{
	color:#2040ff;
	border:dotted 2px #ffffff;
}

/*
	ブログボタン
*/
#sidebar li.blog_title{
	list-style:none;
	font-size:12px;
	margin:0;
	padding:2px;
	border:none;
	background:#ffffff;
}

#sidebar .blog_title a{
	display:block;
	color:#202020;
	font-weight:bold;
	text-decoration:none;
	border:none;
}

#sidebar .blog_title a:active,#sidebar .blog_title a:hover{
	color:#2040ff;
	border:none;
}

/* ----------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------- */
#footer{
	clear:both;
	background:#80a080;
	padding:0;
	margin:5px 0 0 0;
	border-left:solid 1px #a0a0a0;
	border-top:solid 1px #a0a0a0;
	border-right:solid 1px #808080;
	border-bottom:solid 1px #808080;
}

#footer .textBox_footer{
	margin:5px 10px 5px 10px;
	padding:0;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	line-height:16px;
}

#footer .textBox_footer a{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

/* ============================================================================
EOF
============================================================================ */
