/*基本の設定
-------------------------------------------------------------*/
body{
}

h1,h2,h3,h4,h5{
	margin: 0px;
	padding: 0px;
}

h1{font-size: 24px;}
h2{font-size: 18px;}
h3{font-size: 14px;}
h4{font-size: 12px;}
h5{font-size: 10px;}

img{margin: 0px; padding: 0px;}

a:link{
	color: #0000ff;
}

a:visited{
	color: #990099;
}

a img{border:none;}



/*各パーツのレイアウト
-------------------------------------------------------------*/
#base{
	margin-right: auto;
	margin-left: auto;
	width: 630px;
	background-color: #FFFFFF;
}

#base_bottom{
	display: none;
}

#head{
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	height: 123px;
	width: 630px;
	background-color: #FFFFFF;
	background-image: url('../images/head_right_logo.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

#head_menu{
	display: none;
}

#head_menu_bottom{
	display: none;
}

#widebanner{
	display: none;
}

#banner{
	display:none;
}

#main{
	margin: 5px;
}

#top_leftcolumn_topicks_base{
}

#top_rightcolumn_whatis_base{
}

#top_gallery_base{
	margin: 5px;
}

#footer{
	display: none;
}

#print_footer{
	font-size: 12px;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 1em;
	border-top-width: 1px;
	border-top-color: #cccccc;
	border-top-style: solid;
}

.clear{
	clear: both;
}

.pagebreaker{
	display: none;
}





/*ヘッダの設定
-------------------------------------------------------------*/
#head a:hover{
	position: relative;
	top: 0px;
	left: 0px;
}





/*トップページ上段の設定
-------------------------------------------------------------*/
#top_leftcolumn_topicks_back{
	margin-bottom: 2em;
}

#top_leftcolumn_topicks_back div{
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	margin: 6px 6px 10px;
	list-style-position: inside;
	display: list-item;
}

#top_rightcolumn_whatis_back{
	margin-bottom: 2em;
}

#top_rightcolumn_whatis_back div{
	font-size: 12px;
	line-height: 150%;
	margin: 6px;
}

#top_rightcolumn_whatis_back a{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-top: 2em;
	display: block;
}

#top_rightcolumn_whatis_back img,
#top_leftcolumn_topicks_back img{
	display: none;
}

.print_tit{
	border-bottom-width: 2px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
}




/*トップページ下段の設定
-------------------------------------------------------------*/
#top_gallery_back{
	margin-bottom: 2em;
}

#top_left_gallery{
	padding-top: 5px;
	padding-left: 5px;
}

#top_left_gallery td img{
	margin-right: 5px;
	margin-bottom: 5px;
}

#top_right_gallery{
	padding-top: 5px;
	padding-left: 5px;
}

#top_right_gallery h3{
	color: #669900;
	margin-top: 1px;
	margin-bottom: 4px;
}

#top_right_gallery td div{
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	margin: 2px 0px;
}

#top_right_gallery td div span{
	font-size: 11px;
}





/*トップページ以外の設定
-------------------------------------------------------------*/
#head_menu_bottom_01{
	font-size: 12px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
}

#main_contents h3{
	margin-top: 1em;
}






/*ギャラリー
-------------------------------------------------------------*/
#gallery h2,
#gallery h3{
	text-align:left;
}
.gallery_card{
	margin:0 0 20px;
}
	.gallery_card td{
		vertical-align:top;
		padding:5px;
	}




/*e-センスCardとは？ 
-------------------------------------------------------------*/
/*---販売郵便局---*/
#table_spec .area{
	width:100%;
	border-collapse:collapse;
	border:#999 1px solid;
	font-size:12px;
}
.area{
	border-collapse:collapse;
	border:#999 1px solid;
}

.area .areaTTL{
	padding:5px;
	background:#8BB9D7;
	text-align:left;
}
	.area th{
		padding:6px 5px 5px;
		background:#F2FAFC;
		border:#999 1px solid;
	}
	.area td{
		padding:8px 8px;
		line-height:1.6em;
		border:#999 1px solid;
	}




/*広告をお考えの方
-------------------------------------------------------------*/
#main_contents .sponsorImg{
	float:right;
	margin:3em 5px 5px;
	text-align:center;
}
	#main_contents .sponsorImg p{
		margin:0 0 5px;
		text-align:center;
	}
	#main_contents .sponsorImg img{
		display:block;
		margin:0 auto;
	}
#main_contents .koumokuImg{
	width:187px;
	text-align:center;
	margin:1em 0 0;
	float:right;
}


