@charset "UTF-8";
/* CSS Document */
#contentbox {
	clear: both;
	width:800px;
	margin-top:130px;
}

#contentbox #contentbox01 {
	float: left;
	width: 510px;
}
	
#contentbox #contentbox01 h2 {
	color: #000000;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#contentbox #contentbox01 h3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: color:rgba(0,0,0,0.3);;
}

#contentbox #contentbox01 p1 {　/* 久住祐太 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

#contentbox #contentbox01 p2 {　/* 1977年12月25日 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000000;
	font-size: 13px;
}

#contentbox #contentbox01 p3 {　/* 1977年12月25日 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000000;
	font-size: 12px;
}

#contentbox #contentbox01 p4 {　/* 仕事の依頼は */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: rgba(0,139,198,1);
	font-size: 12px;
	font-weight: bold;
}

#contentbox #contentbox01 a {
	text-decoration: none;
	color: rgba(0,139,198,1);
	font-family: 'Electrolize', Arial, sans-serif;
	font-size:12px;
}

#contentbox #contentbox01 .icon
	{
    	font-family: WebIconFonts;
		font-size:25px;
	}

#contentbox #contentbox02 { /* 右のセクション */
	float: right;
	width: 250px;
}

#contentbox #contentbox02 a:hover img { /* バナーのマウスイベント */
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#contentbox iframe {
	margin-top:10px;
}

#contentbox br {
	font-size: 1px;
	line-height: 1px;
	display: block;
	margin: 0px;
	padding: 1px;
	clear: both;
	height: 1px;
	width: 1px;
}

/*! コピーライト */
#footer {
	width: 800px;
	height:50px;
    background: rgba(255,255,255,0.9);
	margin-top:20px;
}

#footer p{
	font-size: 11px;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align:center;
	margin-top: 10px;
}