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

@import "default.css";
@import "navi.css";



/* common style */
/* link setting */

a:link {
	color:#006ee9;
	text-decoration: underline;
}
a:visited {
	color:#006ee9;
	text-decoration: underline;
}
a:hover {
	color:#006ee9;
	text-decoration:none;
}
a:active {
	color:#006ee9;
	text-decoration: underline;
}



/* basic elements */
body {
	background:#0d205d url(../blog/images/blog_bg.jpg) repeat-x;
	text-align:center;
	color:#333949;
	}

p{	
	font-size:84%;
	line-height:160%;
	text-align:left;
	}

/* layout styles */
#container{
	width:900px;
	margin:0 auto;
	text-align:left;
	}
#header {
	width:900px;
	height:303px;
	position:relative;
	background:url(images/head.jpg) no-repeat;
	}
#header h1{
	position:absolute;
	left:-5000px;
	}
#header #logo{
	position:absolute;
	top:12px;
	right:20px;
	}	
#header #data{
	color:#e0e0e0;
	width:186px;
	height:113px;
	background:url(../blog/images/data_bg.jpg) no-repeat;
	position:absolute;
	top:168px;
	right:18px;
	padding:14px 0 0 0;
	}
#header #data span{
	color:#00cae9;
	}
#header #data input{
	margin:5px 0 0 0;
	}
#header p{
	margin:0 0 0 17px;
	line-height:140%;
	}
#header p img{
	margin:6px 0 0;
	}

#wrapper{
	margin:0 0 20px;
	padding:0 0 5px;
	background:#cecfd2 url(../blog/images/main_bg.gif) repeat-y center top;	
	}
#main{
	float:left;
	width:461px;
	margin:20px 0 0;
	}
#main p.pkg{
	clear:both;
	}
#main .left{
	margin:0 15px 15px 0;
	}
.page{
	font-size:84%;
	text-align:center;
	}
.page p{
	font-size:100%;
	}
.page img{
	vertical-align:middle;
	}
h3{
	margin:20px 0 10px;
	padding:8px 8px 10px;
	font-weight:bold;
	font-size:100%;
	color:#f1f1f1;
	background:#001969 url(../blog/images/h3_bg.jpg) no-repeat left bottom;
	text-align:left;
}
h3 span{
	float:right;
	font-weight:normal;
	font-size:84%;
	line-height:150%;
	}
.entry .posted{
	text-align:right;
	font-size:70%;
	margin:10px 0;
	padding:5px 0;
	border-top:solid 1px #e0e0e0;
	}
.entry .comment{
	background:#f3f6fb;
	padding:12px;
	border:solid 5px #dbdfeb;
	}
.entry .comment span{
	margin:0 0 4px 0;
	padding:0 0 5px 0;
	display:block;
	width:100%;
	border-bottom:dashed 1px #a2adce;
	}
	
/* サイドエリア */
.side{
	width:192px;
	}
.side.left{
	margin:0 27px 0 0;
	}
.side dt{
	margin:0 0 10px 12px;
	}
.side p,
.side dd{
	font-size:60%;
	line-height:175%;
	padding:0 12px;
	margin-bottom:5px;
	}
.side dd img{
	vertical-align:top;
	margin-left:5px;
	}
.side dd{
	margin:0 0 25px;
	}
.side dd dd,
.side dd dt{
	font-size:100%;
	margin:0;
	}
.side dd dt{
	color:#001969;
	}

.side h2{
	margin:0 0 12px;
	}
.side ul{
	margin:0 0 0 25px;
	}
.side li{
	background:url(../blog/images/li_icon.gif) no-repeat left center;
	padding:0 0 0 15px;
	line-height:100%;
	margin:0 0 0.8em;
	}
#calendar{
	margin:0 12px 20px;
	text-align:center;
	}
#calendar table{
	width:168px;
	}
#calendar td,
#calendar th,
#calendar caption{
	font-size:70%;
	text-align:center;
	}
#calendar caption{
	margin:0 0 5px;
	}
#calendar th,
#calendar caption{
	color:#001969;
	font-weight:bold;
	}
#calendar td,
#calendar th,
#calendar caption{
	font-size:70%;
	text-align:center;
	}
#banaArea{
	margin:15px 0 0;
	}
#banaArea p{
	margin:0 0 7px;
	}
.side p.right,
.side p.left{
	margin:0 0 5px;
	}

	
	
/* フッターエリア */	
#footer {
	height:108px;
	background:url(../images/footer_bg.png) repeat-x;	
	}
#footer-inner{
	width:900px;
	margin:0 auto;
	text-align:left;
	padding:0;
	position:relative;
	}
#pagetop{
	position:absolute;
	right:-15px;
	top:-80px;
	}
address{
	position:absolute;
	right:0;
	top:33px;
	}


/* help class */

.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
img.left {
	margin:0 12px 5px 0;
}
img.right {
	margin:0 0 5px 12px;
}


/* text color styles */

strong {
	color:#FFFFFF;
	font-weight:bold;
}
.red{
	line-height:150%;
	color:#e72a38;
	}

