﻿@charset "UTF-8";

/* main */

#main_content{
	width: 450px;
	float: left;
}

#information{
	margin-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

#information li, #information dt, #information dd{
	margin-left:1em;
	margin-bottom:8px;
}

#information .img {
	width: 100%;
	vertical-align: top;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#information .box {
	width: 415px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#main_ad{
	width: 200px;
	float: left;
	padding-top: 30px;
}

#main_ad p{
}


#main_ad .shadow {
	background: url(../image/shadow.gif) right bottom;
	width:150px;
	height:150px;
	text-align:left;
	margin-left:25px;
	margin-bottom: 10px;
}

/*
#main_ad img{
	margin-bottom: 5px;
	margin-top: 5px;
}
*/

#main_ad hr{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #FFFFFF;
	margin-right: 6px;
	margin-left: 6px;
}

#main_ad .box {
	text-align:center;
	padding-bottom: 10px;
	padding-top: 8px;
}

#main_ad .box p{
	line-height: 140%;
	padding-bottom: 5px;
}

#main_ad .box span{
	color:#0033FF;
}

/* blog */

#blog{
	width: 130px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	top: 435px;
}

#blog a{
	font-size:11px;
	color:#003366;
}

#blog a:hover{
}

#blog ul{
	list-style: none;
	border: none;
}

#blog li{
	font-size: 10px;
}

#blogTitle{
	width: 130px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	top: 410px;
}

#blogTitle a.blog_title{
	font-size:13px;
	color:#000066;
}

#blogTitle a{
}
