@charset "utf-8";

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.clear {
	clear:both;
}

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;
}

table{
  border-collapse:collapse;
  border-spacing:0;
}

fieldset,img{
  border:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
  font-style:normal;
  font-weight:normal;
}

ol,ul{
  list-style:none;
}

img {
border:medium none;
}

caption,th{
  text-align:left;
}

h1,h2,h3,h4,h5,h6{
  font-size:100%;
  font-weight:normal;
}

q:before,q:after{
  content:'';
}

abbr,acronym{
  border:0;
}

/*共通パーツ*/

.base_btn_type01 a:hover { color:#ddd; }

.base_btn_type01 {
	height:31px;
	float:left;
	background:url(../images/common/base_btn_type01_l.jpg) no-repeat;
	padding:0 0 0 22px;
	margin:0 0 0 10px;
}

.base_btn_type01 a {
	float: left;
	height: 31px;
	background:url(../images/common/base_btn_type01.jpg) repeat-x left top;
	color:#FFFFFF;
	line-height:28px;
	padding: 0 15px;
	font-weight:bold;
}

.base_btn_type01 span {
	float: left;
	width: 15px;
	height:31px;
	background:url(../images/common/base_btn_type01_r.jpg) no-repeat;
}


/*base*/

a { color:#2883c6; text-decoration:none;}
a:hover {color:#2883c6; text-decoration:underline;}
a:active {color:#ccc;}

html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

strong {
	color: #2883C6;
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 10px;
}

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,"Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-size:12px;
	color:#333;
	line-height:0;
	background:url(../images/common/bg_body.gif) repeat 0 0;
}

#wrapper {
	width:960px;
	padding:0 20px;
	margin:0 auto;
	background:#fff;
	line-height:1.6;
}

#header {
	margin:0 0 20px 0;
	border-top:4px solid #2883c6;
}

#header .mains {
	background:url(../images/home/mains.jpg) no-repeat 0 0;
	width:960px;
	height:292px;
}
#header .mains h1,#header .mains p {
	text-indent:-99999px;
	overflow:hidden;
}
#header .mains p.red{
	text-indent:0;
	color:#d00;
	font-size:20px;
	letter-spacing:0.1em;
}
#header #navigation {
	margin:0;
	padding:7px 0 7px 6px;
	background:#eeeeee;
	line-height:0;
}

#header #navigation li {
	float:left;
	padding:0 7px 0 0;
}

#contens {
	margin:0 0 20px 0;
}

#mainArea {
	width:670px;
	float:left;
}

#mainArea .base_title {
	margin:0 0 15px 0;
}

#mainArea .section {
	margin:0 0 20px 0;
}

#mainArea .section h2 {
	margin:0 0 10px 0;
}

#mainArea .section .pg_navi {
	font-weight:bold;
	font-size:140%;
	list-style-type:disc;
	padding:0 0 0 30px;
}

#mainArea .section .pg_navi li {
	margin:10px 0 0 0;
}

#mainArea .section .lphoto {
	float:left;
	padding:0 10px 10px 0;
}

#mainArea .section .rphoto {
	float:right;
	padding:0 0 10px 10px;
}

#mainArea .section p {
	margin:0 0 10px 0;
	padding:0;
} 

#mainArea .section p.point_img {
	margin:20px 0 20px 10px;
}

#mainArea .impbox02 h3 {
    color: #2883C6;
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 10px;
}

#mainArea #accordion {
	padding:0 0 0 20px;
	margin:0 0 20px 0;
}

#mainArea #accordion p {
	padding:0 0 10px 40px;
}

#mainArea #accordion h3 {
	display:block;
	font-weight:bold;
	font-size:140%;
	color:#333;
	padding:10px 0 0 40px;
	margin:0 0 10px 0;
}

#mainArea #accordion h3.num01 { background:url(../images/home/icon_point01.gif) no-repeat 0 5px;}
#mainArea #accordion h3.num02 { background:url(../images/home/icon_point02.gif) no-repeat 0 5px;}
#mainArea #accordion h3.num03 { background:url(../images/home/icon_point03.gif) no-repeat 0 5px;}
#mainArea #accordion h3.num04 { background:url(../images/home/icon_point04.gif) no-repeat 0 5px;}
#mainArea #accordion h3.num05 { background:url(../images/home/icon_point05.gif) no-repeat 0 5px;}


#sideber {
	width:260px;
	float:right;
}

#sideber .twitter_wg {
	margin:0 0 20px 0;
}

#pgtop {
	text-align:right;
	margin:20px 0 10px 0;
}

#footer {
	border-top:4px solid #eeeeee;
	padding:20px 0;
}

#footer .foot_link {
	float:left;
}

#footer .foot_link ul {
	padding:10px 0 ;
}

#footer .foot_link ul li {
	display:inline;
	padding:0 5px;
	border-right:1px solid #ccc;
}

#footer address {
	float:right;
	padding:30px 0 0 0;
}


#mainArea .btn_contact {
	text-align:center;
	padding:20px 0 40px 0;
}
h2.gizyutsupointtitle{
	height:37px;
	width:670px;
	background:#fff100;
	color:#000;
	font-size:22px;
	font-weight:bold;
	border-radius:7px;
	text-align:center;
	letter-spacing:0.1em;
	padding:7px 0 0 0;
}
h3.gizyutsupoint{
	color:#F00;
	letter-spacing:0.1em;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 10px;
}
ul.gizyutsupointlist{
	margin:0 0 10px 0;
	font-size:130%;
	font-weight: bold;
	letter-spacing:0.1em;
}
	

