@charset "utf-8";
@import "reset.css";
@import 'fonts.css';
@import 'SpryMenuBarHorizontal.css';

/* CSS Document */

body {
	background-color: #CDCDCD;
	background-image: url(../img/common/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #3B3B3B;
	word-break: break-all;
}

a:link{
	color: #006699;
	text-decoration: none;
}
a:visited{
text-decoration: none;}
a:hover{
	color: #0099FF;
	text-decoration:underline;
}

.text-s{
	font-size:	75%;
	}



/*clearfix*/


.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {display:inline-table;}

/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/*for basic layput*/

#header {
	width: 940px;
	background-image: url(../img/common/head-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 68px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#contents {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	text-align:center;
	padding-top: 0px;
}
#footer {
	width: 940px;
	background-color: #FFFFFF;
	clear: both;
	padding-top: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	padding-bottom: 5px;
}


#footer-blk {
	width: 940px;
	background-color: #000000;
	clear: both;
	padding-top: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	padding-bottom: 5px;
}

/*global navigation*/

#header .logo{
	text-align: left;
	width: 200px;
	float: left;
	height: 60px;
}
#header .gmenu{
	float: right;
	margin-right: 10px;
	margin-top: 40px;
	position: relative;
}


.navi1{
	margin-right: 15px;
}


/*global footer*/

#footer .index-t{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer .index-keyword{
	background-image: url(../img/common/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	margin-bottom: 10px;
	padding-top: 5px;
}

#footer .fnavi{
	margin-bottom: 5px;
}

#footer #pagetop{
	text-align:right;
	background-image:url(../img/icon/arrow-top.gif);
	background-repeat: no-repeat;
	background-position: 828px center;
	padding-right: 16px;
}

/*black footer*/


#footer-blk .index-t{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 3px;
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer-blk .index-keyword{
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	margin-bottom: 10px;
	padding-top: 5px;
}

#footer-blk .fnavi{
	margin-bottom: 5px;
}

#footer-blk #pagetop{
	text-align:right;
	background-image:url(../img/icon/arrow-top.gif);
	background-repeat: no-repeat;
	background-position: 828px center;
	padding-right: 16px;
}


/*top page detail style*/
/*blog top detail style*/

#contents #entry .entry-main h1,
#contents #entry .entry-main-e h1
 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 8px;
	float: left;
}


#contents #entry .entry-main h1  a{
	
}

#contents #entry .entry-main .date,
#contents #entry .entry-main-e .date {
	text-align: right;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 3px;
	padding-top: 8px;
	font-family: "Courier New", Courier, monospace;
}

#contents #entry .entry-main p,
#contents #entry .entry-main-e p {
	clear: both;
	padding-top: 16px;
}

/*#contents #entry .entry-main p img {
	padding: 10px;
	margin: 10px;
	float: right;
	border: 1px solid #909090;
}*/

#contents #entry .entry-main .topthums{
padding: 10px;
	float: right;
	border: 1px solid #cdcdcd;
	margin: 0 0 10px 10px;
}


#contents #entry .entry-main .todetail,
#contents #entry .entry-main-e .todetail {
	text-align: right;
	margin-bottom: 16px;
}
#contents #entry .entry-main .todetail a,
#contents #entry .entry-main-e .todetail a {
	font-weight: bold;
}

#entry .entry-main .entry-tag .tagin,
#entry .entry-main-e .entry-tag .tagin{
	background-image: url(../img/common/tagbg.gif);
	background-repeat: repeat-x;
	padding: 5px;
	border: 1px solid #909090;
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 16px;
}

#contents #entry .entry-main .entry-info,
#contents #entry .entry-main-e .entry-info  {
	font-size: 80%;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
	margin-bottom: 10px;
}
#contents #entry .entry-main .latestentry,
#contents #entry .entry-main-e .latestentry {
	margin-top: 10px;
	margin-bottom: 0px;
	clear:both;
}

#contents #entry .entry-main .latestentry .label,
#contents #entry .entry-main-e .latestentry .label{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CDCDCD;
	margin-bottom: 8px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#contents div.entrylist h2,
#contents div.titltes h2,
#contents div.eachentry h2 {
	background-image: url(../img/icon/arrow-entry.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
	margin-left: 12px;
	margin-bottom: 8px;
	font-size: 100%;
}

#contents div.entrylist h2 a,
#contents div.eachentry h2 a
 {
	font-weight: bold;
}
#contents #entry .entry-bottom {
	margin: -8px 0px 0px;
	padding: 0px;
	clear: both;
}

