@charset "UTF-8";
/*Base
-------------------------------------------*/
body {
	margin:0;
	padding:0;
	text-align:center;
	/*background:url(../../images/background.gif) 0 0 repeat-x;*/
	background-color:#ffe5e3;
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}
#wrapper {
	width:880px; /*contents width*/
	background-color:#FFFFFF;
	margin:0 auto;
	text-align:left;
	padding-top:7px;
	padding-bottom:30px;
}
/*Reset
--------------*/
/*all reset
* {
	margin:0;
	padding:0;
	}
*/

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, th, td {
	margin:0;
	padding:0;
}
img {
	border:0;
	line-height:0;
	margin:0;
	padding:0;
}
/*Link
--------------*/
a:link {
	color:#dd0066;
	text-decoration:underline;
}
a:visited {
	color:#dd0066;
	text-decoration:underline;
}
a:hover {
	color:#ee78af;
	text-decoration:none;
}
a:active {
	color:#ee78af;
	text-decoration:none;
}
/*Font
--------------*/
.txtL {
	font-size:14px;
	color:#333333;
	line-height:1.4;
}
.txtM {
	font-size:12px;
	color:#333333;
	line-height:1.8;
}
.txtS {
	font-size:10px;
	color:#333333;
	line-height:1.4;
}
/*Text-align
--------------*/
.txaL {
	text-align:left;
}
.txaR {
	text-align:right;
}
.txaC {
	text-align:center;
}
/*Float
--------------*/
.flL {
	float:left;
}
.flR {
	float:right;
}
/*Clear
--------------*/
.both {
	clear:both;
}
.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}
.clearfix {
	display:inline-block;
}
/*Display
--------------*/
.block {
	display:block;
}
/*Rollover
--------------*/	
a.imgov img:hover {
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	opacity:0.80;
}
/*Margin
--------------*/
.mg5 {
	margin:5px;
}
.mg10 {
	margin:10px;
}
.mg15 {
	margin:15px;
}
.mg20 {
	margin:20px;
}
.mg25 {
	margin:25px;
}
.mg30 {
	margin:30px;
}
/*top*/
.mgT5 {
	margin-top:5px;
}
.mgT10 {
	margin-top:10px;
}
.mgT15 {
	margin-top:15px;
}
.mgT20 {
	margin-top:20px;
}
.mgT25 {
	margin-top:25px;
}
.mgT30 {
	margin-top:30px;
}
/*right*/
.mgR5 {
	margin-right:5px;
}
.mgR10 {
	margin-right:10px;
}
.mgR15 {
	margin-right:15px;
}
.mgR20 {
	margin-right:20px;
}
.mgR25 {
	margin-right:25px;
}
.mgR30 {
	margin-right:30px;
}
/*bottom*/
.mgB5 {
	margin-bottom:5px;
}
.mgB10 {
	margin-bottom:10px;
}
.mgB15 {
	margin-bottom:15px;
}
.mgB20 {
	margin-bottom:20px;
}
.mgB25 {
	margin-bottom:25px;
}
.mgB30 {
	margin-bottom:30px;
}
/*left*/
.mgL5 {
	margin-left:5px;
}
.mgL10 {
	margin-left:10px;
}
.mgL15 {
	margin-left:15px;
}
.mgL20 {
	margin-left:20px;
}
.mgL25 {
	margin-left:25px;
}
.mgL30 {
	margin-left:30px;
}
/*Padding
--------------*/
.pd5 {
	padding:5px;
}
.pd10 {
	padding:10px;
}
.pd15 {
	padding:15px;
}
.pd20 {
	padding:20px;
}
.pd25 {
	padding:25px;
}
.pd30 {
	padding:30px;
}
/*top*/
.pdT5 {
	padding-top:5px;
}
.pdT10 {
	padding-top:10px;
}
.pdT15 {
	padding-top:15px;
}
.pdT20 {
	padding-top:20px;
}
.pdT25 {
	padding-top:25px;
}
.pdT30 {
	padding-top:30px;
}
/*right*/
.pdR5 {
	padding-right:5px;
}
.pdR10 {
	padding-right:10px;
}
.pdR15 {
	padding-right:15px;
}
.pdR20 {
	padding-right:20px;
}
.pdR25 {
	padding-right:25px;
}
.pdR30 {
	padding-right:30px;
}
/*bottom*/
.pdB5 {
	padding-bottom:5px;
}
.pdB10 {
	padding-bottom:10px;
}
.pdB15 {
	padding-bottom:15px;
}
.pdB20 {
	padding-bottom:20px;
}
.pdB25 {
	padding-bottom:25px;
}
.pdB30 {
	padding-bottom:30px;
}
/*left*/
.pdL5 {
	padding-left:5px;
}
.pdL10 {
	padding-left:10px;
}
.pdL15 {
	padding-left:15px;
}
.pdL20 {
	padding-left:20px;
}
.pdL25 {
	padding-left:25px;
}
.pdL30 {
	padding-left:30px;
}
/*layout*/
#header {
	margin-left:25px;
	margin-right:25px;
	margin-bottom:5px;
}
#header li {
	font-size:10px;
	float:left;
	margin-left:1em;
	line-height:1.3em;
	background:url(../../images/header_link_arrow.gif) 0 2px no-repeat;
	padding-left:1em;
	list-style:none;
}
#header li a:link {
	color:#222222;
	text-decoration:none;
}
#header li a:visited {
	color:#222222;
	text-decoration:none;
}
#header li a:hover {
	color:#555555;
	text-decoration:underline;
}
#header li a:active {
	color:#555555;
	text-decoration:underline;
}
h1 {
	background:url(../../images/logo.gif) 0 0 no-repeat;
	text-indent:-9999px;
}
h1 a {
	display:block;
	width:372px;
	height:50px;
	margin:0;
	padding:0;
}
#breadcrumbs {
	margin-left:18px;
	font-size:10px;
	color:#222222;
	margin-bottom:5px;
}
#breadcrumbs ul {
	list-style:none;
}
#breadcrumbs li {
	display:block;
	line-height:17px;
	float:left;
	margin-left:5px;
	padding-left:12px;
	background:url(../../images/bc_arrow.gif) 0 0 no-repeat;
}
#breadcrumbs .home {
	padding-left:20px;
	background:url(../../images/bc_home.gif) 0 0 no-repeat;
}
#mainImage {
	margin-left:25px;
	margin-bottom:20px;
}
#navigation {
	/*width:850px;*/
margin-left:25px;
	margin-bottom:20px;
}
#navigation li {
	list-style:none;
	float:left;
}
#footer {
	color:#333333;
	letter-spacing:0.1em;
	padding-top:40px;
	font-size:10px;
	background-color:#eeeeee;
	text-align:center;
/*	margin-top:30px;
*/}
#footer a:link {
	color:#333333;
	text-decoration:none;
}
#footer a:visited {
	color:#333333;
	text-decoration:none;
}
#footer a:hover {
	color:#666666;
	text-decoration:underline;
}
#footer a:active {
	color:#666666;
	text-decoration:underline;
}
address {
	background-color:#acacac;
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin-top:10px;
}
