/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color:#E7E9E4;
}

a:link{color:#FF3366; text-decoration:none;}
a:hover{color:#0099CC;}
a:active{color:#00CCFF;}


img {
	border:none;
	}

#container {
	width: 960px;
	background: #FFF;
	margin-left:auto;
	margin-right:auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}

#contents {
	background-color:#FFFFFF;
	width:960px;
}

#header {
	color: #FFF;
	font-size: large;
	background-color:#79c7ed;
	width:960px;
	height:142px;
	
}

#header_menu {
	width:660px;
	height:40px;
	margin:102px auto auto 0;
	padding-bottom:0px;
	position:absolute;
	background-color:#79c7ed;
	float:left;
	}

.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.menu {
    height: 40px;
    width: 600px;
 
    background: #79c7ed;
    /*background: -webkit-linear-gradient(top, #79c7ed 0%,#FFFFFF 100%);
    background: -moz-linear-gradient(top, #79c7ed 0%,#FFFFFF 100%);
    background: -o-linear-gradient(top, #79c7ed 0%,#FFFFFF 100%);*/
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	 border-top-left-radius: 5px;
	 border-top-right-radius: 5px;

}
 
.menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
	text-align:center;

}

.pearents {
	width:120px;
}

.menu li a {
    display: block;
    padding: 0 14px;
    margin: 0px 0;
    line-height: 40px;
    text-decoration: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	 border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
	 
    /*border-left: 1px solid #ffffff;*/

 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
 
    color: #ffffff;
    text-shadow: 1px 1px rgba(0,0,0,0.4);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
 
.menu li:hover > a { color: #2fd918; background-color:#ffffff; }


#header_img {
	margin-right:0px;
	margin-bottom:0px;
	width:290px;
	float:right;
	background-color:#79c7ed;
	}


#contents {
	width:960px;
	}
	
#main {
	padding:15px 15px;
	overflow: auto;
	}

/*  フッター  */
.footer a:link {
	color: #FFF;
	text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
	font-size: 12px;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
}
.footer a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
}
.footer a:hover{ /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	color: #FF6;
	font-weight: normal;
	font-size: 12px;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
}
.footer a:active{ 
	text-decoration: blink;
	color: #FF6;
	font-weight: normal;
	font-size: 12px;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
} 
.footer a:focus{ 
	text-decoration: blink;
	color: #FF6;
	font-weight: normal;
	font-size: 12px;
} 
.footer{
	padding: 10px 0;
	background: #FFFFFF;
	background-image: url(image/bg-color1.jpg);
	font-size: 12px;
	text-align: center;
	line-height: 8pt;}


#main_img {
	float:left;
	width:608px;
	
	}

#information {
	float:right;
	width:307px;
	border:dotted #CCCCCC 1px;
	}
	
#information h3 {
	margin:5px;
	padding:3px;	
	border-bottom:#FF6699 solid 2px;
	color:#000099;
	font-size:80%;
}

#information ul {
	margin:0px;
	padding:8px 5px;
}

#information li {
	font-size:75%;
	list-style-type:none;
	padding-left:15px;
	background-image:url(image/list_icon.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-bottom:10px;
}

/*2カラム*/

#left {
	float:left;
	width:227px;
	border:dotted #CCCCCC 1px;
	}

/*#left ul {
	margin:0px;
	padding:8px 5px;
}

#left li {
	font-size:75%;
	list-style-type:none;
	padding-left:15px;
	background-image:url(image/list_icon.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-bottom:10px;
}*/

#main_container {
	float:right;
	width:688px;
}

.main_contents {
	border:dotted #CCCCCC 1px;
	padding:10px;
}

.main_contents h2 {
	border-bottom:1px solid #CCC;
	border-left:solid 3px #d62341;
	font-size:95%;
	color:#006;
	padding:0 10px;
	margin:0 10px 15px 0px;
	
	}
	

.main_contents h3 {
	font-size:82%;
	color:#333;
	margin:10px 5px;
	padding:5px;
	border:1px #000066 dotted;
}

.main_contents h4 {
	font-size:80%;
	font-weight:bold;
	padding:3px 0;
	margin:5px;
}

.main_contents p {
	font-size:85%;
	color:#444;
	padding:5px;
	margin:0px;
	line-height:130%;
}

.review_txt {
	line-height:170% !important;
	margin:8px !important;
	}

.main_contents ul {
	margin:0px;
	padding:10px;
}

.news_list {
	font-size:80%;
	list-style-type:none;
	padding-left:15px;
	background-image:url(image/list_icon.gif);
	background-repeat:no-repeat;
	background-position:left top;
}


.review_link_box {
	border:1px #CCCCCC dotted;
	padding:15px !important;
	margin:25px !important;
	line-height:140%;
	
	}
	
.review_link_list {
	font-size:75%;
	list-style-type:none;
	padding-left:15px;
	background-image:url(image/yajirusi.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}
	
	
.img {
	float:right;
	padding:10px 5px 0 10px;
}

.border_box {
	border:1px #CCCCCC dotted;
	padding:5px;
	margin:5px;
}

/*1カラム*/


.main_contents_1th {
	border:dotted #CCCCCC 1px;
	padding:10px;
}

.main_contents_1th h2 {
	border-bottom:1px solid #CCC;
	border-left:solid 3px #d62341;
	font-size:95%;
	color:#006;
	padding:0 10px;
	margin:0 10px 15px 0px;
	
	}
	

.main_contents_1th h3 {
	font-size:82%;
	color:#333;
	margin:10px 5px;
	padding:5px;
	border:1px #000066 dotted;
}

.main_contents_1th h4 {
	font-size:80%;
	font-weight:bold;
	padding:3px 0;
	margin:5px;
}

.main_contents_1th p {
	font-size:80%;
	color:#444;
	padding:5px;
	margin:0px;
}

.main_contents_1th ul {
	margin:0px;
	padding:10px;
}

.news_list {
	font-size:80%;
	list-style-type:none;
	padding-left:15px;
	background-image:url(image/list_icon.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.img {
	float:right;
	padding:10px 5px 0 10px;
}

.border_box {
	border:1px #CCCCCC dotted;
	padding:5px;
	margin:5px;
}

.pagetop {
	font-size:75%;
	float:right;
	padding:5px;
}

.bar {
	margin-top:15px;
	padding:15px 0px;
}

.caution {
	font-size:70%;
	color:#666;
	margin:5px;