@charset "UTF-8";
/* reset
   --------------------------------------------- */
*{
	margin:0;
	padding:0;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

html,body{
    height: 100%;
}

body{
	margin: 0 auto;
	text-align: center;
	background-image: url(../image/back-y.jpg);
}

a, img {
	outline:0;
}

ul li{
	list-style-type:none;
}

p {
	margin-bottom: 10px;
}

h1,h2,h3,h4,h5{
	font-size: 100%;
} 

a:link		{ color: #996633; text-decoration: underline; border: 0;}
a:visited	{ color: #cc9966; text-decoration: none; border: 0;}
a:hover		{ color: #ff9933; text-decoration: underline; border: 0;}


/* レイアウト
   --------------------------------------------- */ 
#layout { 
	margin: 0 auto; 
	width: 760px; 
	height: 100%;
	background: url(../image/layout_back.jpg);
}

#header {
    margin: 0 30px;
	background: url(../image/header6.gif);
	height: 40px;
	width: 700px;
}

#menu {
	height: 20px;
	width: 700px;
	margin: 0 30px;
	background: url(../image/menu/menu_back.jpg) repeat-x;
	text-align: left;
}

#obi {
    margin: 0 30px;
	width: 700px;
	height: 26px;
	background: url(../image/back_obi_index0.jpg);
	font-size: 12px;
	color: #ffcc66;
	text-align: left;
}

#main {
	margin: 0 30px;
	width: 540px;
	background: url(../image/back.gif);
	text-align: left;
	font-size: 12px;
	color: #cc9966;
	height: 320px;
	padding-top: 50px 80px 10px 80px;
	line-height: 18px;
}

#bottom { 
     width: 700px; 
     margin: 0 30px;
	 padding: 10px 0 15px 0;
	 font-size: 12px;
	 color: #ffcc66;
	 line-height: 18px;
	 font-family: "Verdana";
}


/* メニュー
   --------------------------------------------- */
#menu ul {
	padding: 0;
	margin: 0;
	list-style-type:none;
}

#menu ul li {
	float: left;
	list-style: none;
}

#menu_home a {
	width: 97px;
	height: 20px;
	background: url(../image/menu/menu_home_l.jpg) top;
	text-indent: -500em;
	display: block;	
}

#menu_home a:hover {
	background: url(../image/menu/menu_home_l.jpg) bottom;	
}

#menu_photo a {
	width: 97px;
	height: 20px;
	background: url(../image/menu/menu_photo_l.jpg) top;
	text-indent: -500em;
	display: block;		
}

#menu_photo a:hover {
	background: url(../image/menu/menu_photo_l.jpg) bottom;	
}

#menu_diary a {
	width: 97px;
	height: 20px;
	background: url(../image/menu/menu_diary_l.jpg) ;
	text-indent: -500em;
	display: block;		
}

#menu_diary a:hover {
	background: url(../image/menu/menu_diary_l.jpg) bottom;	
}

#menu_blog a {
	width: 97px;
	height: 20px;
	background: url(../image/menu/menu_blog_l.jpg) top;
	text-indent: -500em;
	display: block;	
}

#menu_blog a:hover {
	background: url(../image/menu/menu_blog_l.jpg) bottom;	
}

#menu_bbs a {
	width: 97px;
	height: 20px;
	background: url(../image/menu/menu_bbs_l.jpg) top;
	text-indent: -500em;
	display: block;		
}

#menu_bbs a:hover {
	background: url(../image/menu/menu_bbs_l.jpg) bottom;	
}

#menu_link a {
	width: 97px;
	height: 20px;
	background: url(../image/menu/menu_link_l.jpg) top;	
	text-indent: -500em;
	display: block;	
}

#menu_link a:hover {
	background: url(../image/menu/menu_link_l.jpg) bottom;	
}

#menu_info a {
	width: 113px;
	height: 20px;
	background: url(../image/menu/menu_info.jpg) ;
	text-indent: -500em;
	display: block;		
}


/* 赤帯
   --------------------------------------------- */
#obi_l {
	width: 620px;
	height: 16px;
	font-size: 12px;
	color: #ffcc66;
	text-align: left;
	float: left;
	padding-left: 10px;
}

#obi_r a {
	width: 60px;
	height: 16px;
	text-indent: -500em;
	background: url(../image/mail.jpg) top;
	display: block;
	font-size: 11px;
	color: #ffcc66;
	text-align: left;
	line-height: 16px;
	float: right;
}

#obi_r a:hover {
	background: url(../image/mail.jpg) bottom;	
}



/* その他
   --------------------------------------------- */
h1{
	text-indent: -9999px;
}

.clear{
	clear: both;
}

