@charset "utf-8";

/*============================================================
//
//  目次---------------------
//  ・初期設定
//  ・共通設定
//  ・ヘッダー共通設定
//  ・メニュー共通設定
//  ・Main共通設定
//  ・フッター共通設定
//
//==========================================================*/


/*============================================================
//  初期設定
//==========================================================*/

*{
	margin: 0;
	padding : 0;
}

body {
	margin: 0;
	padding : 0;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック";
}

#header,
#main,
#footer {
	width:100%;
}

#wrap {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}

#page {
	margin:0 auto;
	width:950px;
	text-align:left;
	padding-bottom:130px;
}

#main{
	float:left;
	width:670px;
	font-size:12px;
	color: #333333;
	text-align:left;
	margin-bottom:20px;
}

#sub{
	float:right;
	width:260px;
	font-size:12px;
	color: #fff;
	background-color:#444;
	text-align:left;
	margin-bottom:20px;
}


/*============================================================
//  共通設定
//==========================================================*/


body{
	font-size:12px;
	line-height:125%;
	background:url(../images/common/bg.jpg);
}

body,html{
	height:100%;
}

h1, h2, h3, h4, h5, h6, p, li,dt,dd {
	line-height:125%;
}

.left{
	float:left;
}

.right{
	float:right;
}

img,
a img {
	border : 0;
	text-decoration: none;
}

img{vertical-align:bottom;}

.test{	border:1px solid #f00;}

ul,ol{list-style:none;}

.clr {
	clear: both;
/* macIE対策\*/
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
/* macIE対策*/
}
.clr2 {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#3366AA;
	text-decoration:none;
}

#wrap a img:hover{
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}

p{
	font-size:14px;
	color:#333;
	line-height: 190%;
}

.m_r10{
	margin-right:10px;
}

.m_b5{
	margin-bottom:5px;
}

.m_b20{
	margin-bottom:20px;
}

.center{
	text-align:center;
}



/*============================================================
//  ヘッダー共通設定
//==========================================================*/

#header {
	width:950px;
	height:auto;
	margin:20px auto 0;
}

#header .box{
	width:950px;
	margin-bottom:20px;
}

#header h1{
	height: 61px;
	float:left;
	width:300px;
	text-align:left;
	line-height:100%;
	text-indent:-9999px;
	background:url(../images/common/logo.png) no-repeat;
}

#header h1 a{
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}

#header h1 a.logo{
	width:254px;
	height:60px;
}

#header .bnr{
	float:right;
	width:600px;
	text-align:right;
}

.bnr_950{
	width:950px;
	height:auto;
	margin-bottom:20px;
}



/*============================================================
//  メニュー共通設定
//==========================================================*/

#menu{
	width:670px;
	margin-bottom:15px;
}

#menu li{
	width:126px;
	float:left;
}



/*============================================================
//  main共通設定
//==========================================================*/

#main .contents{
	background-color:#fff;
	width:670px;
	padding:10px 0;
	padding-bottom: 30px;
}

#main .contents .b_line{
	margin-top: 20px;
	border-top:2px solid #ccc;
}

/*タイトル*/
#main .contents .title{
	border-bottom:2px solid #ccc;
	padding-bottom:7px;
}

/*テキスト枠*/
#main .contents .textBox{
	width:670px;
}

#main .contents .textBox .inner{
	width:640px;
	padding:15px;
	word-wrap: break-word;
}



/*============================================================
//  フッター
//==========================================================*/

#footer{
	height:130px;
	position:absolute;
	left:0;
	bottom:0;
}

#footer .inner {
	margin:0 auto;
	width:950px;
}

#footer .attention{
	margin:0 auto 10px;
	width:930px;
	text-align:left;
	padding:10px;
	background-color:#444;
	color: #fff;
}

#footer a{
	color:#3366AA;
	text-decoration: none;
}

#footer a:hover{
	color:#3366AA;
	text-decoration: underline;
}

#footer p{
	font-size:12px;
	line-height:160%;
	color:#333;
}












/* カスタムフィールド */
.box-border{
	border: 1px solid #999;
	padding:10px;
	margin: 10px 0;
}

/* social */
.wp_social_bookmarking_light{
	float: right;
	margin-top:10px;
}
	.wsbl_facebook_like,
	.wsbl_twitter,
	.wsbl_google_plus_one{
		float: left;
	}
	
	.wsbl_facebook_like{
		margin-right: 15px;
	}
	.wsbl_twitter{
		width: 100px;
	}
	.wsbl_google_plus_one{
		width: 70px;
	}
	
/* 画像回り込み */
img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft { float:left; margin:0 1em 1em 0;}
img.aligncenter { display: block; margin-left: auto; margin-right: auto;}
.alignright { float:right; }
.alignleft { float:left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto;}



/* */
.inner td{
	padding: 3px;
}

.inner li {
	line-height: 190%;
}


.textBox .inner table{
	border: 1px solid #ccc;
}

table{
	padding: 10px;
}