/* CSS Document */

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
	}

body {
	background-color: #FFFFFF;
	font-size:10px; /* 基本のフォントサイズとemを10pxにする*/
	color:#333;
	line-height:16px;
	}
	
img,fieldset {
	border:0;
	}
div {
	margin:0;
	padding:0;
	}

/*-----------------------------------------------
 __メインエリア
-----------------------------------------------*/

#title {
	width:590px;
	margin: 10px 0 10px 15px;
	border: 0;
	background-color: #CCCCCC;
	}
#title p {
	margin:5px auto;
	text-align:center;
	font-size:14px;
	font-weight:bold;

	}
	
#main {
	width:580px;
	margin: 0 0 10px 25px;
	border: 0;
	}

h3 {
	margin:10px 0;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	color:#333;
	}
	
.sammary {	
	font-size:10px;
	font-weight:nomal;
	line-height:18px;
	color:#333;
	margin:5px 10px;	}
H4 {
	margin-left:20px;
	font-size:10px;
	font-weight:normal;
	line-height:15px;
	color:#333;
	}
	
H5 {
	margin-left:40px;
	font-size:10px;
	font-weight:normal;
	line-height:15px;
	color:#333;
	}
	
	
	
	
	
