@charset "utf-8";
/* CSS Document */

/***MENU**********************************************/

/* 00 - default style -初期化-*/
/* 01 - common style -全体レイアウト-*/
/* 02 - header style */
/* 03 - mainimg style */
/* 04 - brogtit style */
/* 05 - broger style */
/* 06 - snslink style */
/* 07 - buner style */
/* 08 - footer style */
/* 09 - repo-junpo style */

/*****************************************************/

/* --------------------------------------------------------- 00-default style */


/* 主なボックスの初期化 */

html, body, 
h1, h2, h3, h4, h5, h6,
p, div, blockquote, address,
ul, ol, li, dl, dt, dd,
table, th, td {
	font-family: font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	color: #555;
	margin: 0px;
	padding: 0px;
}
/* リストマーク非表示 */
ol, ul, li {
	list-style-type: none;
}
/* 画像のボーダーを非表示 */
img {
	border: none;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}
/* リンク画像のボーダーを非表示 */
a img  {
	border: none;
}
/* floatを解除する clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
	position: relative;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* --------------------------------------------------------- 01-common style */

/* ページの基本設定 */
body {
	font-size: 12px;
	line-height: 1.4;
	background-color: #CBEEF3;
	margin: 0 auto;
	text-align: center;
	word-break: break-all;
}
/* ページレイアウト枠 */
#wrapper {
	width:1000px;
	background-color: #CBEEF3;
	text-align:center;
	padding:0px;
	margin: 0px auto;
}
#wrapper_inner {
	background-color:#FFFFFF;
	padding:0px;
	width:900px;
	text-align:center;
	margin: 0px auto 50px auto;
}
#center{
	width: 840px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#header {
	padding:0px;
	margin: 0px;
}
#footer {
	width: 840px;
	margin: 30px auto 10px auto;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/* テキストリンク設定 基本*/
a:link { color: #66CC00; text-decoration:underline; }
a:visited { color: #66CC00; text-decoration:underline; }
a:active { color: #3399FF; text-decoration:underline; }
a:hover {color: #3399FF;text-decoration:underline; }

/* 画像リンク設定 半透明ver*/
a:hover img.ap80 {
   filter: alpha(opacity=80);
   -moz-opacity: 0.80;
   opacity: 0.80;
}


/* 見出し */
h1 {
	font-size: 10px;
	font-weight: normal;
	display: block;
	color: #1F7D8B;
	position: absolute;
	top: 30px;
	margin-left: 60px;
	text-align: left;
}
h1 {      /* IE6,7 */
	/margin-left: 0px;
	/left: 200px;
}

/* SEO_h2内span */
h2 span{
    display: none;
}


/* ドット線 */
.hr_t {
    border-top: #CCCCCC dotted 2px;
}
.hr_b {
    border-bottom: #CCCCCC dotted 2px;
}

/* フロート */
.f_left{float: left;}
.f_right{float: right;}

/* フロート両方クリア */
.cb{clear: both;}

/* テキスト揃え */
.rt{text-align: right;}
.ct{text-align: center;}
.lt{text-align: left;}

/* --------------------------------------------------------- 02-header style */
#header h2 {
	background: url(../images/tit_header.gif) no-repeat;
	background-position: center top;
	height: 60px;
	width: 900px;
}
.head_link {
	text-align: right;
	background-color: #CBEEF3;
	padding-top: 5px;
	padding-bottom: 10px;
}
/* .head_linkテキストリンク設定 */
.head_link a:link { color: #174EDB; text-decoration:underline; }
.head_link a:visited { color: #174EDB; text-decoration:underline; }
.head_link a:active { color: #66CC00; text-decoration:underline; }
.head_link a:hover {color: #66CC00;text-decoration:underline; }

/* --------------------------------------------------------- 03-mainimg style */
#mainimg {
	margin-bottom: 10px;
}
#mainimg li {
	float: left;
}
#mainimg h2 {
	background: url(../images/btn_goblog.gif) no-repeat;
	background-position: center center;
	height: 80px;
	width: 840px;
	clear: both;
	display: block;
}
/* mainimg h2　リンク設定*/
#mainimg h2 a {  
    display:block;
	width:840px;
	height:80px;  
	margin:0;  
	padding:0;  
	border:0;  
	text-decoration:none;
}
#mainimg h2 a:link { background-image: url(../images/btn_goblog.gif); }
#mainimg h2 a:visited { background-image: url(../images/btn_goblog.gif); }
#mainimg h2 a:hover { background-image: url(../images/btn_goblog_a.gif); }
#mainimg h2 a:active { background-image: url(../images/btn_goblog_a.gif); }


.bnr_dre2 {
	margin-top: 25px;
}

/* --------------------------------------------------------- 04-brogtit style */

.bloger_tit h4{
	color: #FF5584;
	font-weight: bold;
	background-color: #F0F0F0;
	font-size: 14px;
	padding: 2px 10px;
}
.bloger_tit p {
	color: #FF5584;
	padding: 2px 10px;
}

/* --------------------------------------------------------- 05-broger style */
.bloger_box {
	width: 410px;
	margin: 5px 2px 5px 5px;
	float: left;
	text-align: left;
}
.bloger_box h3 {
	background: url(../images/tit_blog.gif) no-repeat;
	background-position: center bottom;
	height: 27px;
	width: 410px;
	text-indent: 80px;
	display: block;
	padding-top: 28px;
	color: #FFFFFF;
	font-size: 16px;
}
.bloger_box_inner {
	border: 1px solid #CCCCCC;
	height: 100%;
	padding-bottom: 5px;
	background: url(../images/bd_bog.gif) no-repeat;
	background-position: center bottom;
}

.bloger_content {
	margin: 10px;
}
.bloger_content p {
	float: left;
	padding-right: 10px;
}
.bloger_content dl {
	display: block;
	float: right;
	width: 288px;
}
.bloger_content dt {
	font-size: 15px;
	font-weight: bold;
	background: url(../images/ico_note.gif) no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-bottom: 2px;
	text-align: left;
}
.bloger_content dd {
	padding: 3px 0px;
	text-align: left;
}
.bloger_content dd img {
	text-align: right;
	float: right;
}

.bloger_list p {
	float: left;
	padding-right: 10px;
}
.bloger_list {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin: 10px 10px 5px 10px;
	padding-top: 10px;
}
.bloger_list li {
	background: url(../images/ico_arr.gif) no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}
.bloger_list ul {
	float: right;
	display: block;
	width: 288px;
}
.hr {
	margin: 0px 10px 10px 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/* 一覧リスト　非表示BOX設定*/
#list_box2 {
	position:relative;
	left:0px;
	top:0px;
	overflow:hidden;
	clear: both;
}

/* --------------------------------------------------------- 06-snslink style */
#snslink p {
	float: left;
}
.logo_sk {
	padding-top: 25px;
}
#snslink h2 {
	background: url(../images/btn_gosns.gif) no-repeat;
	background-position: center center;
	height: 51px;
	width: 439px;
	display: block;
	float: left;
	margin: 40px 18px 0px 18px;
}
/* snslink h2　リンク設定*/
#snslink h2 a {  
    display:block;
	width:439px;
	height:51px;  
	margin:0;  
	padding:0;  
	border:0;  
	text-decoration:none;
}
#snslink h2 a:link { background-image: url(../images/btn_gosns.gif); }
#snslink h2 a:visited { background-image: url(../images/btn_gosns.gif); }
#snslink h2 a:hover { background-image: url(../images/btn_gosns_a.gif); }
#snslink h2 a:active { background-image: url(../images/btn_gosns_a.gif); }


