@charset "UTF-8";
/*
 * style.css
 * 2010-12-01 BitOcean Co.Ltd.
 */
.clearfix {
	clear: both;
}

body {
    margin: 0;
    padding: 0;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    background-color: #ffeeac;
    background-image: url(../images/background.gif);
    background-repeat: repeat-y;
	font-size: 14px;
}

/* ヘッダエリア指定 */
#header {
	text-align: left;
	margin-left: 0px;
    padding: 0;
    height: 50px;
	display: block;
}
#head_banner {
    background-image: url(../images/head_back.jpg);
    background-repeat: repeat-x;
}
a img{
	border-style:none;
}

/* フッタエリア指定 */
#footer {
	text-align: left;
	margin-left: 0px;
    padding: 0;
    width: 100%;
    height: 50px;
}
#foot_banner {
    background-image: url(../images/foot_back.jpg);
    background-repeat: repeat-x;
}

/* コンテンツエリア指定 */
#wrapper {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 900px;
}

/* 左側メインコンテンツエリア指定 */
#left_contents {
	float: left;
	width: 620px;
	margin-top: 50px;
	/*margin-bottom: 20px;*/
}
#left_contents img {
	margin: 0;
	padding: 0;
}
/* 右側メニューエリア指定 */
#right_contents {
	float: left;
	width: 280px;
	margin-top: 50px;
	margin-bottom: 50px;
}

/* メニュー */
#menu {
	margin: 0px;
	padding: 0px;
	width: 250px;
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu li{
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type : none;
	font-size: 1px;
}
#menu li a{
	text-decoration: none;
}
#menu li img{
	border-style:none;
	vertical-align: top;
}

/* コンテンツ */
#contents {
	width: 610px;
	margin-top: 10px;
	margin-left: 10px;
}
#contents_top {
	float: left;
	width: 604px;
	height: 20px;
	margin: 0;
	background-image: url(../images/contents_top.jpg);
}
#contents_body {
	float: left;
	width: 604px;
	margin: 0;
	background-image: url(../images/contents_body.jpg);
	background-repeat: repeat-y;
}
#contents_bottom {
	float: left;
	width: 604px;
	height: 20px;
	margin: 0;
	margin-bottom: 20px;
	background-image: url(../images/contents_bottom.jpg);
}
#contents_body h2 {
	margin: 0;
	padding-left: 10px;
	font-size: 1.4em;
	line-height: 1.2em;
}
#contents_body p {
	margin: 0;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 15px;
	font-size: 1.0em;
	line-height: 1.2em;
}
#contents_body img {
	margin: 10px 20px;
	vertical-align: top;
}

#contents_body h4 {
	margin: 2px auto 2px 10px;
	padding-left: 4px;
	font-size: 1.1em;
	line-height: 1.4em;
	border-left: 4px solid #ffeeac;
	border-bottom: 1px solid #ffeeac;
	width: 500px;
}

#contents_body h5 {
	margin: 10px 20px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #ff6600;
}

dl {
	margin: 0;
}
dt {
	margin-left: 30px;
	margin-top: 10px;
}
dd {
	margin-left: 60px;
}

#sns {
	width: 580px;
	margin-top: 10px;
	margin-left:20px;
	display: inline-block;
}

.tweet, .facebook_like, .facebook_share, .gree, .hatena .google_plusone {
	float: left;
	margin-right: 5px;
}