@charset "utf-8";
/* CSS Document */


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body{
	font-size: 12px;
	color: #333333;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ pro W3";
	line-height: 16px;
	background-image: url(../img/header_bg2.jpg);
	background-repeat: repeat-x;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#main_img {
	height: 153px;
	width: 950px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#right_column .blogTitle {
	background-image: url(../img/common_h2Bg.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 695px;
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 32px;
	padding-left: 15px;
}
#right_column .blog_area {
	margin-top: 30px;
	width: 710px;
}
#right_column .pagebute {
	text-align: right;
	margin-bottom: 20px;
	padding-right: 10px;
}
#right_column .pagebute a {
	text-decoration: none;
	color: #0066CC;
}
#right_column .pagebute a:hover {
	text-decoration: underline;
}
#right_column .blogBox {
/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
*/
	padding-bottom: 10px;
	margin-bottom: 50px;
	width: 710px;
}
#right_column .blogBox .sub_h2 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	background-image: url(../img/mt_blog.jpg);
	background-repeat: no-repeat;
	height: 20px;
	background-position: 5px top;
	margin-top: 0px;
	padding-top: 10px;
	display: block;
	width: 625px;
	width: 680px;
	font-size: 14px;
	font-weight: bold;
	color: #FF9933;
	padding-left: 25px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#right_column .blogBox .sub_h2 a:link {
	color: #FF9933;
	text-decoration: none;
}
#right_column .blogBox .sub_h2 a:visited {
	text-decoration: none;
	color: #FF9933;
}
#right_column .blogBox .sub_h2 a:hover {
	text-decoration: underline;
	color: #FF6633;
}
#right_column .blogBox .sub_h2 a:active {
	text-decoration: none;
	color: #FF9933;
}
#right_column .blogBox .blog_h2p {
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 25px;
	font-size: 14px;
	line-height: 20px;
}
#right_column .blogBox .blog_p {
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 25px;
	font-size: 14px;
	line-height: 20px;
}
#right_column .blogBox .achievements_frame {
	width: 695px;
	padding-left: 15px;
}
#right_column .blogBox .achievements_frame .achievements_inner {
	float: left;
	height: auto;
	width: 224px;
	margin-right: 6px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right_column .blogBox .achievements_frame .achievements_inner .achievements_photo {
	width: 220px;
	height: auto;
	background-color:#ffffff;
	border: 1px solid #cccccc;
	padding:1px;
	margin: 0px;
}
#right_column .blogBox .achievements_frame .achievements_inner .achievements_photo img {
	margin: 0px;
	padding: 0px;
}
#right_column .blogBox .achievements_frame .achievements_inner .achievements_p {
	width: 216px;
	padding-right: 4px;
	padding-bottom: 18px;
	font-size: 12px;
	line-height: 20px;
	padding-left: 4px;
	display: block;
	margin-top: 5px;
}
#right_column .turnBox {
	width: 680px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#right_column .turnBox .previous {
	width: 33%;
	padding-top: 5px;
}
#right_column .turnBox .home {
	padding-top: 5px;
}
#right_column .turnBox .next {
	width: 30%;
	padding-top: 5px;
}
#right_column .turnBox a:link {
	color: #0066CC;
	text-decoration: none;
}
#right_column .turnBox a:visited {
	text-decoration: none;
	color: #0066CC;
}
#right_column .turnBox a:hover {
	text-decoration: none;
	color: #FF6633;
}
#right_column .turnBox a:active {
	text-decoration: none;
	color: #0066CC;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#right_column .main_h2 {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}
#right_column .main_h2p {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}
#right_column .main_h3 {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
	text-align: right;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#right_column .link_frame {
	margin-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	width: 670px;
}
#right_column .link_frame .link_url {
}
#right_column .link_frame .link_url a {
	font-size: 14px;
	font-weight: bold;
	color: #FF6633;
	text-decoration: none;
}
#right_column .link_frame .link_url a:hover {
	text-decoration: underline;
	color: #FF9900;
}
#right_column .link_frame .link_intro {
	font-size: 14px;
	margin-top: 10px;
}
