@charset "euc-jp";

/* 全体レイアウト */

body{
    text-align:center;
    width:100%;
}

.header{
	width:750px;
	border-style:none;
    text-align:left;
    margin:0px auto;
}

.menu{
    text-align:left;
	width:750px;
	margin:0 auto;
    list-style:none;
	padding:0;
}
.menu li{
    list-style-type:none;
    float:left;
}
.menu a{
    display:block;
    width:140px;
    height:30px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 5px;;
	padding:0;
}

.menu01 a{
	background-image:url(images/menu_profile.gif);
}
.menu01 a:hover{
	background-image:url(images/menu_profile_over.gif);
}
.menu02 a{
	background-image:url(images/menu_report.gif);
}
.menu02 a:hover{
	background-image:url(images/menu_report_over.gif);
}
.menu03 a{
	background-image:url(images/menu_everyday.gif);
}
.menu03 a:hover{
	background-image:url(images/menu_everyday_over.gif);
}
.menu04 a{
	background-image:url(images/menu_gallery.gif);
}
.menu04 a:hover{
	background-image:url(images/menu_gallery_over.gif);
}
.menu05 a{
	background-image:url(images/menu_shop.gif);
}
.menu05 a:hover{
	background-image:url(images/menu_shop_over.gif);
}

/* 空白行 */
.spa{
	height:30px;
}

/* 主なコンテンツの背景 */
.contents{
	width:750px;
	background-color:#f9d191;
	text-align:left;
	position:relative;
    margin:0px auto 10px;
}
/* 題名 */
.pro_bar{
	width:364px;
	height:60px;
	background:url(images/bar_profile.gif) no-repeat center;
	text-indent:-9999px;
	position:relative;
	margin-left:20px;
	margin-top:10px;
}
.shop_bar{
	width:364px;
	height:60px;
	background:url(images/bar_shop.gif) no-repeat center;
	text-indent:-9999px;
	position:relative;
	margin-left:20px;
	margin-top:10px;
}
.report_bar{
	width:364px;
	height:60px;
	background:url(images/bar_report.gif) no-repeat center;
	text-indent:-9999px;
	position:relative;
	margin-left:20px;
	margin-top:10px;
}

.new_bar{
	width:364px;
	height:60px;
	background:url(images/bar_new.gif) no-repeat center;
	text-indent:-9999px;
	position:relative;
	margin-left:20px;
	margin-top:10px;
}

.every_bar{
	width:364px;
	height:60px;
	background:url(images/bar_everyday.gif) no-repeat center;
	text-indent:-9999px;
	position:relative;
	margin-left:20px;
	margin-top:10px;
}

.gallery_bar{
	width:364px;
	height:60px;
	background:url(images/bar_gallery.gif) no-repeat center;
	text-indent:-9999px;
	position:relative;
	margin-left:20px;
	margin-top:10px;
}

/* メインコンテンツ */
.main_coun{
	width:685px;
	background-color:#ffffff;
	text-align:left;
	position:relative;
    margin:0px auto 15px;
	padding:10px 10px 10px;
}

.main_coun:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .main_coun {
    height: 1em;
    overflow: visible;
}

.main_coun2{
	width:545px;
	background-color:#ffffff;
	text-align:left;
	position:relative;
    margin:0px 3px 15px;
	padding:10px 10px 10px;
}

.main_coun2:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .main_coun2 {
    height: 1em;
    overflow: visible;
}

.blo_sub{
	width:135px;
	background-color:#FFFFE0;
	text-align:left;
	position:relative;
    margin:0px 3px 15px 5px;
	padding:10px 10px 10px;
}

.blo_sub:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .blo_sub {
    height: 1em;
    overflow: visible;
}

/**/
.dummy{
	width:680px;
	text-align:left;
	position:relative;
    margin:0px auto 0px;
	padding:0px 10px 10px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}

.center{
	text-align:center;
}
.a_left{
	text-align:left;
}
.a_bottom{
	vertical-align:bottom;
}
.border{
	border-bottom:solid 1px #777;
}
.border2{
	border-bottom:solid 2px #777;
}

.top{
	font-size:13px;
	text-align:right;
	padding-bottom:5px;
	margin:20px 5px 5px;
}

h1{
	color:#600;
	font:normal 12px /14px "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	width:710px;
	border-style:none;
    text-align:left;
    margin:0px auto;
}
h2{
	font-size: 17px;
	color: #333;
	font-weight: bold;
	margin:0;
	padding:5px 0px 5px;
	border-bottom:solid 1px #777;
}

h3{
	font-size: 14px;
	color: #300;
	font-weight: bold;
	margin:0;
	padding:5px 0px 5px;
}

p{
	font-size: 13px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono,sans-serif;
	color: #555;
}

/* Footer */
.footer{
	width:750px;
	text-align:left;
	position:relative;
    margin:5px auto;
	padding:5px;
}
.footer_bar{
	width:720px;
	border-left:solid 10px #600;
	border-bottom:solid 1px #600;
	padding:8px;
}
.footer li{
	font-size:15px;
	color:#333;
}

.foo_sho{
	list-style-type:none;
	font-size:15px;
	color:#333;	
}

.footer ul a:link{
	color:#777;
}
.footer ul a:visited{
	color:#777;
}

.foo_end{
	width:720px;
	border-bottom:solid 1px #600;
	padding:8px;
}
