@charset "utf-8";

@import url('tables.css');
@import url('sub.css');

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #000000;	/*全体の文字色*/
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;	
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}

a:hover {
	color: #cc0000;	/*カーソルオーバー時の文字色*/
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: 100%;
	background-image: none;
	background-repeat: repeat-x;	/*壁紙をX軸（横軸）にリピートさせる*/
	background-position: top;		/*壁紙を上部に配置する*/
}

#top #container {
	background-image: none;	/*トップページで使う壁紙設定*/
}



/*インナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#inner {
	text-align: left;
	width: 1000px;	/*HPの幅*/
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（サイト名ロゴが入っているボックス）
---------------------------------------------------------------------------*/
#header {
	height: 72px;	/*ヘッダーの高さ*/	
	width: 100%;
	position: relative;
}

#header h1 {
	font-size: 11px;	/*h1タグの文字サイズ*/
	font-weight: normal;		/*文字色*/
	position: absolute;
	left: 10px;		/*ヘッダーに対して左から10pxの位置に配置*/
	line-height: 20px;
}

#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーに対してサイト名ロゴを左から0pxの位置に配置*/
	top: 3px;	/*ヘッダーに対してサイト名ロゴを上から3pxの位置に配置*/
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	padding-left: 0px;
}

ul#menu li {
	line-height: 35px;
	height: 35px;
	float: left;
	border-left: 5px solid #12132f;	/*メニュー間の境界線。左側に１本。*/
}

ul#menu li.last {
	border-right: 5px solid #12132f;	/*最後のメニュー用の右側の１本線。*/
}

ul#menu li a {
	color: #12132f;	/*文字色*/
	background-color: #ffffff;	/*背景色*/
	border-top: 1px solid #12132f;		/*メニューの上の線*/
	border-bottom: 5px solid #12132f;		/*メニューの上の線*/
	display: block;
	height: 35px;
	width: 326px;	/*メニュー１個あたりの幅*/
	text-decoration: none;
        font-weight: bold;
	text-align: center;
	font-size: 14px;	/*文字サイズ*/
}

ul#menu a:hover {
	color: #12132f;	/*カーソルオーバー時の文字色*/
	background-color: #d7d7d7;	/*カーソルオーバー時の背景色（白）*/
}



/*コンテンツ（左中右ブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*サイドコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#left {
	width: 200px;	/*幅*/
	float: left;	/*左よせ*/
	padding-top: 20px;
	display: inline;
	margin-right: 1px;
	padding-bottom: 50px;
}

#left h3 {
	font-size: 100%;
	color: #ffffff;	/*h3タグ（SIDE MENUとか入っている所）の文字色*/
	background-color: #12132f;	/*背景色*/
	text-align: center;	/*文字をセンタリング*/
	margin-bottom: 5px;	/*下に少し余白*/
}

#left p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

/*サイドメニュー（SIDE MENU）*/
#left ul.sidemenu a {
	display: block;
	text-decoration: none;
        font-weight: bold;
	width: 173px;
	padding-left: 10px;
	border-top: 1px solid #12132f;		/*メニューの上の線*/
	border-right: 1px solid #12132f;	/*メニューの右側の線*/
	border-bottom: 1px solid #12132f;	/*メニューの下の線*/
	border-left: 4px solid #12132f;		/*メニューの左側の色の付いた線*/
}

#left ul.sidemenu li {
	margin-bottom: 5px;	/*メニュー同士の余白*/
}

#left ul.sidemenu a:hover {
	color: #12132f;	/*カーソルオーバー時の文字色*/
	background-color: #d7d7d7;	/*カーソルオーバー時の背景色*/
}



/*メインコンテンツ（中ブロック）
---------------------------------------------------------------------------*/
#main {
	width: 480px;	/*幅*/
	float: left;	/*左よせ*/
	padding-top: 20px;
	display: inline;
	margin-left: 10px;
	padding-bottom: 20px;
}

