/*

http://namakeya.com/
(c) Yasuo Maeda

*/
/*-----------------------------------------------
	-Default-
-----------------------------------------------*/

*{
	margin:0;
	padding:0;
	font:normal normal normal 100%/1.4 "ＭＳ Ｐゴシック","Osaka",sans-serif;
	border:none;
}

body{
	background:#fff;
	text-align:center;
}

strong{	font-size:120%;	font-weight:bold;}

em{	font-weight:bold;}

a:link,a:visited{
	color:#060;
}

a:hover,a:active{
	color:#f90;
}

#base{
	position:relative;
	background:#fff;
	width:800px;
	margin:0 auto 10px;
	text-align:center;
}

#base *{	text-align:left;}

/*-----------------------------------------------
	-Header-
-----------------------------------------------*/

#header{
	position:relative;
	height:40px;
	background:#9f6 url(material/header.gif) no-repeat center center;
	margin:10px 0 0;
	padding-left:15px;
}

#header *{	float:left;}

#navi{
	position:absolute;
	list-style:none;
	right:0;
	margin:0 20px;
}

#navi li{
	background:url(material/line_h.gif) no-repeat center left;
	padding:0 10px;
}

#navi li:first-child{
	background-image:none;
}

#navi li a{
	display:block;
	height:40px;
	line-height:40px;
	width:5.5em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

#navi li a:link,#navi li a:visited{
	color:#fff;
	background:#9f6;
}

#navi li a:hover,#navi li a:active{
	color:#9f6;
	background:#fff;
}

/*-----------------------------------------------
	-Main-
-----------------------------------------------*/

#main{
	margin:0 0 20px;
}

#main h1{
	height:1.5em;
	color:#390;
	background:url(material/h1.gif) no-repeat bottom left;
	font-size:120%;
	font-weight:bold;
	margin:20px 10px 0;
	padding:0 0 0 20px;
}

#main h2{
	height:1.5em;
	background:url(material/h2.gif) no-repeat bottom left;
	font-size:100%;
	margin:20px 10px 0;
	padding:0 0 0 20px;
}

#main h2.bold{
	color:#390;
	font-weight:bold;
}

#main h2 a{
	font-weight:bold;
	text-decoration:none;
}

#main h2 a:link,#main h2 a:visited{	color:#390;}
#main h2 a:hover,#main h2 a:active{	color:#f90;}

#main p.entry{
	background:none;
	font-size:80%;
	margin:5px 0 0 30px;
	padding:0;
}

#main p{
	background:url(material/bg_g.gif);
	margin:10px 10px 0 25px;
	padding:5px;
}

#main p.clap{
	color:#c60;
	background:url(material/bg_o.gif);
}

#main p.more{
	background:none;
	font-size:90%;
}

#main p.more a{	text-decoration:none;}

/*-----------------------------------------------
	-Sub-
-----------------------------------------------*/

#sub{
	float:right;
	width:220px;
	background:#fff;
	margin:0 0 20px 10px;
	padding-right:10px;
}

#sub li.lb{
	list-style-image:url(material/li_b.gif);
	color:#390;
	background:url(material/line_w.gif) no-repeat bottom left;
	font-size:100%;
	font-weight:bold;
	margin:20px 0 5px;
	padding-bottom:2px;
}

#sub li.lm{
	list-style-image:url(material/li_m.gif);
	font-size:90%;
	margin:5px 0 0px 5px;
}

#sub li.ls{
	list-style:none;
	text-align:center;
	margin:0;
}

#sub li.more{
	list-style:none;
	text-align:right;
	padding-right:20px;
}

#sub li.more a{	text-decoration:none;}

#sub li{
	list-style-position:inside;
	list-style-image:url(material/li_s.gif);
	font-size:80%;
	margin:1px 0 0 15px;
}

/*-----------------------------------------------
	-Table-
-----------------------------------------------*/

#main table{
	width:750px;
	margin:10px;
	border:none;
}

#main caption{
	color:#390;
	height:1.5em;
	background:url(material/h2.gif) no-repeat bottom left;
	font-size:100%;
	font-weight:bold;
	margin:20px 0 0;
	padding:0 0 0 20px;
}

#main th{
	color:#fff;
	background:#9f6;
	text-align:center;
	font-weight:bold;
	border:1px solid #9f6;
}

#main td{
	font-size:80%;
	background:url(material/bg_g.gif);
	padding:2px 5px;
	border:1px solid #9f6;
}

/*-----------------------------------------------
	-Form-
-----------------------------------------------*/

#main p.form{
	background:none;
	font-size:80%;
	text-align:right;
}

input{
	border:1px solid #9f6;
}

input:focus{
	outline:2px solid #9f6;
}

input[type="submit"]{
	color:#fff;
	background:#9f6;
	font-weight:bold;
	margin-right:5px;
	padding:1px;
	border-top:2px solid #D6FFA3;
	border-right:2px solid #5CFF29;
	border-bottom:2px solid #5CFF29;
	border-left:2px solid #D6FFA3;
	cursor:pointer;
}

input[type="submit"]:active{
	border-top:2px solid #5CFF29;
	border-right:2px solid #D6FFA3;
	border-bottom:2px solid #D6FFA3;
	border-left:2px solid #5CFF29;
}

input[type="submit"]:focus{	outline:none;}

/*-----------------------------------------------
	-Footer-
-----------------------------------------------*/

#clear{
	margin:0;
	padding:0;
	border:none;
	text-align:center;
	clear:both;
}

#copyright{
	text-align:center;
	font-size:75%;
	font-family:Verdana,Arial,sans-serif;
	margin:15px 50px 10px;
	padding:15px 0 0;
	border-top:2px dotted #9f6;
}

#copyright a{
	font-family:Verdana,Arial,sans-serif;
	text-decoration:none;
}