/* --------------------------------------------------------- 07-buner style */
#buner {
	background: url(../images/tit_pickup.gif) no-repeat;
	background-position: left top;
}

/* bnr_col */
h2.bnr_col {
	width: 330px;
	height: 90px;
	float:left;
	margin-right: 10px;
	margin-top: 80px;
	background: url(../images/bnr_col.gif) no-repeat;
	background-position: center bottom;
}

/* bnr_col　リンク設定*/
h2.bnr_col a {  
    display:block;
	width:330px;
	height:90px;  
	margin:0;  
	padding:0;  
	border:0;  
	text-decoration:none;
}
h2.bnr_col a:link { background-image: url(../images/bnr_col.gif); }
h2.bnr_col a:visited { background-image: url(../images/bnr_col.gif); }
h2.bnr_col a:hover { background-image: url(../images/bnr_col_a.gif); }
h2.bnr_col a:active { background-image: url(../images/bnr_col_a.gif); }



/* bnr_dre */
h2.bnr_dre {
	width: 500px;
	height: 120px;
	float:left;
	margin-top: 50px;
	background: url(../images/bnr_dre.gif) no-repeat;
	background-position: center bottom;
}

/* bnr_dre　リンク設定*/
h2.bnr_dre a {  
    display:block;
	width:500px;
	height:120px;  
	margin:0;  
	padding:0;  
	border:0;  
	text-decoration:none;
}
h2.bnr_dre a:link { background-image: url(../images/bnr_dre.gif); }
h2.bnr_dre a:visited { background-image: url(../images/bnr_dre.gif); }
h2.bnr_dre a:hover { background-image: url(../images/bnr_dre_a.gif); }
h2.bnr_dre a:active { background-image: url(../images/bnr_dre_a.gif); }



/* --------------------------------------------------------- 08-footer style */

.logo_ep {
	float: left;
}
.logo_sk2 {
	float: right;
}

/* --------------------------------------------------------- 09-repo-junpo style */

/* repo-junpo */
div.box-repo-junpo {
	border: 2px solid #0099FF;
	border-top: none;
	padding: 5px 10px;
	margin: 0px;
	text-align: left;
}
.box-repo-junpo table {
	width: 300px;
	float: left;
	margin: 2px 5px 10px 5px;
}

.box-repo-junpo td {
	padding-left: 33px;
	padding-right: 2px;
	background-image: url(../images/bg-repo-junpo.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-bottom: 5px;
	line-height: 1.4;
	font-size: 12px;
}
