
html {height:100%;}
/*文字色*/
body {
	color : #5181a9;
}
a{color:#3399ff;}
a:hover { color :#99ccff; }

div#header {
/*タイトル画像*/
	background-image :  url("http://sota.kumogakure.com/img/header01.jpg");
/*タイトルエリアのサイズ*/
	height : 200px;
	position:relative;
}
div#header2 
{
    border-bottom: solid 20px #d8eafa;
    text-align: right;
	color:#fff;
	font-style:italic;
	background-color: #5181a9;
}
div#frame_headder
{
	margin: 0px 0px 20px 0px;
    height:40px;
	position: relative;
    border-top:8px solid #5181a9;
    border-bottom:8px solid #5181a9;
    background-image:url("http://sota.kumogakure.com/img/frame_banner.jpg");
}
/*可変幅の設定*/
body{
	margin: 0px 5px 0px 5px;
	background-color: #fff;
	line-height: 1.4;
	font-size: 12px;
	font-family: "Verdana", "MS UI Gothic", "Osaka","あんずもじ", sans-serif;
	font-weight: normal;
}

div#wrapper{
	margin: 0px 12px 0px 12px;
	width: 800px;
	position: absolute;
}
div#frame{
	margin: 0px 5px 0px 5px;
	position: absolute;
	background-color: #d8eafa;
	width:150px;
	height:100%;
}
div#float{
	margin: 0px 0px 0px 0px;
    border-bottom : none;
	background-color: #d8eafa;
	height:100%;
	position: relative;
	padding-bottom: 50px;
}
div#container
{
    margin: 0px 10px 10px 10px;
	padding:5px 5px 5px 5px;
	background-color: #fff;
}
div#contents
{
    margin: 10px 10px 10px 5px;
    padding:5px 5px 5px 10px;
    border-left:dashed 1px #5181a9;
}
div#footter
{
    color:#fff;
    text-align:right;
    padding:0px 0px 0px 0px;
	height: 20px;
	margin: 0px 5px 0px 0px;
	position: absolute;
	border-bottom:solid 20px #d8eafa;
	bottom:0px;
	width:100%;
	font-style:italic;
	background-color: #5181a9;
}
div#comments{
	padding: 15px 5px 5px 5px;
}
div#menu
{
    margin: 2px 2px 5px 5px;
    padding-bottom: 15px;
	border-left: dashed 1px #5181a9;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	font-family: "MS UI Gothic", "Osaka","Cooper Black","あんずもじ", sans-serif;
	
}
div#title{
	height: 18px;
	padding: 5px 5px 0px 5px;
	font-family: "MS UI Gothic", "Osaka", sans-serif;
	font-size: 14px;
	font-weight:bold;
	border-bottom:dashed 1px #5181a9;
}

div#sub_title{
	background-color: #fff;
	height: 20px;
	margin: 5px 0px 5px 0px;
	font-family: "MS UI Gothic", "Osaka", sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #3399ff;
}
span#worn{
	color: red;
	font-weight:bold;
}
div#white{
    color:White;
}
div#white a{
    color:White;
}
a { text-decoration: none; }