@charset "utf-8";

/* -----全体の設定----- */
*	{ font-family: "ＭＳ Ｐゴシック","Osaka","ヒラギノ角ゴシック Pro W3",Verdana, Arial, sans-serif; }

body {
	margin: 0px 0px 20px 0px;
	color: #000000;
	text-align: center;
	padding: 0px;
	}

a {
	text-decoration: none;
	color: #4648B8;
	}

a:hover    {
	text-decoration: underline;
	color: #0066FF;
	}

h1,h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

p {
	margin: 3px 0px 5px 0px;
	padding: 3px 0px 1px 5px;
	font-size: 120%;
	line-height: 1.3;
	}

p.small {
	margin: 3px 0px 5px 0px;
	padding: 3px 0px 1px 5px;
	font-size: 100%;
	line-height: 1.3;
	}

div	{ padding:0;margin:0; }

img{
	border: 0px solid #FFFFFF;
	margin:0px;
	}

#container {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 800px;
	text-align: left;
	border-right:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
}

/* -----ヘッダー部分----- */
#header {
	background: url(images/header.jpg) no-repeat;
	margin:0px;
	padding: 0px;
	width:800px;
	height:158px;
	position:relative;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
	}

#header h1 {
	float:left;
	margin:0px;
	padding: 0px;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-indent:20px;
	width:400px;
}

#header h2 {
	float:right;
	margin:0px;
	padding: 0px;
	color: #FFFFFF;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	text-align:right;
	padding-right:10px;
	width:300px;
}

#header a:hover{
	text-decoration: underline;
	}

#header p {
	float:left;
	color: #333;
	font-size:12px;
	font-weight:bold;
	width:500px;
	text-align:left;
	position:absolute;
	top:120px;
	left:20px;
}

#header img{
	margin:0;
	padding:0;
	position:absolute;
	top:56px;
	left:20px;
}

/* ---------- カテゴリー部分 ---------- */

#category {
	margin: 0;
	padding: 0;
	height: 24px;
	width: auto;
	border-bottom:2px solid #CC6666;
	background-color:#FFFFFF;
}

#category ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	text-align: center;
}

.banner {
	width:100px;
}

.adbanner {
	width:750px;
	padding: 10px 10px 10px 20px;
	font-size: 12px;
	color: #333333;
	text-align: center;
}

.adbanner a{
	color: #333333;
}

#category li {
	float:left;
	display : block;
	list-style-type: none;
	margin: 0;
	height: auto;
}

#category li a {
	color:#333;
	margin: 0;
	text-decoration: none;
	font-size: 12px;
	display : block;
	line-height:24px;
	height:24px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
}

#category li a:hover {
	color:#C30;
	margin: 0;
	display : block;
	line-height:24px;
	height:24px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* -----メイン領域部分----- */
#center {
	padding: 10px 20px 10px 20px;
	width: 720px;
	color: #000000;
	overflow: hidden;
	line-height: 100%;
	margin: 0px 0px 0px 0px;
	}

#center img{
	border: 0px solid #FFFFFF;
	}

.content {
	padding: 10px 10px 0px 10px;
	color: #000000;
	font-size: 14px;
	margin-bottom: 10px;
	}

.content h3 {
	color: #FF6666;
	font-size: 18px;
	font-weight:bold;
	line-height:20px;
	text-align: left;
	padding: 2px 0 0 10px;
	margin: 10px 0 5px;
	border-bottom:1px dotted #cccccc;
	}

.content h3 a:link { color:#FFF; }
.content h3 a:visited { color:#FFF; }
.content h3 a:hover { color:#FFF; }
.content h3 a:active { color:#FFF; }


.content h4 {
	color: #000000;
	font-size: 16px;
	font-weight:bold;
	line-height:20px;
	text-align: left;
	padding: 2px 0 0 10px;
	margin: 10px 0 5px;
	}

.content h4 a:link { color:#FFF; }
.content h4 a:visited { color:#FFF; }
.content h4 a:hover { color:#FFF; }
.content h4 a:active { color:#FFF; }

.content h5 {
	color: #FFF;
	font-size: 14px;
	font-weight:bold;
	line-height:20px;
	text-align: left;
	padding: 2px 0 0 10px;
	margin: 10px 0 5px;
	background: #ffffff url(images/line.gif) no-repeat left top;
	}

.content h5 a:link { color:#FFF; }
.content h5 a:visited { color:#FFF; }
.content h5 a:hover { color:#FFF; }
.content h5 a:active { color:#FFF; }

.content h6 {
	color: #FFF;
	font-size: 14px;
	font-weight:bold;
	line-height:20px;
	text-align: left;
	padding: 2px 0 0 10px;
	margin: 10px 0 5px;
	background: #ffffff url(images/line.gif) no-repeat left top;
	}

.content h6 a:link { color:#FFF; }
.content h6 a:visited { color:#FFF; }
.content h6 a:hover { color:#FFF; }
.content h6 a:active { color:#FFF; }

.content ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}


.content li {
	line-height:120%;
	margin: 0px;
	padding: 0px;
}


.link-note {
	font-size: 10px;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

/* -----フッター部分----- */

#footer{
	border-top: double 3px #DDDDDD;
	padding-top: 3px;
	clear: both;
	text-align: center;
	padding-bottom: 12px;
	background-color: #EEEEEE;
}

#footer h3{
	color:#c0c0c0;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

#footer p{
	color:#c0c0c0;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

#footer a{
	color:#c0c0c0;
	text-decoration: none;
}

#footer .rss{
	border: solid 1px #bbbbbb;
	padding: 1px;
	width: 40px;
}

#footer .rss a{
	display: block;
	width: 100%;
	background-color: #bbbbbb;
	color: black;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	height: 13px;
}

#footer .rss-format{
	background-color: #FFB74C;
	padding: 0.5px;
}

#footer .rss-version{
	padding: 0.5px;
	background-color: #BBBBBB;
}

#footer img{
	padding: 5px 5px 5px 0px;
	margin-right: 10px;
	float: left;
}