#contents #entry .entry-bottom2 {
	margin-bottom: 16px;
	clear:both
}


#contents #index .eachblog {
	margin-top: 4px;
	margin-bottom: 16px;
	padding: 0px;
}

#contents #index .eachblog .titltes {
	background-image: url(../img/top/top-listbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 4px 4px 4px 0px;
	margin-top: -2px;
}

#contents #index .photogalley {
	margin-bottom:24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 18px;
}

#contents #index .photogalley .label {
	margin-bottom:8px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#contents #index .photogalley .date {
font-size:75%;
margin-top:4px;
margin-bottom:10px;
}

#contents #index .photogalley .conlist {
margin-top:5px;
	padding-left: 0px;
	margin-bottom: 6px;
	margin-left:03px;
}

#contents #index .photogalley .conlist img.prop{
	float:left;
	padding-right:10px;
	margin-bottom:10px;}
	
#contents #index .photogalley .conlist a.prot{
	margin-bottom:20px;
}





/*layout1 for blog based page*/
#contents #left1 {
	float: left;
	width: 765px;
	clear: none;
	margin-top: 20px;
}


#contents #right1 {
	float: right;
	width: 165px;
	text-align: left;
	clear: none;
	padding-right:8px;
	margin-top: 20px;	
}

#contents #left1 #entry,
#contents #left3 #entry {
	background-repeat: no-repeat;
	background-position: left top;
	width: 515px;
	float: left;
	text-align: left;
	padding-left: 10px;
}

#contents #left1 #index {
	width: 214px;
	float: right;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
#contents #left1 #index .backwash {
	margin-bottom: 30px;
	font-size: smaller;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 10px;
	margin-top: 0px;
}

#contents #left1 #index .backwash p{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
}
#contents #left1 #index .backwash li {
	list-style-image: url(../img/icon/contlist.gif);
	list-style-type: none;
	list-style-position: inside;
	font-size: small;
}

#contents #left1 #entry .entry-main,
#contents #left3 #entry .entry-main-e  {
	background-image: url(../img/common/entry-bg.gif);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 20px;
	padding-top: 15px;
	margin: 0px;
	padding-bottom: 10px;
}

#contents #entry .entry-main-e p img {
	padding: 0px;
	margin-top: 10px;
	margin-bottom:10px;
	

}


/*layout3 for blog based page*/

#contents #left3{
float: left;
	width: 525px;
	}
#contents #right3{
	float: right;
	width: 398px;
	padding-right: 8px;
	padding-left: 8px;
	text-align:left;
} 

#contents #right3 #r-left{
	width: 192px;
	float: left;
}
	
#contents #right3 #r-right{
	float: right;
	width: 192px;
}

.entrylist img.profile-thum{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;}

.entrylist h4{
	font-weight: bold;
}
.entrylist p.profile{
	font-size: 75%;
}

/*layout3 for blog based page detail*/
#contents .pankuzu {
	text-align: left;
	font-size: 75%;
	margin-bottom:15px;
	margin-left: 8px;
}

#left3 .blog-mainv{
margin-left:10px;}

#contents #left3 img.mainvisual{
margin-bottom:8px;
}

#contents #right3 #r-left .categorymenu ul.categorylist ul,
#contents #right3 #r-left .categorymenu ul.categorylist ul li{
	margin-left:5px;
	background-image: none;
	float:none;
	line-height:10px;
	padding:0px;
	margin-top: 8px;
}

#contents #right3 #r-left .categorymenu ul.categorylist li{
}

#contents #right3 #r-left .categorymenu li {
		background-image: url(../img/common/m2_catbg.jpg);
	background-repeat: no-repeat;
		background-position: left top;
		padding-left: 25px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-family: Arial, Helvetica, sans-serif;
		margin-bottom: 4px;
	font-weight: bold;
	
}

#contents #right3 #r-left .categorymenu {
	margin-bottom: 16px;
}

#contents #right3 .ssbox h3{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 8px;
	padding-bottom: 5px;
	font-weight: bold;
	padding-left:5px;
	padding-top:3px;
}

#contents #right3 .ssbox {
	
	margin-bottom: 0px;
	padding-bottom: 8px;
	padding-right: 6px;
	padding-left: 6px;
	background-image: url(../img/common/ssboxbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
}
#contents #right3 .ssboxend {
	background-image: url(../img/common/ssbox-end.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 16px;
	margin-bottom: 16px;
}

