@charset "utf-8";
/* Reset */
* {
    margin: 0;
    padding: 0;
}


/* LinkColor */
a:link, a:visited {
	color: #09F;
	text-decoration: none;
}
a:hover, a:active {
	color: #06F;
	text-decoration: underline;
}



/* Headline */
h1 {
	font-size: 120%;
	line-height: 100%;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 0px;
	width: 480px;
	padding-bottom: 5px;
}
h2 {
	font-size: 25px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 110%;
	color: #7DBEFF;
}
h3 {
	font-size: 20px;
	display: inline;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #05B;
	padding-left: 5px;
	color: #05B;
	font-weight: bold;
}
h4 {
	background-color: #EEE;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
}


/* Tag */
p {
	line-height: 150%;
	padding-bottom: 10px;
}
strong {
	font-size: 105%;
	font-weight: bold;
}
li {
    list-style: none;
}
em {
	font-weight: bold;
	font-style: italic;
}
img {
	border: none;
}



/* Layout */
html {
	height: 100%;
}
body {
	text-align: center;
	line-height: 100%;
	font-size: 14px;
	height: 100%;
	background-image: url(images/backBody.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	background-color: #06297B;
}
body.bodyPlain {
	background-color: #FFF;
	background-image: none;
	text-align: left;
}

/* Header */
.topSponsor {
	height: 50px;
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1000;
	background-image: url(images/backTopSponsor.png);
	background-repeat: repeat-x;
	text-align: left;
	overflow: hidden;
}
.topSponsor .topBox {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
.topSponsor .siteName {
	color: #05B;
	font-size: 115%;
	font-weight: bold;
	padding-top: 5px;
	float: left;
}
.topSponsor .siteName span {
	font-size: 80%;
}
.topSponsor a {
	float: left;
	padding-left: 40px;
}
.topSponsor a img {
	max-height:40px;
	max-width:150px;
}
.header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 135px;
	position: relative;
	background-image: url(images/backHead.png);
	background-repeat: no-repeat;
	top: 50px;
}
.headerMessage {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #FFF;
	text-align: right;
}
.headerLogo {
	position: absolute;
	top: 30px;
	left: 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 100%;
}
.headerDetail {
	position: absolute;
	top: 60px;
	left: 20px;
	color: #FFF;
	text-align: left;
	font-size: 90%;
}
.header a:link, .header a:visited {
	color: #FFF;
}
.menu {
	position: absolute;
	top: 105px;
	right: 15px;
}
.menu a:link, .menu a:visited {
	margin-right: 18px;
	font-size: 85%;
	color: #FFF;
}



/* Content */
.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.containerTop {
	background-image: url(images/backContainerTop.png);
	background-repeat: no-repeat;
	height: 15px;
}
.containerBottom {
	background-image: url(images/backContainerBottom.png);
	background-repeat: no-repeat;
	height: 15px;
}
.containerCenter {
	background-image: url(images/backContainerCenter.png);
	text-align: left;
	background-position: top;
}
.main {
	width: 680px;
	float: right;
	position: relative;
	right: 15px;
}
.navi {
	float: left;
	width: 240px;
	position: relative;
	left: 15px;
}
.content {
}
.mainTop {
	background-image: url(images/backMainTop.png);
	background-repeat: no-repeat;
	height: 5px;
	overflow: hidden;
}
.naviTop {
	background-image: url(images/backNaviTop.png);
	background-repeat: no-repeat;
	height: 5px;
	overflow: hidden;
}
.mainCenter {
	background-color: #FFF;
}
.naviCenter {
	background-color: #FFFCEC;
}
.mainBottom {
	background-image: url(images/backMainBottom.png);
	background-repeat: no-repeat;
	height: 5px;
	overflow: hidden;
}
.naviBottom {
	background-image: url(images/backNaviBottom.png);
	background-repeat: no-repeat;
	height: 5px;
	overflow: hidden;
}
.eachNavi {
	padding-bottom: 10px;
}
.naviTitle {
	font-size: 140%;
	color: #FFF;
	background-image: url(images/naviTitle.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
	height: 15px;
	margin-left: 5px;
}
.naviContent {
	padding: 10px;
}
.eachBlock {
	margin-bottom: 10px;
	margin-top: 0px;
	clear: both;
	float: none;
}
.eachBlockTop {
	background-image: url(images/backMainTop.png);
	background-repeat: no-repeat;
	height: 5px;
	overflow: hidden;
}
.eachBlockCenter {
	background-color: #FFF;
}
.eachBlockBottom {
	background-image: url(images/backMainBottom.png);
	background-repeat: no-repeat;
	height: 5px;
	overflow: hidden;
	position: relative;
	top: -1px;
}
.eachBlockHalf {
	float: left;
	width: 335px;
	margin-bottom: 10px;
}
*html .eachBlockHalf {
	margin-bottom: 0px;
}
.eachBlockHalfTop {
	background-image: url(images/backHalfBlockTop.png);
	background-repeat: no-repeat;
	height: 5px;
	overflow: hidden;
}
.eachBlockHalfBottom {
	background-image: url(images/backHalfBlockBottom.png);
	background-repeat: no-repeat;
	height: 5px;
	overflow: hidden;
	position: relative;
	top: -1px;
}
.blockTitle {
	font-size: 150%;
	font-weight: bold;
	color: #059;
	padding-top: 15px;
	padding-left: 10px;
}
.blockContent {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.blockContent li {
	padding-bottom: 5px;
}
.contentTitle {
	font-size: 150%;
	font-weight: bold;
	color: #059;
	line-height: 105%;
}
.contentSubTitle {
	font-size: 125%;
	font-weight: bold;
	line-height: 105%;
	padding-bottom: 3px;
}
.naviMenu {
}
.naviMenu .menuCat {
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
	margin-top: 15px;
	font-size: 110%;
}
.naviMenu .menuCon {
	font-weight: normal;
	text-align: left;
	margin-left: 0px;
	margin-top: 5px;
	background-color: #E8F5FF;
	padding: 3px;
}
.admin a:link, .admin a:visited {
	color: #F90;
}



/* Content */
#pico .listTitle {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 3px;
}
#pico .list p {
	padding-bottom: 5px;
}
.fck img {
	padding: 5px;
}
.navi .fck img {
	padding: 0px;
}

/* Press */
#press .listTitle {
	font-size: 110%;
	font-weight: bold;
}
#press .list p {
	padding-bottom: 5px;
}
#press .imgThumb {
	float: right;
	margin: 10px;
}
#press .imgThumb img {
	width: 300px;
}


