@charset "utf-8";
/* CSS Document */

/*ブラウザデフォルトリセット*/
*{
	margin:0;
	padding:0;
}

/*全体の背景*/
html{
	background:#FFFFFF url(../img/common/bg_main.jpg) top repeat-x;
	
/*基本フォント*/
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:0.8em;
	letter-spacing:0px;
	line-height:1.5em;
}

	/*要素間の縦の間隔(小)*/
	.space_s{
		margin-bottom:0.5em;
	}
	
	/*要素間の縦の間隔(中)*/
	.space_m{
		margin-bottom:1em;
	}
	
	
	/*要素間の縦の間隔(大)*/
	.space_l{
		margin-bottom:2em;
	}

/*全体中央寄せ*/
body{
	text-align: center;
}

/*リンク画像の枠線を消去*/
a img {
    border-style:none;
}

/*ラッパー*/
.wrappertable{
	width:760px;
	height:100%;
	background-color:#FFFFFF;
	
	padding:0 10px;
}

	/*ヘッダ*/
	.header{
		background-color:#FFFFFF;
	}
	
	.header .right{
		text-align:right;
	}
	
	.header .textlink{
		font-size:0.9em;
	}
	
	/*メイン*/
		
		/*左カラム*/
		.leftcolumn{
			vertical-align:top;
			text-align:left;
		}
		
			/*ナビゲーションボタン*/
			.leftcolumn .nav{
				border:solid 1px #999999;
			}
			
		/*右カラム*/
			.rightcolumn{
				vertical-align:top;
				text-align:left;
			}
			
				/*テキスト小見出し*/
				.subheading{
					width:100%;
					height:1.5em;
					
					background:url(../img/common/bg_subheading.gif) repeat;
					
					padding-top:0.5em;
					padding-left:0.5em;
									
					border-left:#003399 solid 5px;
										
					color:#073A8D;
				}
				
				
		/*フッタ*/
			.copyright{
				letter-spacing:normal;
			}

em {
	font-style: normal;
	font-weight: bold;
	color: #ff9933
}

strong {
	color: #ff3311
}

.menu ul {
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
	width: 232px;
}

.menu ul li {
	list-style-position: inside;
	font-weight: bold;
	border-width: 1px;
	border-color: #c0c0c0;
}

.category {
	font-size: 16px;
	background-color: #570aa5;
	list-style-type: none;
	line-height: 50px;
}

.category a:link {
	color: #FFFFFF;
}

.category a:visited {
	color: #FFFFFF;
	
}

.kugiri {
	font-size: 10px;
	list-style-type: square;
	border-bottom-style: dotted;
	line-height: 30px;
}

.bottom {
	font-size: 10px;
	list-style-type: square;
	line-height: 30px;
}

.menu a {
	color: #8000FF;
	display: block;
	text-decoration: none;
}

.menu a:hover {
	color: #FFFFFF;
	background-color: #c0c0c0;
}

h1 {
	width: 220px;
	height: 76px;
	text-indent: -9999px;
	background-image: url(../img/common/logo.gif);
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

h2 {
	font-size: 10px;
	padding: 3px;
	color: #999999;
	font-weight: normal;
	text-align: right;
}

h3 {
	width: 481px;
	height:1.5em;
	background:url(../img/common/bg_subheading.gif) repeat;
	padding-top:0.5em;
	padding-left:0.5em;
	border-left:#003399 solid 5px;
	color:#073A8D;
}



.header01 {
	width: 754px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: #FFFFFF;
}

.header01 .header_left01 {
	float: left;
}

.header01 .header_right01 {
	text-align: right;
	padding: 5px;
	float: right;
}

.content01 {
	width: 744px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.content01 .menu {
	width: 245px;
	text-align: left;
	float: left;
}

.content01 .main {
	width: 495px;
	text-align: left;
	float: right;
}
