@charset "utf-8";

/*-------------------------------
CSS information

SiteURL:	http://www.kentmiyajima.com/
FileName:	style.css(http://www.kentmiyajima.com/css/style.css)
Author:		Kent Miyajima

-------------------------------*/



/*-------------------------------
___reset
-------------------------------*/

*{
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	line-height:1.8;
	font-size:13px;
	font-style:normal;
	letter-spacing:0.2px;
	color:#444444;
}

body{
	padding:15px 0;
	background-color:#FFFFFF;
/*	background:url(../img/bodyleft.jpg) repeat-y;
	background-color:#003300;
*/
/*	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/border-top.jpg);
	background-repeat:no-repeat;
	background-position:center top;
*/
    background-image:url(../img/bodybg.jpg);
	background-repeat:repeat-x repeat-y;
	text-align:center;
}

#rightbg{
	margin:0 auto;
}

li{
	font-size:12px;
	list-style-type:none;
}

a{
	text-decoration:underline;
	color:#0000FF;
}

/*-------------------------------
___wrapper
-------------------------------*/

#wrapper{
	margin:0 auto;
	text-align:center;
	height:100%;
	width:880px;
	background-image:url(../img/border-x.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

#wrapper2{
	margin:0 auto;
	text-align:center;
	height:100%;
	width:880px;
	background-color:#FFFFFF;
	background-image:url(../img/border-x.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}

#wrapper3{
	margin:0 auto;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	height:100%;
	width:880px;
	background-image:url(../img/border-x.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	border:#AAAAAA 1px double;
	}

/*-------------------------------
___container
-------------------------------*/

#container{
	margin:0 auto;
	padding:10px;
	height:100%;
	width:800px;
}

/*-------------------------------
___header
-------------------------------*/

#header{
	height:75px;
	padding-left:10px;
	text-align:left;
	margin-left:3px;
}

#headertext{
	margin:8px 0;
}

/*-------------------------------
___h1,h2
-------------------------------*/

h1{
	display:inline;
}

h2{
	padding-bottom:10px;
	color:#000066;
}

/*-------------------------------
___contents
-------------------------------*/

#contents{
	padding-left:10px;
}


/*-------------------------------
___main
-------------------------------*/


#main{
	width:650px;
	height:auto;
	float:left;
	margin-top:12px;
	text-align:left;
	padding-bottom:20px;
/*	background-image:url(../img/picturehome.gif);*/
	background-position:right bottom;
	background-repeat:no-repeat;

}

#main p{
	margin-bottom:5px;
	padding:7px;
	text-indent:0.5em;
	letter-spacing:0.03em;
}

#main ul{
}

#main li{
	font-weight:900;
	margin:2px 0 2px 10px;
}

/*-------------------------------
___leftmenu
-------------------------------*/

#leftmenu{
	margin-top:12px;
	width:120px;
	float:left;
	text-align:left;
}
	
#menu{
	width:120px;
	background:url(../img/menubg.gif) repeat-y;
	line-height:1.1;
	margin-top: 17px;
	margin-left:4px;
}

#menu li.pagerank a{
	background:url(../img/list_01.gif) no-repeat;
	display:block;
	padding:0;
	width:100px;
	text-indent:-9999px;
	overflow:hidden;
	height:29px;
}

#menu li.pagerank a:focus,
#menu li.pagerank a:hover{
	background: url(../img/list_01_a.gif) no-repeat;
	text-decoration:none;
}
#menu li.pagerank_active{
	background: url(../img/list_01_active.gif) no-repeat;
	display:block;
	padding:0;
	width:100px;
	text-indent:-9999px;
	overflow:hidden;
	height:29px;
}

#menu li.profile a{
	background:url(../img/list_02.gif) no-repeat;
	display:block;
	padding:0;
	width:100px;
	text-indent:-9999px;
	overflow:hidden;
	height:29px;
}

#menu li.profile a:focus,
#menu li.profile a:hover{
	background: url(../img/list_02_a.gif) no-repeat;
	text-decoration:none;
}
#menu li.profile_active{
	background: url(../img/list_02_active.gif) no-repeat;
	display:block;
	padding:0;
	width:100px;
	text-indent:-9999px;
	overflow:hidden;
	height:29px;
}

#menu li.contact a{
	background:url(../img/list_03.gif) no-repeat;
	display:block;
	padding:0;
	width:100px;
	text-indent:-9999px;
	overflow:hidden;
	height:29px;
}

#menu li.contact a:focus,
#menu li.contact a:hover{
	background: url(../img/list_03_a.gif) no-repeat;
	text-decoration:none;
}
#menu li.contact_active{
	background: url(../img/list_03_active.gif) no-repeat;
	display:block;
	padding:0;
	width:100px;
	text-indent:-9999px;
	overflow:hidden;
	height:29px;
}

#menu li.link a{
	background:url(../img/list_04.gif) no-repeat;
	display:block;
	padding:0;
	width:100px;
	text-indent:-9999px;
	overflow:hidden;
	height:29px;
}

