@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: 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: #ffcc66; text-decoration: underline; border: 0;}
a:visited	{ color: #ffcc66; text-decoration: none; border: 0;}
a:hover		{ color: #ff9933; text-decoration: underline; border: 0;}


/* レイアウト
   --------------------------------------------- */

#layout {
	margin: 0 auto;
	width: 760px;
	background: url(../image/layout_back.jpg);
	height: 100%;
}

#header {
    margin: 0 30px;
	background: url(../image/header.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: right;
}

#main {
	width: 700px;
	height: 400px;
	margin: 0 30px;
	background: url(../image/index.jpg);
	text-align: left;
}

#bottom {
	width: 700px;
	margin: 0;
	margin: 0 30px;
	padding: 10px 0px 15px 0px;
	font-size: 12px;
	color: #ffcc66;
	line-height: 18px;
	font-family: "Verdana";
	background: url(../image/back-y.jpg);
}


/* ヘッダー
   --------------------------------------------- */
#header_l {
	height: 40px;
	width: 580px;
	padding-left: 20px;
	float: left;
	text-align: left;
}

#header_l h1{
	font-size: 12px;
	color: #794A1C;
	line-height: 35px;
}

#header_r a {
	background: url(../image/header_r.gif) top;
	height: 40px;
	width: 100px;
	text-indent: -9999px;
	display: block;
	float: right;
}

#header_r a:hover {
	background-position: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 赤帯
   --------------------------------------------- */
#obi ul {
	padding: 0;
	margin: 0;
	list-style-type:none;
}

#obi ul li {
	float: right;
	list-style: none;
}
#obi_date  {
	width: 180px;
	height: 16px;
	display: block;
	font-size: 11px;
	color: #ffcc66;
	text-align: right;
	padding-right: 10px;
	line-height: 16px;
}
#obi_mail a {
	width: 60px;
	height: 16px;
	text-indent: -500em;
	background: url(../image/mail.jpg) top;
	display: block;
	text-decoration: none;
}

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


/* 新着情報欄
   --------------------------------------------- */
#whatsnew {
	width: 280px;
	margin: 150px 0px 0px 25px;
	padding: 0;
	text-align: left;
	font-size: 12px;
	color: #ffcc66;
	line-height: 20px; 
}

#whatsnew dl {
margin:0;
padding:0;
    width: 280px;
	border-bottom: 1px dotted #ffcc66;
}

#whatsnew dt {
	float:left;
	width:40px;
	padding:2px 0;
	clear:both;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	list-style-type:none;
}  

#whatsnew dd {
	padding:2px 0 2px 40px;
	font-family: "ＭＳ ゴシック", "Osaka‐等幅";
	list-style-type:none;
}  

#whatsnew dd a {
	text-decoration: none;
}  

#whatsnew ul {
    padding: 0px;
    margin: 0px;
    list-style-type:none;
}
#whatsnew li {
    padding: 0px;
    list-style:none;
}

/* その他
   --------------------------------------------- */
#main h2 {
	text-indent: -9999px;	
}

.clear{
	clear: both;
}
