@charset "Shift_Jis";



/* 全体 */

*{
	margin:0px; padding:0px;
	font:normal normal normal small/1.5 Verdana,"ＭＳ Pゴシック",Osaka,Chicago,Sans-serif;}

body{ 
	text-align:center;
	background:#fff url("img/bg.gif") repeat;
	cursor:default;
}



/* リンク */

a{
	text-decoration:none; 
}
a:link{ 
	color:#666666;
	
} 
a:visited{ 
	color:#666666; 
	
}
a:hover{
	text-decoration:underline; 
}




/* レイアウト */

#body{
	background:#fff url(img/img.jpg) no-repeat 0% 0%;
	width:640px; 
	margin:0px auto;
	border: solid #ccc;
	border-width:0px 1px;
	text-align:left;}

#head{
	height:430px;
}

#menu{
	text-align:center;
	width:150px; float:left;
}

#menu ul{ list-style-type:none; margin:0 auto;}
#menu li {list-style-type:none; display:inline;}

#menu li a{
	font-weight:bold;
	display:block;
	text-align:left; padding:0.3em 5px;
	background: url(img/menu.jpg) repeat-y 0% 0%;
	border-width:1px;
	border-style: solid;
	border-color:#eeeeee #cccccc #cccccc #fff;
	margin:0px 10px 3px;}

#main{ 
	width:480px; float:left;
}

.txt{
	padding:0 1.5em 1.5em;
}

#foot{
	clear:both;
	background:url("img/foot.jpg") no-repeat 100% 100%;
	height:159px;}

#foot ul#nav{
	list-style-type:none;
	text-align:right;
	margin-right:20px;
}

#foot ul#nav li{
	list-style-type:none;
}

ul#nav li a{ font-weight:bold;}

address{
	color:#666666; 
	text-align:center;
	padding-top:1em;
}



/* 見出し */

h1{
	padding:100px 0px 0px 100px;
}

h1 a{
	font-size:230%; font-weight:bold; 
	font-family:"Times New Roman",Time,Serif;
}

h1 a:link, h1 a:visited{
	color:#000000; 
}

h2{
	font-weight:bold; font-size:110%; color:#666;
	margin:0 1em 0.5em; padding:0 4px; 
	background: url("img/menu.jpg") repeat-y 0% 0%;
	border-width:1px;
	border-style: solid;
	border-color:#eeeeee #cccccc #cccccc #fff;
}






#menu h2{display:none;}




/* その他 */

img{border:none; margin:0;}

br{ letter-spacing:normal;}

hr.none{display:none;}

p{padding:0em 0em 0.4em; }





/* 必要な方は。 */

h3{
	color:#999999; font-size:95%; font-weight:bold;
	padding:0px 2px; margin:0 0 0.6em;
	border-bottom:1px solid #999999;}


em{ font-weight:bold;  }
strong{ font-weight:bold; font-style:italic; border-bottom:1px solid #ccc;  }

ins{ text-decoration: underline; }
del{ text-decoration: line-through; }

input,
select,
textarea{ 
	font-size:110%; font-family:"ＭＳ ゴシック",Osaka,Sans-serif; color:#333333; 
	border:1px solid #999999; 
	background:transparent; margin-bottom:2px;
}

#main ol{
	list-style-position:inside;
	padding:0.5em 0em 0.7em;
}
#main ol li{
	padding:0em;
}

#main ul{
	list-style-position:outside;
	list-style-type:square;  padding:0.5em 0em 0.7em 2em;
}
#main ul li{
	list-style-type:square;  
	padding:0em;
}


#main dl{
	list-style-position:inside;
	padding:2px 0px;
}
#main dt{
	font-weight:bold;  
}
#main dd{
	padding:0.3em 0em 0.3em 1em;
	margin-left:1em;
	border-left:1px solid #cccccc;
}


blockquote{
	color:#eeeeee; background:#000000; 
	margin:8px; padding:5px;
}

pre { 
	font-family: monospace; font-size:12px; 
	background:#eeeeee; margin:8px; padding:5px; 
}




/*  改行は見やすくするために行っているので、使う際には詰めた方が軽くなっていいと思います。 */ 
/*  これらの記述も、消したほうがより軽くなります。 */ 