#menu li.link a:focus,
#menu li.link a:hover{
	background: url(../img/list_04_a.gif) no-repeat;
	text-decoration:none;
}
#menu li.link_active{
	background: url(../img/list_04_active.gif) no-repeat;
	display:block;
	padding:0;
	width:100px;
	text-indent:-9999px;
	overflow:hidden;
	height:29px;
}

#menu li.home a{
	background:url(../img/list_05.gif) no-repeat;
	display:block;
	padding:0;
	width:100px;
	text-indent:-9999px;
	overflow:hidden;
	height:29px;
}

#menu li.home a:focus,
#menu li.home a:hover{
	background: url(../img/list_05_a.gif) no-repeat;
	text-decoration:none;
}
#menu li.home_active{
	background: url(../img/list_05_active.gif) no-repeat;
	display:block;
	padding:0;
	width:100px;
	text-indent:-9999px;
	overflow:hidden;
	height:29px;
}


#menu li.nenga a{
	background:url(../img/list_06.gif) no-repeat;
	display:block;
	padding:0;
	width:100px;
	text-indent:-9999px;
	overflow:hidden;
	height:29px;
}

#menu li.nenga a:focus,
#menu li.nenga a:hover{
	background: url(../img/list_06_a.gif) no-repeat;
	text-decoration:none;
}
#menu li.nenga_active{
	background: url(../img/list_06_active.gif) no-repeat;
	display:block;
	padding:0;
	width:100px;
	text-indent:-9999px;
	overflow:hidden;
	height:29px;
}

/*-------------------------------
___footer
-------------------------------*/

#footer{
	clear:both;
	margin:0 auto;
	padding:5px;
	width:400px;
	text-align:left;
}

#footerright{
	padding:1px;
}

#footer p{
	margin:5px 0;
	padding:10px;
	text-indent:0.5em;
	letter-spacing:0.03em;
}

#footer .pictureleft{
	float:left;
	margin:4px 10px 8px 0px;
	font-size:90%;
	color:#003300;
}

#footer ul{
	margin-left:10px;
	padding-left:150px;
}

#footer li a{
	text-decoration:none;
}

.rights{
	clear:both;
	margin:0 auto;
	padding-top:30px;
	text-align:center;
	color:#000033;
}

/*-------------------------------
___span
-------------------------------*/

span{
	font-weight:900;
	font-size:inherit;
	color:#CC0000;
}

/*-------------------------------
___strong
-------------------------------*/

strong{
	font-weight:900;
	font-size:inherit;
}

/*-------------------------------
___b
-------------------------------*/

b{
	font-weight:900;
	color:#005500;
}

/*-------------------------------
___author
-------------------------------*/

.author{
	text-align:right;
	margin-right:50px;
}


/*-------------------------------
___picture
-------------------------------*/

.picturecenter{
	margin:0 auto;
	margin-bottom:15px;
	font-size:90%;
	text-align:center;
	color:#003300;
}

.pictureright{
	float:right;
	margin:4px 10px 15px 10px;
	font-size:90%;
	text-align:center;
	color:#003300;
}

.pictureleft{
	float:left;
	margin:4px 10px 8px 5px;
	font-size:90%;
	color:#003300;
}

#nenga .pictureleft{
	float:left;
	margin:4px 10px 8px 5px;
	font-size:90%;
	color:#003300;
	border:solid #000033 1px;
}


/*-------------------------------
___rireki
-------------------------------*/

.rireki{
	margin:4px 15px;
	padding:8px 15px;
	width:50%;
	background-color:#FFFFEE;
	border:#003300 dashed 1px;
}

/*-------------------------------
___profile
-------------------------------*/

#profile table{
	border:0;
	margin-top:5px;
	margin-left:10px;
	padding-left:8px;
}

#profile th{
	width:80px;
	background-color:#DDFFDD;
	background-image:url(../img/profileth.jpg);
	background-repeat:repeat-y;
}

#profile td{
	width:280px;
}

#profile th,td{
	padding:4px 8px;
}

#profile ul{
	margin:0;
}

#profile li{
	font-weight:normal;
	padding:2px 0;
	margin-left:0;
	list-style::none;
	list-style-type:none;
}

/*-------------------------------
___download
-------------------------------*/

.download{
	width:350px;
	margin:10px 0 0 13px;
	padding:10px;
	padding-right:0;
	font-size:inherit;
	line-height:1.5;
	border:#003300 solid 1px;
	background-image:url(../img/downloadbg.jpg);
	background-repeat:repeat-y;
}

.download img{
	margin:10px;
}
/*-------------------------------
___link
-------------------------------*/

#link table{
	margin-top:5px;
	margin-left:10px;
	padding-left:8px;
}

#link th{
	width:80px;
	background-image:url(../img/profileth.jpg);
	background-repeat:repeat-y;
}

#link th,td{
	padding:4px 8px;
}

#link td{
	border-bottom:#666666 dashed 1px;
}

#link ul{
	margin:0;
}

#link li{
	font-weight:normal;
	padding:2px 0;
	margin-left:0;
	list-style::none;
	list-style-type:none;
}
/*-------------------------------
___
-------------------------------*/



/*-------------------------------
___
-------------------------------*/




/*-------------------------------
___
-------------------------------*/