/* Link */
#link .eachLink {
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}




#adopt .gmap {
	width: 100%;
}
#adopt .category {
	background-image: url(images/buttonGray.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 100px;
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-top: 5px;
	margin-left: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
#adopt .category a {
	display: block;
	cursor: pointer;
}
#adopt .categoryUp {
	background-image: url(images/buttonOrange.png);
}
#adopt .categoryDesc {
	margin: 10px;
	padding: 10px;
	border: 2px dashed #F90;
}
#adopt .listThumb {
}
#adopt .listThumb .eachThumb {
	float: left;
	height: 120px;
	width: 120px;
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
	position: relative;
}
#adopt .listThumb .eachThumb table {
	text-align: center;
	vertical-align: middle;
	height: 300px;
	width: 300px;
	position: absolute;
	left: -90px;
	top: -90px;
}
#adopt .listThumb .eachThumb img {
	min-height: 120px;
	min-width: 120px;
}
#adopt .leaderImg {
	padding: 5px;
	border: 3px solid #B2D1FF;
	margin-top: 5px;
	margin-bottom: 5px;
}
#adopt .leaderName {
	font-weight: bold;
	padding-bottom: 3px;
}
#adopt .gmapSubmit {
	height: 400px;
	overflow: hidden;
	display: block;
	visibility: visible;
}
#adopt .eachSupporter {
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	line-height: 160%;
}


#kaiso .productList li {
	text-align: center;
	float: left;
	width: 170px;
	padding-left: 25px;
	line-height: 120%;
	height: 250px;
}
#kaiso .productList li img {
	max-height:150px;
	max-width:150px;
}
#kaiso .pDesc {
	font-size: 110%;
	color: #069;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
#kaiso .pImage {
	text-align: center;
}
#kaiso .pTable {
	background-color: #CCC;
	margin-left: 100px;
}
#kaiso .pTable td {
	background-color: #FFF;
	padding: 5px;
}
#kaiso .pTable th {
	background-color: #EEE;
	padding: 5px;
}
.tooltip {  
	width: 450px;  
	position: absolute;  
	background: #FFF;  
	padding: 5px;  
	border: 1px solid #AAA;
	display: none;  
}  
.tooltip img{  
	max-height:450px;
	max-width:450px;
}


/* Comment */
.listComment {
	padding: 10px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}



/* User */
.user .commentBox {
	background-color: #D2F0F0;
	padding: 10px;
}
.user .odd {
	background-color: #EEE;
}
.user .even {
}
.user .head {
	text-align: right;
	padding: 10px;
	width: 180px;
	font-weight: bold;
}
.user .desc {
	text-align: left;
	padding: 10px;
}
.image img {
	max-width: 200px;
}

/* Footer */
.footer {
	color: #FFF;
	clear: both;
	float: none;
	font-size: 13px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-image: url(images/backFoot.png);
	height: 160px;
	width: 960px;
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
}
.footer .stickerLove {
	position: absolute;
	left: 20px;
	top: 23px;	
}
.footer .stickerOccn {
	position: absolute;
	left: 300px;
	top: 23px;	
}
.footContent {
	padding: 20px;
}
.copyRight {
	color: #09F;
	text-align: right;
	margin-top: 5px;
	margin-right: auto;
	width: 940px;
	padding-bottom: 15px;
	margin-left: auto;
}



/* Common */
.wrap {
	padding: 10px;
}
.wrapLR {
	padding-right: 10px;
	padding-left: 10px;
}
.fontBig {
	font-size: 115%;
}
.fontSmall {
	font-size: 85%;
}
.caution {
	color: #F30;
}
.orange {
	color: #F60;
}
.normal {
	font-weight: normal;
}
.more {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.more a:link, .more a:visited {
	color: #F60;
}
.breadcrumbs {
	color: #999;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.pageNavi {
	clear: both;
	float: none;
	text-align: center;
	background-image: url(images/bgPageNavi.png);
	margin-top: 8px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 130%;
}
.invisible {
	display: none;
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
}
.textS {
	ime-mode: inactive;
}
.outer {
	background-color: #FFF;
}
.outer td, .outer th {
	padding: 5px;
	background-color: #E8F5FF;
}
.outer td.head {
	font-weight: bold;
	text-align: right;
}
.outer th {
	text-align: right;
}

/******************************************************************************/

/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	zoom:1;
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/******************************************************************************/