#contents .ssbox div.entrylist h2{
background-image: url(../img/icon/arrow-entry.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
	margin-left: 4px;
	margin-bottom: 8px;
	font-size: 90%;}
	
	
	/*for each blog latest*/
	#contents #right3 .ssbox-each{
	margin-bottom: -8px;
	padding-bottom: -5px;
	padding-right: 6px;
	padding-left: -10px;
	background-image: url(../img/common/ssbox-each.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
	}
	
	#contents #right3 .ssbox-each .titltes{
	padding-left: -15px;
	padding-right: 6px;}
	


/*commnet*/

#contents #comments,
#contents #trackbacks {
	font-weight: bold;
	border-left-width: 16px;
	border-left-style: solid;
	border-left-color: #CDCDCD;
	margin-top: 24px;
	padding-left: 8px;
	clear:both;
}
#contents  .comment-body {
	border: 1px solid #CCCCCC;
	width: 438px;
	margin-top: 16px;
	margin-bottom: 24px;
	padding: 16px;
}

#contents .comment-body h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#contents #trackbackurl{
	padding: 8px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
}

#contents .posted{
text-align:right}

#contents  .commnet-caution {
	background-color: #DFDFDF;
	padding: 8px;
	font-size: 75%;
	border: 1px solid #999999;
}




/*category index*/

#left3 .cateindex{
	margin-top: 32px;
	padding-right: 16px;
	padding-left: 16px;
}
#left3 .cateindex h1 {
	font-weight: bold;
	font-size: 140%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 4px;
	margin-bottom: 8px;
	color: #333333;
}
#left3 .cateindex p {
	margin-bottom: 32px;
}
#left3 .cateindex .eachentry {
	margin-bottom: 32px;
}
#left3 .cateindex .eachentry h2 {}
#left3 .cateindex .eachentry .entryinfo {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 8px;
	padding-top: 4px;
	font-size: 80%;
	margin-left: 24px;
}
#left3 .cateindex .eachentry p {
	margin-left: 24px;
	margin-bottom:8px;
	padding-bottom:4px;
}





/* �tag cloud */

.module-tagcloud .module-list {text-align: left; } 
.module-tagcloud .module-list { list-style: none; } 
.module-tagcloud .module-list-item { display: inline; } 
.module-tagcloud li.taglevel1 { font-size: 19px; } 
.module-tagcloud li.taglevel2 { font-size: 17px; } 
.module-tagcloud li.taglevel3 { font-size: 15px; } 
.module-tagcloud li.taglevel4 { font-size: 13px; } 
.module-tagcloud li.taglevel5 { font-size: 11px; } 
.module-tagcloud li.taglevel6 { font-size: 9px; }



/* social bookmark*/
.socialbook .social-icon {
	margin-left: 0px;
	float: left;
	padding-right: 16px;
	margin-bottom:16px;
}




/* �banner ad*/

#contents  .banner1 {
	margin-bottom: 16px;
	text-align:center;
}
#contents .banner1 .adbanner {
	margin: 5px 5px 15px;
	padding: 8px;
	border: 1px solid #909090;
}
#contents #entry  .content-nav {
	text-align: center;
	font-size: 80%;
}





/*layout1 for gallery*/

/* @group gallery */

#contents #pagehead{
	width: 924px;
	background-image: url(../img/gallery/sub-headbg-photo.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 88px;
	margin-right: auto;
	margin-left: auto;
	background-position: right;
}

#contents #left2{
	float: left;
	width: 620px;
	padding-left: 8px;
	padding-right: 8px;
}
#contents #maincon {
	width: 924px;
	margin-right: auto;
	margin-left: auto;
}

#contents #right2{
	background-color: #EAEAEA;
	width: 280px;
	float: right;
	text-align: left;
	height: 700px;
	margin: 0px;
	padding: 0px;
}

/* @group black_photographer */

body.black {
	background-color: #000000;
	background-image: url(../img/common/bg_black.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #cdcdcd;
	word-break: break-all;
}

body.black div#contents{
background-color: #000000;}

#contents #pagehead-photographer{
	width: 924px;
	background-image: url(../img/gallery/sub-headbg-photographer.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 88px;
	margin-right: auto;
	margin-left: auto;
	background-position: right;
	background-color: #000000;

}

#contents #maincon-blk {
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	background-color:#000000;
}

#contents #right2-blk{
	background-color: #191919;
	width: 280px;
	float: right;
	text-align: left;
	height: 700px;
	margin: 0px;
	padding: 0px;
}

/*black bg ver*/
#contents #maincon-blk #left2 .mainpic img.large,
#contents #maincon-blk #left2 img.mid {
	padding: 15px;
	border: 1px solid #333333;
}
/*end black bg ver*/


/* @end */


/*detail for gallery left side*/

