/* CSS Document */

/*	Reset
----------------------------------------------------*/

* {
	margin:0;
	padding:0;
	font-style:normal;
	text-align:left;
}

body,td,th {
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color:#666666;
	}

body {
	background-color:#F5F6E9;
	margin:0px;
	padding:0px;
	text-align:center;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}

h3 {
	line-height:160%;
}

img {
	border:0px;
	}

li {
	list-style-type:none;
}

a {
	overflow:hidden;
	text-decoration:none;
	color:#19187B;
}

a:link {
}

a:visited {
}

a:hover {
	color:#6666CC;
}

a:active {
}

h1 {
	margin-top:49px;
	margin-bottom:28px;
}

div#headerbox {
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

div#header {
	width:710px;
	float:left;
	padding-left:40px;
	padding-bottom:75px;
	background:url(../img/bg_white.gif) #FFF;
}

div#menu {
	width:655px;
	height:16px;
	padding:9px 0 5px 15px;
	background:#7272AD;
}

div#menu ul {
}

div#menu li {
	float:left;
	margin-right:35px;
}

div#menu li.last {
	margin-right:0px;
}

div#footer {
	clear:both;
	width:670px;
	margin-left:auto;
	margin-right:auto;
	padding:0 40px 0 40px;
	background:url(../img/bg_white.gif) #FFF;
}

div#footer p {
	border-top:dotted 1px #DFDFDF;
	padding-top:10px;
	padding-bottom:50px;
	font-size:80%;
	color:#19187B;
	font-family:Arial, Helvetica, sans-serif;
}

div#continerbox {
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

div#container {
	width:750px;
	float:left;
	background:url(../img/bg_white.gif) #FFF;
}

div#contents {
	width:580px;
	padding-right:40px;
	float:right;
}

div#contents p.day {
	clear:both;
	margin-top:3px;
	font-size:95%;
	font-weight:bold;
	color:#19187B;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
}

div#contents p.pagetop {
	clear:both;
	font-size:80%;
	letter-spacing:1px;
	width:580px;
	text-align:right;
	padding-bottom:30px;
}

div#block {
	width:580px;
	border-top:dotted 1px #DFDFDF;
	padding-top:30px;
	clear:both;
}

div#block_left {
	width:270px;
	padding:0 10px 50px 0;
	float:left;
}

div#block_left h2 {
	width:270px;
	margin-bottom:10px;
	font-size:110%;
	font-weight:bold;
	letter-spacing:2px;
}

div#block_left h3 {
	width:270px;
	margin-bottom:10px;
	font-size:100%;
	font-weight:bold;
	letter-spacing:2px;
}

div#block_left p {
	font-size:85%;
	letter-spacing:2px;
	line-height:150%;
}

div#block_left p.data {
	font-size:85%;
	letter-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:30px;
}

div#block_right {
	width:300px;
	float:right;
	padding-bottom:50px;
}

div#side {
	width:90px;
	padding-left:40px;
	float:left;
}

div#side ul {
}

div#side li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:180%;
	font-size:95%;
	font-weight:bold;
	letter-spacing:2px;
}

div#side p.feed {
	margin-top:120px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:180%;
	font-size:80%;
	letter-spacing:1px;
}

div#side p.feed a {
	color:#CCC;
}

div#side p.feed a:hover {
	color:#6666CC;
}