#main h2 {
　　　　font-size: 120%;
        font-weight: bold;
	color: #ffffff;	/*h2タグの文字色*/
	background-color: #12132f;
	padding-left: 16px;
	border-top: 1px solid #12132f;		/*メニューの上の線*/
	border-right: 1px solid #12132f;	/*メニューの右側の線*/
	border-bottom: 1px solid #12132f;	/*メニューの下の線*/
	border-left: 10px solid #12132f;		/*メニューの左側の色の付いた線*/
}

#main p {
	padding-top: 0.5em;
	padding-bottom: 1em;
        padding-left: 10px;
        padding-right: 10px;
}


/*メインコンテンツ（大ブロック）
---------------------------------------------------------------------------*/
#big {
	width: 780px;	/*幅*/
	float: left;	/*左よせ*/
	padding-top: 20px;
	display: inline;
	margin-left: 10px;
	padding-bottom: 20px;
}

#big h2 {
　　　　font-size: 120%;
        font-weight: bold;
	color: #ffffff;	/*h2タグの文字色*/
	background-color: #12132f;
	padding-left: 16px;
	border-top: 1px solid #12132f;		/*メニューの上の線*/
	border-right: 1px solid #12132f;	/*メニューの右側の線*/
	border-bottom: 1px solid #12132f;	/*メニューの下の線*/
	border-left: 10px solid #12132f;		/*メニューの左側の色の付いた線*/
}

#big p {
	padding-top: 0.5em;
	padding-bottom: 1em;
        padding-left: 10px;
        padding-right: 10px;
}



/*サイドコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#side {
	width: 300px;	/*幅*/
	float: right;	/*右よせ*/
	padding-top: 20px;
	display: inline;
	margin-right: 1px;
	padding-bottom: 50px;
}

#side h3 {
	font-size: 100%;
	color: #ffffff;	/*h3タグ（SIDE MENUとか入っている所）の文字色*/
	background-color: #12132f;	/*背景色*/
	text-align: center;	/*文字をセンタリング*/
	margin-bottom: 5px;	/*下に少し余白*/
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

/*サイドメニュー（SIDE MENU）*/
#side ul.sidemenu a {
	display: block;
	text-decoration: none;
        font-weight: bold;
	width: 284px;
	background-color: #ffffff;	
	padding-left: 10px;
	border-top: 1px solid #12132f;		/*メニューの上の線*/
	border-right: 1px solid #12132f;	/*メニューの右側の線*/
	border-bottom: 1px solid #12132f;	/*メニューの下の線*/
	border-left: 4px solid #12132f;		/*メニューの左側の色の付いた線*/
}

#side ul.sidemenu li {
	margin-bottom: 5px;	/*メニュー同士の余白*/
}

#side ul.sidemenu a:hover {
	color: #12132f;	/*カーソルオーバー時の文字色*/
	background-color: #d7d7d7;	/*カーソルオーバー時の背景色*/
}



/*フッター1
---------------------------------------------------------------------------*/
#guide{
margin-bottom:15px;
clear: both;
width: 100%;
background-color: #ffffff;	/*背景色*/
}


#guide_bar{
background-color:#d3cbf8;/*「フッター」バー背景色---------------*/
color:#000000;
padding:4px 6px;
font-size:14px;
margin-bottom:15px;

}


#guide_left{
float:left;
width:320px;
padding-right:15px;
}

#guide_center{
float:left;
width:320px;
padding-right:15px;
}

#guide_right{
float:left;
width:320px;
}


/*「フッター」内の小見出し---------------*/
.guide_midashi{
background-color: #e7ebf2;/*小見出しの背景色---------------*/
border-left: solid 4px #007b43;/*左の少し太めの縦線---------------*/
padding:4px;
margin-bottom:10px;
}





/*フッター2（コピーライトなどが入っている最下部のボックス）
---------------------------------------------------------------------------*/
#footer2 {
	clear: both;
	width: 100%;
	text-align: center;	/*センタリング*/
	color: #ffffff;		/*文字色*/
	background-color: #12132f;	/*背景色*/
	padding-top: 20px;
        padding-bottom: 20px;
}
#footer2 a {
	color: #ffffff;
	text-decoration: none;
}




