@import "reset.css";

/* 基本設定 */

	#wrapper {
	width: 805px;
	height: auto;
	/*border: 1px solid red;*/
	}
	#wrapper2 {
	width: 805px;
	height: auto;
	/*border: 1px solid red;*/
	}

	
	.text p {
	margin: 0 auto;
	text-align:left;
	font-size: 12px;
	}
	
	.clear {
	clear: both;
	}

	*{
	font-family:arial,helvetica,sans-serif ;
	}
	
	a:link { 
	color:#000000;
	text-decoration:none;
	}
	a:visited { 
	color:#666666;
	text-decoration:none;
	}
	a:hover { 
	color:#0000FF;
	text-decoration:none;
	}
	
		


	




/* 画像・imgの設定 */

	.img {
	margin: 15px 0 30px 0;
	}




/* フォントスタイル・装飾の設定 */

	p {
	font-size:12px;
	line-height:120%;
	}
	
	h1.font_design2 {
	font-size: 18px;
	font-weight: bold;
	}

	h2.font_design03 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	}

	h2.font_design3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #C7DFF3;
	padding: 5px;
	}


	h3.font_design {
	border-left: #333333 solid 5px;
	border-bottom: #CCCCCC solid 1px;
	padding-left: 5px;
	margin-top:60px;
	}
	
	.font_small { 
	font-size:10px;
	text-decoration:none;
	}

	.font_small2 {
	font-size:9px;
	font-weight:bold;
	}

	.font_small3 {
	font-size:12px;
	}
	
	.bold {
	font-weight:bold;
	font-size:14px;
	}
	
	.font_blue {
	font-weight: bold;
	color:#003399;
	}
	
	sup.plus {
	font-size:12px;
	}







