/*----------------------------------------------------
     reset
----------------------------------------------------*/
a{text-decoration:none;}

*{
     margin:0px;
     padding:0px;
}

html {
      overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
      margin: 0;
      padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
      font-style: normal;
}

table {
      border-collapse: collapse;
      border-spacing: 0;
}

caption,th {
      text-align: left;
}

q:before,q:after {
      content: '';
}

object,
embed {
      vertical-align: top;
}

hr,legend {
      display: none;
}

img,abbr,acronym,fieldset {
      border: 0;
}

li {
      list-style-type: none;
}
/*----------------------------------------------------
     body
----------------------------------------------------*/
a {
      color: #000000;
}

body{
	margin: 20px auto;
	text-align: center;
	}

p{
	padding:10px 70px 0px 50px;
	color:#333333;
	font-size:11pt;
	line-height:140%;
	clear: both;
}

li{
	list-style-type: disc;
	margin-left:95px;
	color:#333333;
	font-size:10pt;
	line-height:140%;
}

/*----------------------------------------------------
     レイアウト
----------------------------------------------------*/

#container{
	width: 780px;
	margin: 0px auto;
	text-align:left;
}

#header{
	margin-top: 10px auto 0px auto;
	width: 780px;
	text-align: center;
}

#navigation{
	width: 780px;
	height: 320px;
	background: url(../images/bigimage.gif) no-repeat;
	margin: 0px auto;
}

#no{
	width: 780px;
	height: 242px;
}
	
.whatbutton{
	width: 780px;
	text-align:right;
	padding: 80px 30px 0px 0px;
}
	
#menu{
	width: 780px;
	height: 70px;
	margin: 0px;
}
	
#contents{
	width: 780px;
	clear:both;
}
	
.text{
	width: 780px;
	background:url(../images/naka.gif) repeat-y;
}
	
.menu2{
	width: 230px;
	margin: 30px 0 0 0;
	text-align: center;
	float: left;
}
	
.text2{
	width: 550px;
	margin: 0;
	float: right;
}
	
.ue{
	width: 780px;
}
	
.sita{
	width: 780px;
	clear:both;
}





/*----------------------------------------------------
     メニューバー
----------------------------------------------------*/

#menu ul {
	margin: 0;
	height: 70px;
	padding-left:4px;
}

#menu li {
	margin-left: 7px;
	display: inline;
	height: 70px;
	float: left;
}

#menu li a {
	display: block;
	height: 70px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

#menu01, #menu01 a {width: 186px;}
#menu02, #menu02 a {width: 186px;}
#menu03, #menu03 a {width: 186px;}
#menu04, #menu04 a {width: 186px;}


#menu01, #menu01 a {background: url(../images/advantage.gif) no-repeat top left;}
#menu02, #menu02 a {background: url(../images/result.gif) no-repeat top left;}
#menu03, #menu03 a {background: url(../images/flow.gif) no-repeat top left;}
#menu04, #menu04 a {background: url(../images/price.gif) no-repeat top left;}


#menu01 a:hover, #menu01 a:active {background-position: -186px 0px;}
#menu02 a:hover, #menu02 a:active {background-position: -186px 0px;}
#menu03 a:hover, #menu03 a:active {background-position: -186px 0px;}
#menu04 a:hover, #menu04 a:active {background-position: -186px 0px;}






/*----------------------------------------------------
     見出し
----------------------------------------------------*/

h1{
	margin: 10px 30px 0 30px;
	font-size:17pt;
	font-style:italic;
	color:#444444;
	padding: 25px 5px 0 5px;
	border-style: dotted;
	border-color:#3399cc;
	border-width:0 0 3px 0;
	clear: both;
}

h2{
	color:#444444;
	font-size:12pt;
	padding:20px 50px 0 30px;
	clear: left
}

