@charset "UTF-8";



/* ------------------------------
 Global - Body
------------------------------ */
body{
	margin:0;
	padding:0;
	background:#cce4f5 url(images/_body_bg.gif) repeat-x top;
	text-align:center;
	color:#666666;
	font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	}
	
h1,h2,h3,h4,h5,h6,h7,p,dl,dt,dd,ul,ol,li,form{
	margin:0;
	padding:0;
	line-height:1;
	}
	
ul{
	list-style-type:none;
	}

img{
	vertical-align:bottom;
	border:0;
	}
	
.append{
	display:none;
	}
	
.clear-both {
	clear:both;
	font-size:0;
	}

.red{
	color:#ff3300;
	}
	
.kome-caption{
	text-indent:-1em;
	margin-left:1em;
	}

.align-center{
	text-align:center;
	}

/* ------------------------------
 Global - Link
------------------------------ */
a {
	outline : 0 ;
	}
a:link, a:visited, a:active{
	color:#007acc;
	text-decoration:none;
	}
a:hover{
	text-decoration:none;
	color:#ff9900;
	}


/* ------------------------------
 Global - Wrapper Layout
------------------------------ */

div#wrap {}
div.inner {
	margin: 0 auto;
	padding:0px 31px;
	width: 880px;
	text-align: left;
	background:#ffffff;
}

div.center-page{
	width:570px;
	margin:0 auto;
	}
div.center-page-wide{
	width:880px;
	margin:0 auto;
	}

div.leftwide-column{
	padding-bottom:30px;
	}
div.leftwide-column div.left-column{
	width:570px;
	float:left;
	}
div.leftwide-column div.right-column{
	width:280px;
	float:right;
	}

div.center-column{
	}

div.center-column div.left-column{
	width:420px;
	float:left;
	}
div.center-column div.right-column{
	width:420px;
	float:right;
	}

div.list-column{
	float:left;
	}

div.float-column:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html div.float-column {
    height: 1px;
    overflow: visible;
}
/**/


/* ------------------------------
 Global - Margin and Padding Setting
------------------------------ */

.mt-5{
	margin-top:5px;
	}
.mt-10{
	margin-top:10px;
	}
.mt-20{
	margin-top:20px;
	}
.mt-30{
	margin-top:30px;
	}
	
.mb-5{
	margin-bottom:5px;
	}
.mb-10{
	margin-bottom:10px;
	}
.mb-20{
	margin-bottom:20px;
	}
.mb-30{
	margin-bottom:30px;
	}

.pt-5{
	padding-top:5px;
	}
.pt-10{
	padding-top:10px;
	}
.pt-20{
	padding-top:20px;
	}
.pt-30{
	padding-top:30px;
	}
	
.pb-5{
	padding-bottom:5px;
	}
.pb-10{
	padding-bottom:10px;
	}
.pb-20{
	padding-bottom:20px;
	}
.pb-30{
	padding-bottom:30px;
	}

.pr-30{
	padding-right:30px;
	}
.pr-40{
	padding-right:40px;
	}


/* ------------------------------
 Global - Header
------------------------------ */


div#header .inner{
	position: relative;
	height:230px;
	background:#ffffff url(/images/_header_bg.jpg) no-repeat top;
	}

div#page-header .inner{
	position: relative;
	height:230px;
	background:#ffffff url(/images/_page_head_bg.jpg) no-repeat top;
	}


h1 {
	padding-top:27px;
}



div.description {
	display:none;
}


ul#topnavi{
	position:absolute;
	top:0;
	right:31px;
	text-align: right;
	}
ul#topnavi li{ 
	float:left;
	padding-left:10px;
	}

ul#pagenavi{
	position:absolute;
	top:179px;
	right:31px;
	text-align: right;
	}
ul#pagenavi li{ 
	float:left;
	}


/* ------------------------------
 Global - Contents
------------------------------ */

#content{
	}

h2.pagetitle{
	font-size:20px;
	line-height:1.4;
	background:#ffffff url(images/_s_bg_pagetitle.gif) no-repeat top center;
	color: #007acc;
	text-align:left;
	padding:15px 31px 35px 31px;
	margin:0 auto;
	width:880px;
	}

.post a{
	text-decoration:underline;
	}
.post a:hover{
	text-decoration:none;
	}

.post {
	padding-bottom:30px;
	}

.post h2 {
	color: #007acc;
	font-size:18px;
	line-height:1.4;
	background:url(images/_blog_post_h2_bg.gif) no-repeat;
	padding:5px 0px 30px 35px;
	}
