@charset "utf-8";
body {
	margin: 0;
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #FFF;
	line-height: 180%;
	background-image: url(pict/bg_picture.jpg);
	background-repeat: repeat-x;
}

a {
	color: #36C;
}

/* -------------------- layout ------------------------ */

#wrapper {
	margin:0 auto 0 auto;
	background-color: #FFF;
	width: 900px;
}

#header {
	margin-top: 0px;
	padding-top: 0px;
	background-image:url(pict/top_logo.jpg);
	background-repeat: no-repeat;
	height: 116px;
	color: #CCC;
}

#menu {
	height: 53px;
	margin: 0;
	
}

#mainPhoto {
	height: 272px;
	background-color: #FFF;
	padding-top: 12px;
	background-image: url(pict/page_bar_g.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#mainPage {
	clear: both;
	margin: 20px;
}

#leftContents {
	clear: both;
	float:left;
	width:418px;
	margin: 20px;
	border: 1px solid #F9C;
	background-image: url(pict/h2_bg_pict.jpg);
	background-repeat: repeat-x;
	padding-bottom: 20px;
}

#rightContents {
	float:left;
	width:440px;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

#pageBottom {
	clear: both;
	text-align: right;
	padding-top: 30px;
	padding-right: 20px;
}

#footer {
	text-align: center;
	padding-top: 10px;
}

/* ------------------ menu ----------------- */

#menu ul {
	padding: 0;
	margin: 0;
}

#menu li{
    list-style:none;
    float:left;
    width: 150px;
}

#menu a{
    display:block;
    width: 150px;
    height: 53px;
    text-indent:-1000px;
	text-decoration:none;
    overflow:hidden;
	/*\*//*/  
	overflow:auto;  
	/**/ 
}

#menu li.menu1 a {
	background-image: url(pict/menu_top.jpg);
	background-repeat: no-repeat;
	width: 150px;
}

#menu li.menu1_on a {
	background-image: url(pict/menu_top.jpg);
	background-repeat: no-repeat;
	width: 150px;
	background-position:0px -53px;
}

#menu li.menu1 a:hover {
	background-position:0px -53px;
}

#menu li.menu2 a {
	background-image: url(pict/menu_list.jpg);
	background-repeat: no-repeat;
	width: 150px;
}
#menu li.menu2_on a {
	background-image: url(pict/menu_list.jpg);
	background-repeat: no-repeat;
	width: 150px;
	background-position:0px -53px;
}
#menu li.menu2 a:hover {
	background-position:0px -53px;
}

#menu li.menu3 a {
	background-image: url(pict/menu_guide.jpg);
	background-repeat: no-repeat;
	width: 150px;
}
#menu li.menu3_on a {
	background-image: url(pict/menu_guide.jpg);
	background-repeat: no-repeat;
	width: 150px;
	background-position:0px -53px;
}
#menu li.menu3 a:hover {
	background-position:0px -53px;
}

#menu li.menu4 a {
	background-image: url(pict/menu_faq.jpg);
	background-repeat: no-repeat;
	width: 150px;
}
#menu li.menu4_on a {
	background-image: url(pict/menu_faq.jpg);
	background-repeat: no-repeat;
	width: 150px;
	background-position:0px -53px;
}
#menu li.menu4 a:hover {
	background-position:0px -53px;
}

#menu li.menu5 a {
	background-image: url(pict/menu_shop.jpg);
	background-repeat: no-repeat;
	width: 150px;
}
#menu li.menu5_on a {
	background-image: url(pict/menu_shop.jpg);
	background-repeat: no-repeat;
	width: 150px;
	background-position:0px -53px;
}
#menu li.menu5 a:hover {
	background-position:0px -53px;
}

#menu li.menu6 a {
	background-image: url(pict/menu_contact.jpg);
	background-repeat: no-repeat;
	width: 150px;
}
#menu li.menu6_on a {
	background-image: url(pict/menu_contact.jpg);
	background-repeat: no-repeat;
	width: 150px;
	background-position:0px -53px;
}
#menu li.menu6 a:hover {
	background-position:0px -53px;
}

/* ---------------------------- topicPath -------------------------------*/

#topicPath {
	float:left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}   
#topicPath li {
	float:left;
	line-height:110%;
	list-style-type:none;
	margin-right:10px;
	padding-right:15px;
	background:url(pict/topicpath.gif) no-repeat right center;
}   
#topicPath li.active {
	background:none;
}  

/* ---------------------------- main page -------------------------------*/
/*
#mainPage img {
	margin-right: 20px;
}
*/
#mainPage p {
	margin-topt: 30px;
	border: thin solid #FF0;
}

.discriptions {
	float: left;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 40px;
	width: 410px;
}

#mainPage img.btn {
	margin-top: 20px;
}

.readCopy {
		clear: both;
	margin-left: 80px;
	margin-right: 80px;
	font-size: 10pt;
	text-decoration: none;
}

.MyHr {
	clear: both;
	margin-top: 40px;
	margin-bottom: 40px;
	height: 1px;
	background-color: #CCC;
}

.menuTable {
	margin-top: 0px;
	margin-bottom: 40px;
	width: 100%;
}

.menuTable td {
	width: 30%;
	padding: 10px 20px;
	border-bottom: 1px solid #DDD;
	vertical-align: top;
}

.menuTable td.bgcolorGray {
	background-color: #ECEDE4;
}

#subPhoto {
	padding-top: 12px;
	background-image: url(pict/page_bar_g.jpg);
	background-position: top;	
}

/* ------------------ leftComent ---------------------*/

#leftContents h2, h3 {
	font-size: 13px;
	margin: 0;
	padding-top: 10px;
	padding-left: 20px;
	text-decoration: none;
}

#leftContents  p {
	padding-left: 20px;
	padding-right: 20px;
}

#leftContents  p img{
	float: right;
	margin-left: 20px;
}

#leftContents .MyHr {
	clear: both;
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 1px;
	background-color: #CCC;
}

/*------------------- footer ------------------- */

#pageFooterMenu {
	background-color: #666;
	color: #FFF;
	background-image: url(pict/page_bar_g.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding: 30px;
}

#pageFooterMenu a{
	color: #FFF;
}

#footer .copyright {
	font-size: 10px;
	color: #999;
	margin-top: 20px;
}