#contents #left2 .mainpic {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom:20px;
	text-align: center;
}
#contents #left2 .mainpic img.large,
#contents #left2 img.mid {
	padding: 15px;
	border: 1px solid #909090;
}




#contents #pagehead .pankuzu,
#contents #pagehead-photographer .pankuzu
 {
	text-align: left;
	padding-top: 29px;
	font-size: 75%;
}
#contents #left2 .mainpic .paget,
#contents #left2 .mainpic h1 {
	text-align: left;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 120%;
}
#contents #left2 .mainpic .comment {
	text-align: left;
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contents #left2 .mainpic .copyright {
	font-size: 75%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#contents #maincon #left2 .mainpic .update {
width: 430px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 75%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-top: 1px none #909090;
	border-right: 1px none #909090;
	border-bottom: 1px solid #909090;
	border-left: 1px none #909090;
}

#contents #left2 .mainpic .gallery-navi .back {
	margin-right: 30px;
	margin-left: 8px;
}
#contents #left2 .mainpic .gallery-navi {
	text-align: center;
	vertical-align: top;
}

#contents#left2 .mainpic .gallery-navi .next {
	margin-left: 30px;
	margin-right: 8px;
}
#contents #left2 .mainpic .btn {
	margin-top: 16px;
	margin-bottom: 0px;
}

#contents #left2 .thumgrp {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ECECEC;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#contents #left2 .thumgrp  {
	width: 570px;
	text-align:left;
}

#contents #left2 td.thum{
		width:160px;
}

#contents #left2 td.thum2{
	width:190px;
	padding-left:30px;
	padding-right:30px;
	text-align: center;
}


#contents #left2 .gmatrix .copyright {
	font-size: 75%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top:15px;
	margin-bottom:10px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	}
	
	#contents #left2 .gmatrix .update {
	font-size: 75%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}


/*detail for gallery right side*/


#contents #right2 .r-inside,
#contents #right2-blk .r-inside {
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 30px;
	padding-left: 8px;
}
#contents .r-inside-bo {
	margin-left: 8px;
	width: 280px;
	float: right;
	text-align: left;
	padding: 0px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contents #maincon #right2 .r-inside .sidecon-1,
#contents #maincon #right2-blk .r-inside .sidecon-1 {
	margin-bottom: 40px;
}
#contents #maincon #right2 .r-inside .sidecon-1 h2,
#contents #maincon-blk #right2-blk .r-inside .sidecon-1 h2 {
	background-color: #DDDDDD;
	border: 1px solid #909090;
	padding: 3px 3px 3px 8px;
	margin-bottom: 10px;
}
#contents #maincon #right2 .r-inside .sidecon-1 .conlist,
#contents #maincon-blk #right2-blk .r-inside .sidecon-1 .conlist {
	background-image: url(../img/icon/contlist.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
	margin-bottom: 6px;
	margin-left:16px;
}

#contents #right2 .r-inside .sidecon-1 .conlist a:hover{
/*
margin-left:2px;
margin-top:2px;
*/
}



/* @end */

/*one colum */
#contents .centercon {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
#contents .centercon h1{
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 120%;
}


/* @group siemap */

/*sitemap */
#contents .sitemap h1{
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 24px;
}

#contents .index1{
	text-align: left;
	width: 520px;
	margin-left: 400px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
}

#contents .sitemap p{
}

#contents .cateindex1 {
	width: 500px;
	margin-left: 430px;
	text-align: left;
	margin-top: 32px;
	margin-bottom: 40px;
}
#contents .cateindex1 h1{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#contents .cateindex1 p{
	margin-bottom: 16px;
}


#contents .cateindex1 ul {
}



/* @end */

/* @group inquiry */

/*inuiry*/
table#inquiry{
margin-top:36px;
margin-bottom:36px;
width:600px;
}

#inquiry td#formt{
	background-color:#DCDCDC;
	font-weight:bold;
	width:120PX;
	padding:10PX;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#inquiry td#formin{
padding:10px;
}



/* @end */

/* @group link page */

#contents .centercon-link {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#contents .linkboxv .data {
	float: left;
	height: 85px;
	width: 140px;
	margin-right: 16px;
	margin-bottom: 16px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cdcdcd;
	padding: 65px 15px 15px;
}

#contents .linkboxv .data2 {
	float: left;
	height: 85px;
	width: 140px;
	margin-right: 16px;
	margin-bottom: 16px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cdcdcd;
	padding: 65px 15px 15px;
	background-color:#E0006C;
	color: #FFFFFF;
}