h3{
	border-style:dotted;
	border-color:#3366CC;
	border-width:0 0 2px 2px;
	font-size:12pt;
	color:#333333;
	padding:5px 5px 5px 15px;
	margin:30px 40px 0 40px;
}





/*----------------------------------------------------
     文章
----------------------------------------------------*/

.midashi{
	text-align: center;
	margin-top: 10px;
}

p.idou{
	text-align:right;
	margin-top:40px;
	margin-bottom:10px;
	text-decoration: underline;
	}
p.idou a:hover{
	color: #777777;
	}
p.idou1{
	text-align:center;
	margin:30px 10px 0 10px;
	padding: 0;
	text-decoration: none;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color:#777777;
	}
p.idou1 a:hover{
	color: #777777;
	}
p.h2{
	padding:10px 10px 0px 40px;
	}

p.photo{
	text-align: center;
	}

.image{
	text-align: center;
	margin-top:0 10px 0 0px;
	}

.button{
	text-align: center;
	}

.notice{
	color: #FF0000;
	font-size: 12pt;
	}




/*----------------------------------------------------
     部分
----------------------------------------------------*/

.hutoji{
	font-weight: bold;
	font-size: 13pt;
	color: #333333;
	}
.hutoji1{
	font-weight: bold;
	font-size: 13pt;
	}
.hutoji2{
	padding-left:30px;
	font-weight: bold;
	font-size: 13pt;
	}
.akaji{
	font-weight: bold;
	font-size: 15pt;
	color: #FF0000;
	border-style: dashed;
	border-width:0 0 2px 0;
	}

.copy{
	text-align: center;
	margin-top:14px;
	background-color: #3399cc;
	color: #fff;
	padding:2px;
	font-size:small;
	}





/*----------------------------------------------------
     テーブル
----------------------------------------------------*/

.table {
	margin:15px 0 10px 0px;
	border-bottom: 1px dotted #444444;
	border-left: 1px dotted #444444;
	text-align: center;
	}
.table th{
	color: #222222;
	width:150px;
	padding:10px;
	border-top: 1px dotted #444444;
	border-right: 1px dotted #444444;
	font-size: 10pt;
	background-color: #99CCFF;
	text-align: center;
	}
.table td{
	padding:10px;
	width:250px;
	border-top: 1px dotted #444444;
	border-right: 1px dotted #444444;
	font-size: 10pt;
	background-color: #ffffff;
	}

.table2{
	margin:10px 30px 10px 50px;
	}
.table2 dt { 
	font-size:10pt;
	border-style: dashed;
	border-width: 0 1px 1px 0;
	border-color: #0066CC;
	padding:2px; 
	background-color:#99ccff;
 }
.table2 dd {
	font-size:10pt;
	margin-top: 15px ;
	margin-left: 10px ;
	margin-bottom:7px;
	padding:4px;
}

.table3 {
	margin:20px 30px 0 50px;
	border-bottom: 1px dotted #444444;
	font-size: 10pt;
	}
.table3 th{
	margin:10px;
	text-align:center;
	color: #222222;
	width:400px;
	padding:7px;
	background-color: #99CCFF;
	}
.table3 td{
	margin:10px;
	padding:7px;
	width:750px;
	background-color: #ffffff;
	}
.table4 {
	margin:15px 0 10px 85px;
	border-bottom: 1px dotted #444444;
	border-left: 1px dotted #444444;
	font-size: 10pt;
	}
.table4 th{
	color: #222222;
	width:150px;
	padding:10px;
	border-top: 1px dotted #444444;
	border-right: 1px dotted #444444;
	background-color: #99CCFF;
	text-align: center;
	}
.table4 td{
	padding:10px;
	width:250px;
	border-top: 1px dotted #444444;
	border-right: 1px dotted #444444;
	background-color: #ffffff;
	}




/*----------------------------------------------------
     フォームボタン
----------------------------------------------------*/

form .button {
	margin:20px 0 0;
	text-align:center;
	}
form .button input{
	padding:0 10px;
	}
	

