/* CSS Document */
a{
	/* \*/
	overflow:hidden;
	/* */
	outline:none;
	text-decoration:none;
	color:#FF3399;
}
a:link{
	text-decoration:none;
	color:#FF3399;
}
a:visited{
	text-decoration:none;
	color:#FF3399;
}
a:hover{
	text-decoration:none;
	color:#66CCFF;
}



/* layout */
body{
	margin:0px auto;
	text-align:center;
	color:#555555;
	font-size:13px;
	line-height:1.4;
	font-family: "M PLUS Rounded 1c";
}
#container{
	text-align:center;
	background:url(../images/body_bg.jpg) no-repeat;
	width:1100px;
	margin:0px auto;
}
#contents{
	width:580px;
	margin:0px 0px 0px 430px;
	padding-top:210px;
	text-align:left;
}

/* page_title */
#profile{ background:url(../images/title_profile.jpg) no-repeat top left; clear:both;}
#gallery{ background:url(../images/title_gallery.jpg) no-repeat top left; clear:both;}
#link{ background:url(../images/title_link.jpg) no-repeat top left; clear:both;}
#contact{ background:url(../images/title_contact.jpg) no-repeat top left; clear:both;}
#information{ background:url(../images/title_information.jpg) no-repeat top left; clear:both;}


/* top */

body#top_body_bg{
	margin:0px;
	padding:0px;
	text-align:center;
	background:url(../images/top_body_bg.jpg);
	color:#FFFFFF;
	font-size:13px;
	line-height:1.4;
}
#top_wrapper{
	background:url(../images/top_bg.jpg) repeat-x top;
	margin:0px;
	width:100%;
}
#top_container{
	text-align:center;
	background:url(../images/top_bgimage.jpg) no-repeat;
	width:1180px;
	height:800px;
	margin:0px auto;
}
#top_contents{
	width:635px;
	margin:0px 105px 0px 440px;
	padding-top:260px;
	text-align:center;
}
.top_logo{
	width:100%;
	border-bottom:solid 1px #FFFFFF;
	padding-bottom:20px;
	text-align:center;
}

#counter{
	margin-top:20px;
}

/* footer */
#footer{
	clear:both;
	width:635px;
	text-align:right;
	margin-top:40px;
	padding:70px 50px 0px 0px;
	height:128px;
	background:url(../images/footer_bg.jpg) no-repeat right;
	color: #FF3399;
}
.footer_navi{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:solid 1px #FF3399;
	text-align:left;
}
.footer_navi a{
	color:#FF3399;
	padding:3px 7px;
}
.footer_navi a:hover{
	color: #FFFFFF;
	background:#FF3399;
}
.copyright{
	text-align:right;
}


/* header */

#header{
	height:142px;
	float:right;
	margin-right:102px;
}
.logo{
	margin:20px 200px 21px 0px;
}

ul#top_navi{
	width:400px;
	height:20px;
	margin:15px 0px 30px 140px;
}
ul#top_navi li{
	float:left;
	height:20px;
}
#top_navi li a{
	display:block;
	text-indent:-9999px;
	background-image: url(../images/top_navi.jpg);
	background-repeat: no-repeat;
}
ul#navi{
	width:540px;
	height:20px;
	margin:15px 0px 30px 0px;
	text-align:left;
}
ul#navi li{
	float:left;
	height:20px;
}
#navi li a{
	display:block;
	text-indent:-9999px;
	background-image: url(../images/navi.jpg);
	background-repeat: no-repeat;
}
#navi01 a{background-position: 0px 0px; width:62px;}
#navi01 a:hover{background-position: 0px -20px;}
#navi02 a{background-position: -62px 0px;	width:112px;}
#navi02 a:hover{background-position: -62px -20px;}
#navi03 a{background-position: -174px 0px;	width:105px;}
#navi03 a:hover{background-position: -174px -20px;}
#navi04 a{background-position: -279px 0px;	width:65px;}
#navi04 a:hover{background-position: -279px -20px;}
#navi05 a{background-position: -344px 0px;	width:110px;}
#navi05 a:hover{background-position: -344px -20px;}
#navi06 a{background-position: -454px 0px;	width:86px;}
#navi06 a:hover{background-position: -454px -20px;}


/* TOP infomation */
.info{
	width:300px;
	margin:auto;
}
.info a{
	color:#FFFFFF;
	padding:0px 3px;
}
.info a:hover{
	color: #FF3399;
	background:#FFFFFF;
}
dl.info_text{
	text-align:left;
	height:180px;
	overflow: hidden;
}
.info_text dt{
	margin-bottom:5px;
}
.info_text dd{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:dotted 1px #FFFFFF;
}

/* infomation */

dl.info_page_text{
	text-align:left;
}
.info_page_text dt{
	margin-bottom:5px;
	color: #00CCFF;
}
.info_page_text dd{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:dotted 1px #DDDDDD;
}


/* main */
h1{
	margin:0px;
	text-align:right;
	font-size:12px;
	font-weight:normal;
}
h2{
	margin:0px;
}
h3{
	margin-bottom:15px;
}
#main div.main_text{
	margin-bottom:40px;
}
.line{
	margin-bottom:30px;
	height:182px;
	background:url(../images/line_bg.jpg) no-repeat center;
	clear:both;
}
.page_top{
	text-align:right;
	clear:both;
}

/* gallery */
.thumbnail{
}
.thumbnail img{
	margin:13px;
	border:solid 1px #CCCCCC;
}
.group{
	height:170px;
	line-height:170px;
	text-indent:60px;
	font-weight:bold;
	font-size:14px;
	color:#FF3366;
	background:url(../images/group_bg.jpg) no-repeat;
	clear:both;
}
.gallery_btn{
	margin-bottom:20px;
	width:580px;
	height:47px;
}
.gallery_btn a{
	float:left;
	width:133px;
	height:39px;
	text-align:center;
	font-weight:bold;
	margin-right:2px;
	padding-top:8px;
	display:block;
	background:url(../images/btn_bg.jpg) no-repeat top;
	color:#FF3366;
}
.gallery_btn a:hover{
	color:#FFFFFF;
	background-position:bottom;
}
.small{
	font-size:9px;
	font-weight:normal;
	line-height:10px;
}

/* profile */
.profile_list{
}
.profile_list dt{
	float:left;
	color: #FF6600;
}
.profile_list dd{
	margin:0px 0px 30px 70px;
}

/* contact */
table.contact{
	width:580px;
}
table.contact th{
	width:100px;
	color:#FF3399;
}
table.contact td{
	padding:20px 0px;
	width:480px;
}
table.contact td.contact_btn{
	text-align:left;
	padding-left:100px;
}
.contact_title{
	margin:10px 0px;
	color:#FF3399;
	font-weight:bold;
}

/* link */
.link_banner{
	display:block;
	width:198px;
	height:38px;
	line-height:38px;
	border:solid 1px #FF3399;
	text-align:center;
}