@charset "utf-8";
@import url(common.css);

body {
	font-size:13px;
	color:#333333;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
}

#Wrapper {
	width:950px;
	margin:0 auto;
	text-align:left;
}

#Title {
	margin:20px 0 20px 0;
}

#Title h1 {
	margin:0;
	padding:0;
	width:340px;
	float:left;
}

#Title p {
	width:468px;
	height:60px;
	float:right;
	margin:0;
	padding:20px 0 0;
}
#HeadImage {
	clear:both;
}
#Breadcrumb {
	text-transform:uppercase;
	height:20px;
	list-style-type:none;
	margin:10px 10px 0;
	padding:0;
	background-image:url(images/alpha_bg_blue.png);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	
}
#Breadcrumb li {
	float:left;
	padding-left:20px;
	color:#ffffff;
	background-image:url(images/ico_list.gif);
	background-repeat:no-repeat;
	background-position:7px 3px;
	font-size:93%;
	line-height:20px;
}
#Breadcrumb li#Home {
	padding:0 0 0 10px;
	background-image:none;
}

#Breadcrumb li a {
	color:#ffff00;
	text-decoration:none;
}
#Breadcrumb li a:link {
	text-decoration:none;
}
#Breadcrumb li a:visited {
	color:#ffff00;
}
#Breadcrumb li a:hover {
	text-decoration:underline;
}
#Breadcrumb li a:active {
	color:#ffff00;
}

#LeftWrap {
	width:770px;
	float:left;
}
#Main {
	width:580px;
	float:right;
}

#LeftBar {
	width:170px;
	float:left;
}
#MainMenu {
	list-style-type:none;
	margin:0;
	padding:0;
}
#MainMenu li {
	margin:0 0 20px 0;
}

#RightBar {
	width:160px;
	float:right;
}

#RightSponsor {
	list-style-type:none;
	margin:0 0 10px;
	padding:0;
}
#RightSponsor li {
	text-align:center;
	margin-bottom:10px;
}
#RightSponsor li img {
	vertical-align:bottom;
}

#Footer {
	clear:both;
	margin:40px 0 0 0;
	height:80px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#Footer address {
	width:950px;
	margin:0 auto;
	height:20px;
	padding:60px 0 0 0;
	font-style:normal;
	font-weight:normal;
	background-image:url(images/footer_img.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

/* 装飾 */
.roll_blog {
	clear:both;
	height:22px;
	line-height:25px;
	margin:10px 10px 10px;
	padding:3px 0 8px 25px;
	background-image:url(images/ico_roll.gif);
	background-repeat:no-repeat;
	background-position:left top;
	border-bottom:1px dotted #ff6666;
	font-size:138.5%;
	font-weight:normal;
}
.roll_blog img {
	margin-top:3px;
}

/* ページ */
.pager {
	padding:0 10px;
	text-align:right;
	margin:0 0 10px;
}

/* 広告 */
.ad_head {
	width:250px;
	height:250px;
	float:right;
}
.ad_head_sub {
	width:200px;
	height:200px;
	float:right;
}

.ad_link_unit {
	clear:both;
	height:15px;
	padding:10px 0 20px;
	text-align:center;
}
.ad_recent {
	width:200px;
	height:200px;
	float:right;
	margin-right:10px;
	border:1px solid #000;
}
* html .ad_recent {
	margin-right:5px;
}

/* 角丸背景 黒 */
.round_bg_black {
	background-image:url(images/alpha_bg_blue.png);
	background-repeat:repeat-y;
	color:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

