@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	letter-spacing: 0.2em;
	font-size:12px;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
	font-size:12px;
}
ul {
	list-style-type: none;
}
li {
	list-style:none;
}
img {
	border: none;
}
input, textarea, select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	overflow: hidden;
}
.mT20 {
	margin-top: 20px;
}
.mB20 {
	margin-bottom: 20px;
}
.mT15 {
	margin-top: 15px;
}
.mB15 {
	margin-bottom: 15px;
}
.mT10 {
	margin-top: 10px;
}
.mB10 {
	margin-bottom: 10px;
}
.mT5{
	margin-top:5px;
}
.blue {
	color:#06F;
}
.red {
	color:#C00;
}
.line {
	border-bottom:1px dotted #333;
}
.bold {
	font-weight:bold;
}

.text01{
	padding:10px 10px 15px 10px;
	font-size:11px;
	margin-bottom:15px;
	text-align:center;
	text-shadow:1px 2px 2px #E7E7E7;
}
.text02{
	padding:5px;
	background-color:#F6F6F6;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.link01{
	margin:10px 0;
}
.link01 li{
	padding:10px 5px;
}
.link01 li a{
	padding-left:20px;
	color:#333;
	border-left:2px solid #999;
}
.link01 li a:hover{
	text-decoration:none;
}
#wrap{
	width:1000px;
	margin:0 auto;
	background-color:#FFF;
}
.headleft01{
	width:600px;
	height:74px;
	float:left;
}
.sitetitle{
	margin-top: 20px;
	margin-left:20px;
}
.sitetitle a{
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0 0 1px #333,0 0 2px #333;
}
.headright01{
	width:400px;
	float:right;
	margin-top:20px;
}
.headbox01{
}
.headbox02{
}
.headnav{
	display:inline-block;
	float:left;
}
.hnav{
	margin-top:4px;
	display:inline-block;
	margin-left: 10px;
	margin-bottom:10px;
}
.hnav li{
	float:left;
	display:inline-block;
	padding:5px;
	border-right:1px solid #E7E7E7;
	
}
.hnav li a{
	color:#333;
}
.search{
	display:inline-block;
	float:right;
	margin-right: 10px;
    margin-top: 7px;
}
.social{
	clear:both;
	height:20px;
	margin-left: 10px;
	display: inline-block;
	margin-top:2px;
}
.headleft02{
	width:280px;
	float:left;
	padding:10px;
	background-color:#FFF;

}
.subtitle{
	text-align:center;
	font-size:20px;
	text-shadow:1px 2px 3px #CCC;
}
.nav li {
	font-size:11px;
	color:#333;
	text-align:center;
	text-shadow:1px 2px 3px #E7E7E7;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.nav li a{
	color:#333;
	text-decoration:underline;
}

.nav li a:hover{
	
	text-decoration:none;
}

.parts{
	margin-top:5px;
	margin-bottom:5px;
}
.headright02{
	width:700px;
	float:right;
}
#contents{
	overflow:hidden;
}
.leftcontents{
	width:578px;
	float:left;
	padding:10px;
}
.caption01{
	font-size:20px;
	text-shadow:1px 2px 3px #CCC;
	font-weight:normal;
	text-align:center;
}
.caption02{
	padding:5px;
	border-bottom:2px solid #E7E7E7;
	font-size:14px;
	margin-bottom:15px;
}
.rightcontents{
	width:180px;
	float:right;
	padding:10px;
}
.blog{
	width:160px;
	margin:10px auto;
}
.img{
	width:150px;
	height:150px;
	margin:10px auto;
	box-shadow:0 0 1px #666;
}
.ptext{
	text-align:center;
	margin:5px;
	border-bottom:1px dotted #E7E7E7;
	text-shadow:1px 2px 2px #E7E7E7;
}
#foot{
	clear:both;
	padding:15px 10px;
	text-align:right;
}

.pull-left img {
    margin-right: 10px;
    border: 4px solid #545454;
    border-radius: 4px;
}

.pull-left {
    float: left;
}