.post h2 a{
	text-decoration:none;
	}

.post .postday{
	font-size:13px;
	font-weight:bold;
	color: #999999;
	line-height:1.4;
	padding-bottom:15px;
	}

.entry { 
	margin:0px 0px 10px 0px;
	}

.entry h1, .entry h2, .entry h3 {
	color: #007acc;
	font-size:16px;
	line-height:1.5;
	border-bottom:1px solid #007acc;
	padding:10px 0px 3px 0;
	margin-bottom:10px;
	letter-spacing:0.1px;
	clear:both;
	}

.entry h4{
	color: #007acc;
	font-size:16px;
	line-height:1.5;
	padding:10px 0px 3px 0;
	margin-bottom:10px;
	letter-spacing:0.1px;
	clear:both;
	}
	
 .entry h5, .entry h6 {
	color: #007acc;
	font-size:14px;
	line-height:1.7;
	padding:0px;
	clear:both;
	}

.entry ul {
	list-style-type:disc;
	padding-left:4em;
	margin-bottom:1em;
	}
.entry ol {
	padding-left:4em;
	margin-bottom:1em;
	}
.entry li{
	font-size:13px;
	line-height:1.6;
	}

.entry p{ 
	font-size:14px;
	line-height:1.7;
	letter-spacing: 0.1px;
	margin-bottom:1em;
	clear:both;
	}
.entry p:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .entry p {
    height: 1px;
    overflow: visible;
	display:inline-block;
}
/**/

.entry p a.more-link{
	text-decoration:none;
	background:url(images/_s_btn_bg_w200.gif) no-repeat;
	color:#ffffff;
	font-size:13px;
	line-height:1.1;
	width:200px;
	height:28px;
	text-align:center;
	display:block;
	padding-top:5px;
	}
.entry p a.more-link:hover{
	background:url(images/_s_btn_bg_w200_f2.gif) no-repeat;
	}

.entry .wp-caption{
	background:#f3f9fd;
	border:1px solid #cce4f5;
	text-align:center;
	padding:5px 0px;
	margin-bottom:10px;
	}
.entry .wp-caption p{
	font-size:11px;
	line-height:1.4;
	padding:5px 10px 0px 10px;
	margin:0;
	text-align:left;
	}
.entry img.alignleft{
	display:block;
	float:left;
	padding-right:10px;
	}
.entry img.alignright{
	display:block;
	float:right;
	padding-left:10px;
	}

.entry blockquote{
	background:#f3f9fd;
	border:1px solid #cce4f5;
	padding:10px 12px;
	margin:0 0 1em 30px;
	}
.entry blockquote p{
	font-size:12px;
	margin-bottom:0;
	}

ul.postmeta{
	background:url(images/_blog_post_bg_dotwave.gif) repeat-x;
	padding-top:13px;
	text-align:right;
}

ul.postmeta li {
	display: inline;
	font-size:11px;
	}

dl.caption-list{
	clear:both;
	}
dl.caption-list dt{
	color: #007acc;
	font-size:11px;
	line-height:1.5;
	padding:2px;
	font-weight:bold;
	}
dl.caption-list dd{
	color: #666666;
	font-size:11px;
	line-height:1.5;
	padding:2px;
	}


/* ------------------------------
 Global - Comments
------------------------------ */


#comments {
}

#comments h3 {
	color: #007acc;
	font-size:13px;
	line-height:1.5;
	margin:0px 0px 5px 0px;
}

div.comment-block{
	border-top:1px solid #cccccc;
	margin-bottom:30px;
	}

dl.commentlist { 
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #cccccc;
	background-color:#f3f9fd;
	}
div.comment-block dl.even{
	background-color:#ffffff;
	}

dl.commentlist dt{ 
	font-size:11px;
	line-height:1.1;
	padding:0px 20px 5px 10px;
	}
dl.commentlist dd{ 
	font-size:12px;
	line-height:1.6;
	letter-spacing: 0.1px;
	padding:0px 20px 0px 20px;
	}
dl.commentlist dd p{ 
	font-size:12px;
	line-height:1.5;
	letter-spacing: 0.1px;
	}
dl.commentlist dd em{ 
	color:#cccccc;
	}

div.commentform-block{
	background:url(images/_blog_comment_form_bg_bottom.gif) no-repeat bottom;
	padding-bottom:15px;
	}
	