#contents .linkboxv .data-end {
	float: left;
	height: 85px;
	width: 140px;
	margin-bottom: 16px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cdcdcd;
	padding: 65px 15px 15px;
}

#contents .linkboxv .data2-end {
	float: left;
	height: 85px;
	width: 140px;
	margin-bottom: 16px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cdcdcd;
	padding: 65px 15px 15px;
	background-color:#E0006C;
	color: #FFFFFF;
}



#contents .centercon-link .linkboxv {
	clear: both;
	margin-bottom: 16px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}

#contents .linkboxv .data a,
#contents .linkboxv .data-end a,
#contents .centercon-link2 .data-end a.{
	font-weight: bold;
}

#contents .linkboxv .data2 a,
#contents .linkboxv .data2-end a,
#contents .centercon-link2 .data2 a{
	font-weight: bold;
	color: #FFFFFF;
}


#contents .linkboxv .data2 a:hover,
#contents .linkboxv .data2-end a:hover,
#contents ..centercon-link2 .data2-end a:hover
{
	color: #FFFFFF;
}

#contents .centercon-link2 {
	width: 885px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#contents .centercon-link2 #linkbanner {
	float: left;
	width: 520px;
	text-align: left;
}
#contents .centercon-link2 #linkbanner #banner-loop {
	border: 1px solid #cdcdcd;
	margin-bottom: 24px;
	padding: 8px;
	clear: both;
	width: 508px;
	
}

#contents .centercon-link2 #linkbanner #banner-loop img {
	margin:5px 5px 5px 0px;
}

#contents .centercon-link2 #linkbanner #banner-loop h3{
font-weight: bold;
margin-bottom:16px;}


#contents .centercon-link2 .data {
	float: right;
	height: 180px;
	width: 310px;
	margin-left: 16px;
	margin-bottom: 16px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cdcdcd;
	padding: 150px 15px 15px;
}


#contents .centercon-link2 .data2 {
	float: right;
	height: 180px;
	width: 310px;
	margin-left: 16px;
	margin-bottom: 16px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cdcdcd;
	padding: 150px 15px 15px;
	background-color:#E0006C;
	color: #FFFFFF;
}

#contents .centercon-link h2.module-header {
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contents .centercon-link2 .caution {
	float: right;
	width: 310px;
	margin-left: 16px;
	margin-bottom: 16px;
	padding: 15px 15px;
}


#contents .centercon-link2 #linkcon {
	background-image: url(../img/link/linkbg.gif);
	padding: 11px;
	width: 320px;
	float: right;
}
#contents .centercon-link2 #linkcon .conts {
	background-image: url(../img/link/link_t_bg.gif);
	background-repeat: no-repeat;
	height: 775px;
	padding-top: 80px;
	padding-right: 15px;
	padding-left: 25px;
	
}

#contents .centercon-link2 #linkcon .conts a{
font-weight:bold;
line-height: 250%;
}

#linkbanner .caution2{
	background-color:#DCDCDC;
	padding:15px;
	margin-bottom:15px;
	font-weight: bold;
}


/*link page*/



/* @end */

/* @group mobileinfo */

#contents #pagehead-mobile{
	width: 924px;
	background-image: url(../img/mobile/sub-headbg.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 88px;
	margin-right: auto;
	margin-left: auto;
	background-position: right;
}


/* @end */

#contents #maincon #left2 .qrcode {
	float: left;
	margin-top: 24px;
}
#contents #maincon #left2 .honbun {
	text-align: center;
	margin-top: 24px;
}
#contents #maincon #left2 .honbun h1 {
	font-size: 120%;
	font-weight: bold;
}
#contents #maincon #left2 .honbun p {
	text-align: left;
	margin-top: 24px;
	padding-right: 24px;
	padding-left: 160px;
}


/*monthly archives*/
#contents #left3 .mothly-archive .mothly-entry-list {
	background-image: url(../img/common/entry-bg.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	text-align:left;
}
#contents #left3 .mothly-archive {
	padding-left: 5px;
}
#contents #left3 .mothly-archive .each .entry-bottom img {
	padding-left: 5px;
	padding-bottom:15px;
}
#contents #left3 .mothly-archive .each .mothly-entry-list h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 5px;
	font-weight: bold;	
}
#contents #left3 .mothly-archive .each .mothly-entry-list .entry-header {
	margin-top: 8px;
	margin-bottom: 15px;
	font-weight: bold;	
}
#contents #left3 .mothly-archive .each .mothly-entry-list .entryinfo {
	font-size: 80%;
}
#contents .sitemap h1 {
	margin-left: 20px;
}