/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 468px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #000000;	/*線の色*/
}

.ta1 td, .ta1 th{
	padding: 10px;	/*テーブル内の余白*/
}

.ta1 th{
	background-color: #ffffff;	/*左側thタグの背景色*/
	width: 234px;	/*左側thタグの幅*/
	text-align: left;	/*センタリング*/
}

.ta1 th.tamidashi{
	width: auto;
	text-align: center;
	background-color: #ffffff;	/*テーブルの色が付いた見出し部分の背景色*/
	color: #000000;	/*文字色*/
}



/*左右のブロック内にある各ボックス（グレーの枠線が入った白い箱）
---------------------------------------------------------------------------*/
.box {
	background-color: #FFFFFF;	/*ボックスの背景色（白）*/
	border: 1px solid #12132f;	/*ボックスの枠線*/
	margin-bottom: 1em;			/*ボックスの下に空間を空ける設定*/
	padding: 5px;				/*ボックス内の余白*/
}
.box:after {
	content: "";
	display: block;
	clear: both;
}



/*細々
---------------------------------------------------------------------------*/
.color1 {
	color: #FF0000;
}

.look {
	background-color: #ebebeb;
}

.mb1em {
	margin-bottom: 1em;
}

.pagetop {
	text-align: right;
}





/* matsuda add */
.main_bn {
    margin-bottom: 10px;
}
.post_title {
	font-size: 100%;
	color: #FFFFFF;
	background-color: #12132F;
	margin-bottom: 5px;
    padding: 3px 0px 3px 10px;
}

.post_box {
    clear: both;
    margin-top: 5px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.4em;
}
.post_box:after {
	content: "";
	display: block;
	clear: both;
}
.post_img_box {
    float: left;
    width: 200px;
    margin-bottom: 10px;
}
.post_contents_box_w {
    float: left;
    width: 755px;
    margin-left: 10px;
}
.post_contents_box_w:after {
	content: "";
	display: block;
	clear: both;
}

.post_contents_box {
    float: left;
    width: 555px;
    margin-left: 10px;
}
.post_contents_box:after {
	content: "";
	display: block;
	clear: both;
}

.post_date {
    text-align: right;
    margin-right: 5px;
}
.post_contents {
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.post_detail {
    text-align: right;
    margin-right: 5px;
}
.post_detail a {
    background-image: url('../images/icon.gif');
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 1px;
    font-weight: bold;
}

.post_detail_box {
    float: left;
    width: 565px;
}
.post_name {
    margin-top: 20px;
    margin-bottom: 20px;
}
.post_link_url {
    text-align: center;
    margin-top: 20px;
    
}
.detail_img img {
    margin-bottom: 5px;
}


/* 会員紹介用に新設 （post_detail_boxの代替）*/
.post_detail_t {
    float: left;
    width: 565px;
}
.post_detail_t table {
    border-collapse: collapse;
	letter-spacing: 1px;
    width: 90%;
}
.post_detail_t th {
	padding: 10px 0px 10px 10px;
	border-bottom: dotted 1px #000;
	text-align: left;
    width: 100px;
}
.post_detail_t td {
	padding: 10px 10px 10px 10px;
	border-bottom: dotted 1px #000;
}
.post_introduction {
    margin-top: 10px;
    float: left;
    width: 565px;
}
.post_introduction dt {
	padding: 10px 0px 10px 10px;
	font-weight: bold;
}
.post_introduction dd {
	padding: 10px 0px 10px 10px;
    width: 90%;
}


.center_img {
    text-align: center;
    margin: 5px 0px;
    padding: 0px auto;
}
.center_mov {
    width: 460;
    margin: 0px auto;
}

.buttons_box {
    
}
.buttons_box:after {
	content: "";
	display: block;
	clear: both;
}
.buttons {
    width: 310px;
    float: right;
}
.fshere {
    vertical-align: top;
    padding-top: 1px;
}
.flike {
    vertical-align: top;
    padding-top: 1px;
}
.twitter-share-button {
    padding-top: 1px;
}