h3#respond{
	background:#f3f9fd url(images/_blog_comment_form_bg_top.gif) no-repeat top;
	padding:15px 0px 5px 15px;
	margin-bottom:0;
	}

div.commentform-block form{
	background-color:#f3f9fd;
	padding:0px 15px;
	}

dl.commentform dt {
	color: #999999;
	line-height:1.4;
	font-size:11px;
	font-weight:bold;
	}
dl.commentform dd {
	padding:2px 0px 5px 10px;
	font-size:13px;
	line-height:1.4;
	}
dl.commentform dd.submit-button{
	padding-top:15px;
	}

#submit{
	background:url(images/_s_btn_bg_w200.gif) no-repeat;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	line-height:1.1;
	width:200px;
	height:28px;
	text-align:center;
	border:0;
	padding-bottom:5px;
	}
#submit:hover{
	background:url(images/_s_btn_bg_w200_f2.gif) no-repeat;
	}

p#trackback{
	color: #999999;
	line-height:1.4;
	font-size:11px;
	font-weight:bold;
	padding:15px 15px 0px 15px;
	background-color:#f3f9fd;
	margin:0;
	}


div#pagenavi {
	clear:both;
	text-align:center;
	padding-top:30px;
	font-size:13px;
	line-height:1.1;
	}

textarea{
	font-size:13px;
	}

/* ------------------------------
 Global - Right Column List
------------------------------ */

div.right-column-list-block{
	background:#CDE5F5 url(images/_blog_rightcolumn_bg_bottom.gif) no-repeat bottom;
	padding-bottom:10px;
	margin-bottom:10px;
	}

div.right-column-list-block h4{
	background:url(images/_blog_rightcolumn_cap.gif) no-repeat top;
	padding:8px 35px 8px 35px;
	font-size:15px;
	line-height:1.2;
	color:#ffffff;
	}

div.right-column-list-block ul{
	padding:10px 10px 0px 10px;
	}
div.right-column-list-block li{
	font-size:13px;
	line-height:1.3;
	}
div.right-column-list-block li a{
	display:block;
	background:url(images/_s_ico_fish_bgb.gif) no-repeat 4px 11px;
	padding:5px 10px 5px 25px;
	zoom: 1;
	}
div.right-column-list-block li a:hover{
	background:#f3f9fd url(images/_s_ico_fish_bgb.gif) no-repeat 4px 11px;
	}
	


/* ------------------------------
 Global - Sidebar
------------------------------ */


#sidebar{
	width:880px;
	margin:0 auto;
	padding: 100px 31px 20px 31px;
	color: #888899;
	background:#cce4f5 url(images/_sidebar_bg.gif) no-repeat top;
}

#sidebar .inner{
	width:auto;
	padding:0;
}

div#sidebar:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html div#sidebar {
    height: 1px;
    overflow: visible;
}
/**/


div.section {
	width: 280px;
	float: left;
	padding-right:25px;
}

div.logo-section {
	width: 270px;
	float: right;
	background:url(images/_footer_logo.gif) no-repeat top center;
	padding-top:175px;
	margin-top:20px;
}

div.logo-section p{
	text-align:center;
	font-size:11px;
	line-height:1.5;
	color:#666666;
}

#sidebar h3{
	background:url(images/_sidebar_bg_cap.gif) no-repeat top;
	margin-top:20px;
	padding:5px 0px 25px 25px;
	letter-spacing: 0.1px;
	color: #007acc;
	font-size:15px;
	line-height:1.1;
}

div.sidebox{
	margin-top:20px;
	}

ul.sidelist{
	margin:0;
	}

ul.sidelist li{
	line-height: 1.5;
	font-size:12px;
	letter-spacing: 0.1px;
	background:url(images/_s_bg_boder_dot_bl.gif) repeat-x bottom;
	}

ul.sidelist li a{
	display: block;
	padding: 3px 5px 3px 25px;
	background:url(images/_s_ico_fish_bgb.gif) no-repeat 4px 9px;
	zoom: 1;
}

ul.sidelist li a:link,
ul.sidelist li a:visited {
}


ul.sidelist li a:hover{
	background:#f3f9fd url(images/_s_ico_fish_bgb.gif) no-repeat 4px 9px;
}


/* 子カテゴリー */

ul.children li a{
	padding-left: 1em; }



/* ------------------------------
 Global - Footer
------------------------------ */


div#footer{
	clear: both;
}

div#footer .inner{
	background:#cce4f5;
}


p.toplink { 
	margin: 0;
	padding: 0;
	text-align: right;
	font-size:13px;}


