/* 全般設定 */
body{
	font-size: 90%;
}

img{
	border: 0px solid #ffffff;
}

a{
	color: #000099;
}
a:hover{
	color: #f5b500;
}

.navi{
	overflow: hidden;
}
.navi .item{
	float: left;
}

/* 赤文字表現 */
.red{
	color: #ff0000;
}

/* 下線付き文字 */
.UnderLine{
	text-decoration: underline;
}

/* */
.bold{
	font-weight: bold;
}

/* Header */
#header{
	width: 100%;
	position: relative;
	
	margin-bottom: 10px;
	
	padding-bottom: 10px;
	border-bottom: 1px dashed #aaaaaa;
	overflow: hidden;
}

#logo{
	float: left;
	
	width: 200px;
}

#header_navigation{
	float: right;
	width: 100%;
	
	overflow:hidden;
	
	margin-left: -205px;
}

#greet{
	margin-left: 205px;
	margin-bottom: 5px;
	
	font-size: 90%;
}

#menu{
	overflow: hidden;
	margin-left: 205px;
	padding: 5px 10px 5px 10px;
	background: #00aa00 url('./img/grad/grad4.gif') repeat-x;
	border: 1px solid #00aa00;
}
#menu .item{
	width: 20%;
	
	color: #ffffff;
	
	text-indent: 12px; /* アイキャッチ用画像の横幅 + 2px */
}
#menu .item a{
	color: #ffffff;
	text-decoration: none;
}
#menu .item a:hover{
	text-decoration: underline;
}
#menu .sb-inner{
	background: #00aa00 url('./img/grad/grad4.gif') repeat-x;
}
#menu .sb-border{
	background-color: #00aa00;
}

/* Container */
#container{
	width: 100%;
	position: relative;
	
	overflow: hidden;
}

#contents{
	float: right;
	width: 79.5%;
}
#main{
	float: left;
	width: 70%;
	line-height: 150%;
}

#main .bar{
	width: 100%;
	
	border: 1px solid #c0c0c0;
	background: #c0c0c0 url('./img/grad/grad1.gif') repeat-x;
}

#document_title{
	width: 100%;
	margin-top: 0px;
	text-indent: 10px;
	font-size: 150%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#document_title .sb-inner{
	background: #c0c0c0 url('./img/grad/grad1.gif') repeat-x;
}
#document_title .sb-border{
	background-color: #c0c0c0;
}

h3.Title{
    background-image:url('./img/top/h3.gif');
    background-repeat:no-repeat;
    width: 94%;
    padding: 0px 0px 0px 15px;
    margin: 5px auto 0px auto;
    font-size: 102%;
    background-position: left center;
}

.widthBlock{
	width: 95%;
	margin: 10px auto 0px auto;
}

.sampleList{
	list-style: none;
	width: 90%;
	padding: 0px;
	margin: 15px auto 0px auto;
}

.sampleList li{
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 5px 0px;
	
	text-indent: 10px;
	border-bottom: 1px dashed #aaaaaa;
}


#AD{
	float: right;
	width: 29%;
}

#AD .block{	
	margin: 0px 0px 20px 0px;
	padding: 5px;
	
	border-left: 1px solid #00aaaa;
	border-right: 1px solid #00aaaa;
	border-bottom: 1px solid #00aaaa;
}

#container_navigation{
	float: left;
	width: 20%;
	height: auto;
}

#container_navigation .title, #AD .title{
	margin: 0px;
	padding: 2px 0px 2px 0px;
	color: #000033;
	text-align: center;
	border: 1px solid #00aaaa;
	background: #55ffff url('./img/grad/grad2.gif') repeat-x;
}

#container_navigation .block{
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 15px 10px;
	
	border-left: 1px solid #00aaaa;
	border-right: 1px solid #00aaaa;
	border-bottom: 1px solid #00aaaa;
}

#container_navigation .block .item{
	width: 99%;
	
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-indent: 5px;
	
	border-bottom: 1px dashed #999999;
}

#container_navigation .block .item a{
	text-decoration: none;
}
#container_navigation .block .item a:hover{
	text-decoration: underline;
}

#category{	
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 15px 10px;
	
	border-left: 1px solid #00aa00;
	border-right: 1px solid #00aa00;
	border-bottom: 1px solid #00aa00;
}
#category_title{
	width: 100%;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-align: center;
	color: #003300;
	border-bottom: 1px solid #00aa00;
	overflow:hidden;
}
#category_title .sb-inner{
	background: #55ff55 url('./img/grad/grad3.gif') repeat-x;
}
#category_title .sb-border{
	background-color: #00aa00;
}
#category .item{
	width: 100%;
	
	padding: 5px 0px 5px 0px;
	text-indent: 5px; /* 10px + アイキャッチ画像の横幅 */
	
	border-bottom: 1px dashed #999999;
}
#category .item a{
	text-decoration: none;
}
#category .item a:hover{
	text-decoration: underline;
}


/* Footer */
#footer{
	width: 100%;
	
	margin-top: 100px;
	padding-top: 10px;
	
	border-top: 1px dashed #aaaaaa;
}
#copyright{
	width: 100%;
	text-align: center;
}
