/*||||||||||||||||||||||||||||||||||||||||||||||||||
	共通設定
||||||||||||||||||||||||||||||||||||||||||||||||||*/
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 18px;
	}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
	border: 0;
	text-align: center;
	min-width: 700px;
	background: #F0EEED url(../img/bg.gif) top center repeat-y;
	}


img {
	border: 0;
	}


#container{
	background: url(../img/bg-top.jpg) top center no-repeat;
	height: 500px;
	}
#container img{
	margin:0 auto;
	padding:0;
	}

div,img,h1,h2,h3,h4,h5,h6,p,form,input{
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	font-size: 12px;
	line-height: 18px;
	}


a:link,a:active,a:visited {
	color:369;
	font-weight:bold;
	text-decoration: none;
	}
a:active {
	color:369;
	font-weight:bold;
	text-decoration: none;
	}
a:visited {
	color:369;
	font-weight:bold;
	text-decoration: none;
	}
a:hover {
	color:f60;
	font-weight:bold;
	text-decoration: underline;
	}

.text{
	
	
	color: #666;
	margin: 0;
	padding: 0;
	text-align: left;
	}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
	Index
||||||||||||||||||||||||||||||||||||||||||||||||||*/
#index{
	width: 700px;
	height: 275px;
	margin: 0 auto;
	padding-top: 25px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 18px;
	color: #666;
	display:block;
	}

#index img{
	float: right;
	}

#index_bottom{
	width: 700px;
	margin: 0 auto;
	padding-top: 25px;
	
	text-align:center;
	}
#index_bottom img{
	
	
	
	}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
	Index メニュー
||||||||||||||||||||||||||||||||||||||||||||||||||*/
ul {
	line-height: 30px;
	color: #666;
	font-weight: bold;
	float: left;
	text-align: left;
	width: 170px;
	padding: 0;
	margin: 0;
	list-style: none;
	}
/*
li {
	
	}
*/

/*||||||||||||||||||||||||||||||||||||||||||||||||||
	リンクページ
||||||||||||||||||||||||||||||||||||||||||||||||||*/	
#link {
	width: 700px;
	margin: 0 auto;
	padding: 25px 0px 0px 0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 30px;
	color: #666;
	text-align: left;
	font-weight: bold;
	}
.linksite {
	width: 680px;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 4px 0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 20px;
	color: #666;
	text-align: left;
	border-bottom: 1px dotted #666;
	}

.linksite a {
	width: 100%;
	display: block;
	color: #666;
	text-decoration: none;
	line-height: 20px;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	margin:0;
	}
.linksite a:active {
	}
.linksite a:visit {
	text-decoration: none;
	}
	
.linksite a:hover {
	text-decoration: none;
	background-color: #333;
	color: #fff;
	}
.linksite .text {
	margin: 0px 0px 0px 20px;
	line-height: 20px;
	}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
	メニュー
||||||||||||||||||||||||||||||||||||||||||||||||||*/
#navbar{
	width: 760px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	}
.menu{
	float: left;
	width: 130px;
	height: 20px;
	margin: 0px 10px 0px 10px;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	background-color: #000;
	}
.menu a{
	color: #999;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/menu/1.gif);
	display: block;
	}
.menu a:active{
	color: #999;
	background-image: url(../img/menu/1.gif);
	}
.menu a:visit{
	color: #999;
	background-image:url(../img/menu/1.gif);
	}
.menu a:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/menu/2.gif);
	}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
	日記
||||||||||||||||||||||||||||||||||||||||||||||||||*/
#index_d {
	width: 700px;
	margin: 0 auto;
	padding: 25px 0px 25px 0px;
	}

#diary_l {
	width: 50px;
	float: left;
	}	
	
#diary_l ul {
	list-style: none;
	padding: 0;
	width: 50px;
	text-align: center;
	clear:left;
	}
#diary_l li a{
	line-height: 20px;
	display: block;
	width: 50px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	}		
#diary_l li a:hover{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #666;
	}	
	

#diary_r {
	width: 600px;
	float: right;
	margin:0;
	padding: 0px 25px 0px 25px;
	clear:right;
	}	
	
	
	
	
	
	
			