div.copyright{
	padding: 2em 0 1.5em;
	text-align: center;
}


/* ------------------------------
 Toppage - Header
------------------------------ */

.top-header{
	height:570px;
	background:#ffffff url(/images/top_head_bg.jpg) no-repeat top center;
	position:relative;
	}

.top-header h1{
	display:none;
	}

.top-header ul{
	width:280px;
	background:url(/images/top_head_bg_dot.gif) no-repeat 0px 230px;
	padding-top:231px;
	}
.top-header li{
	background:#007acc url(/images/top_head_bg_dot.gif) no-repeat bottom;
	padding-bottom:1px;
	}
.top-header li.sub-list{
	background:none;
	padding:23px 0px 0px 40px;
	}

.top-header p.banner{
	position:absolute;
	bottom:0px;
	right:0px;
	}

.top-contents{
	width:100%;
	padding-top:25px;
	}

.top-contents a{
	text-decoration:underline;
	}
.top-contents a:hover{
	text-decoration:none;
	}
	
.top-contents p.cap-lead{
	padding:0px 0px 13px 0px;
	background:url(images/_blog_post_bg_dotwave.gif) repeat-x bottom;
	font-size:13px;
	line-height:1.5;
	}

.top-contents dl.top-contents-list{
	padding:5px 0px 10px 0px;
	}
.top-contents dl.top-contents-list dt{
	font-size:13px;
	line-height:1.5;
	padding:5px 0px 2px 0px;
	letter-spacing:0.1px;
	}
.top-contents dl.top-contents-list dd{
	font-size:11px;
	line-height:1.1;
	border-bottom:1px solid #bbbbbb;
	text-align:right;
	padding-bottom:5px;
	}

.top-contents table{
	margin:10px 0px 10px 0px;
	}

.top-contents a.more-link{
	text-decoration:none;
	background:url(images/_s_btn_bg_w200.gif) no-repeat;
	color:#ffffff;
	font-size:13px;
	line-height:1.1;
	width:200px;
	height:28px;
	text-align:center;
	display:block;
	padding-top:5px;
	margin:0px 0px 0px auto;
	}
.top-contents a.more-link:hover{
	background:url(images/_s_btn_bg_w200_f2.gif) no-repeat;
	}


/* ------------------------------
 Plugin - WP Table Reloaded
------------------------------ */

table.wp-table-reloaded {
	margin-bottom:1em;
	}
table.wp-table-reloaded th{
	font-size:13px;
	line-height:1.4;
	background:#007acc;
	font-weight:bold;
	padding:4px 10px;
	letter-spacing: 0.1px;
	color:#ffffff;
	}
table.wp-table-reloaded td{
	font-size:12px;
	line-height:1.4;
	padding:6px 10px;
	letter-spacing: 0.1px;
	border-bottom:1px solid #bbbbbb;
	}
table.wp-table-reloaded tr.odd{
	background-color:#f3f9fd;
	}

/*-- Table ID 1 --*/
#wp-table-reloaded-id-1-no-1 td.column-1{
	white-space:nowrap;
	font-weight:bold;
	color:#666666;
	}
#wp-table-reloaded-id-1-no-1 td.column-2{
	width:100%;
	}

/*-- Table ID 2 --*/
#wp-table-reloaded-id-2-no-1 tr.row-1 td{
	border-top:1px solid #bbbbbb;
	}
#wp-table-reloaded-id-2-no-1 td.column-1{
	white-space:nowrap;
	font-weight:bold;
	color:#666666;
	background-color:#ededed;
	}
#wp-table-reloaded-id-2-no-1 td.column-2{
	width:100%;
	background-color:#f3f9fd;
	}


/* ------------------------------
 Plugin - Contact Form 7
------------------------------ */
.wpcf7 p.form-item{
	background-color:#cce4f5;
	padding:5px 10px;
	color:#222222;
	}
.wpcf7 p.form-item span{
	font-size:11px;
	color:#333333;
	}
.wpcf7 h3 em{
	font-size:13px;
	color:#ff3300;
	font-style:normal;
	}
.wpcf7 .submit-button{
	background:url(images/_s_btn_bg_w200.gif) no-repeat;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	line-height:1.1;
	width:200px;
	height:28px;
	text-align:center;
	border:0;
	padding-bottom:5px;
	}
.wpcf7 .submit-button:hover{
	background:url(images/_s_btn_bg_w200_f2.gif) no-repeat;
	}
