@charset "UTF-8"; 



body,h1,h2,h3,h4,h5,h6,p,div,table,tr,th,td,ul,ol,li,dl,dt,dd,form,input,textarea,option,select{
	margin:0;
	padding:0;
}

body{
	color:#333;
	font-size:87.5%;
	font-family : 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Verdana', sans-serif;
	line-height:1.5;
	text-align:center;
}

a:link    { color: #09f; }
a:visited { color: #90f; }
a:hover   { color: #c00; }

h1,h2,h3,h4,h5,h6{ font-size:100%; }
ul,ol,li,dl,dt,dd{ list-style:none; }
hr{ display:none; }

img,object{
	border:none;
	vertical-align:middle;
}


p{ margin-bottom: 1.5em; }



/*
------------------------------
   USUAL CLASS
------------------------------*/

img.fl{
	float: left;
	margin: 0 24px 24px 0;
}



/*
------------------------------
   CONTAINER
------------------------------*/

#container{text-align:left;}



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

#header{
	margin-bottom: 24px;
}

#header h1,
#description h2{
	width:860px;
	margin:0 auto;
}

#header h1{
	padding: 25px 0;
	text-indent: -9999px;
	background: url("../img/logo.gif") left no-repeat;
}

#header h1 a{
	display: block;
	width: 90px;
	height: 25px;
}

#description{
	border-bottom: 5px solid #cc0004;
	background: url("../img/bg_header.gif") #990004;
}

#description h2{
	padding: 5px 0;
	color: #fff;
}


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

#maincontents{
	width:860px;
	margin:0 auto;
	height:100%;
}

#maincontents-inner{
	float:left;
	width:691px;
	height:100%;
}

#contents{
	float:left;
	width:432px;
}

#sidenav{
	float:right;
	width:250px;
}

#achievements{
	float:right;
	width:160px;
}

#maincontents:after,
#maincontents-inner:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

p#topicpath{
	margin-bottom: 1em;
	font-size: 90%;
}

#contents .entry{
	margin-bottom: 2em;
}
#contents .entry h2{
	margin-bottom: 1em;
	padding-bottom: 5px;
	font-size: 120%;
	border-bottom: 2px solid #990004;
}

#contents .entry h3{
	margin-bottom: 1em;
	padding-bottom: 3px;
	font-size: 120%;
	line-height: 1.3;
	border-bottom: 2px solid #ccc;
}

#contents .entry h4{
	margin-bottom: 1em;
	padding-bottom: 3px;
	line-height: 1.3;
	border-bottom: 1px solid #ccc;
}

#contents .entry table{
	width: 430px;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

#contents .entry table th,
#contents .entry table td{
	padding: 5px;
	text-align: left;
	border: 1px solid #ccc;
}

#contents ul,
#contents ol{
	margin: 0 10px 2em 30px;
}

#contents ul li{
	list-style-type: circle;
}

#contents ol li{
	list-style-type: decimal;
}

#contents dl{
	margin-bottom: 20px;
}

#contents dl dt{
	margin: 1em 0 0.3em 0;
	font-size: 90%;
	font-weight: bold;
}

#contents dl dd{
	margin: 0.3em 0 0.3em 1em;
	font-size: 90%;
}

#contents .entry:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/*
------------------------------
   Side Navi
------------------------------*/

.sidenavmenu{
	padding-bottom:2px;
	background:url("/img/bg_sidenavmenu.gif") bottom no-repeat;
}

.sidenavmenu h2{margin-bottom:5px;}

.sidenavmenu ul{margin:0 3px;}

.sidenavmenu ul li{
	margin-bottom:5px;
	padding:0 0 5px 15px;
	font-size:85%;
	border-bottom:1px solid #ccc;
	background: url("/img/ic_list.gif") left no-repeat;
}



/*
------------------------------
   Achievements
------------------------------*/

#achievements h2{
	margin-bottom:5px;
	border-top:2px solid #ccc;
	border-bottom:1px solid #ccc;
}

#achievements .contents{
	margin:0 5px 5px 5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

#achievements .contents h3{font-size:85%;}

#achievements .contents p{
	margin-bottom:3px;
	font-size:85%;
}


/*
------------------------------
   Top Page
------------------------------*/

.top-contents{
}

ul#top-banner{
	height:100%;
	margin-bottom:30px;
}

ul#top-banner li{
	float:left;
	margin-left:8px;
	padding-bottom:1px;
}

ul#top-banner li.first{margin:0;}

.top-contents{
	height:100%;
	margin-bottom:30px;
}

.top-contents h2{margin-bottom:1em;}

.top-contents h3{
	padding:5px;
	margin-bottom:1em;
	border-left:5px solid #cc0004;
}

.top-contents p{font-size:85%;}

.top-contents ul li{
	margin-bottom:5px;
	padding:0 0 5px 15px;
	font-size:85%;
	border-bottom:1px solid #ccc;
	background: url("/img/ic_list.gif") left no-repeat;
}

.top-contents-left{
	float:left;
	width:345px;
}

.top-contents-left h3,
.top-contents-left p{margin-right:8px;}

.top-contents-right{
	float:right;
	width:345px;
	border-left:1px solid #ccc;
}

.top-contents-right h3,
.top-contents-right p,
.top-contents-right ul{margin-left:8px;}


ul#top-banner:after,
.top-contents:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



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

p#backtotop{
	clear: both;
	margin: 10px 15px 10px 15px;
	font-size: 90%;
	text-align: right;
}

#footer{
	margin-top:24px;
	padding:24px 0;
	color: #D8CDAD;
	background: #990004;
}

#footer-inner{
	width: 860px;
	margin: 0 auto;
}

#about-mincs,
#blog-entries,
#profile{
	float:left;
	width:280px;
}

#blog-entries,
#profile{
	margin-left:10px;
}

#footer-inner:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer h2{
	margin-bottom: 0.5em;
	font-size: 120%;
	color: #e6ac00;
}

#footer ul{
	border-top: 1px solid #D8CDAD;
}

#footer ul li{
	padding: 3px 0 3px 16px;
	color: #D8CDAD;
	font-size: 90%;
	border-bottom: 1px solid #D8CDAD;
	background: url("../img/ic_footer.gif") left no-repeat;
}

#footer a        {color:#D8CDAD;}
#footer a:hover  { color: #ffba00; }

