@charset "utf-8";
html {
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper {
	text-align: center;
}
.clear {
	clear: both;
	display: block;
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */ 
.FloatLeft {
	float: left;
}
#main {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.FloatRight {
	float: right;
}
.BoderRadius {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #099;
	}
a:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	}
a img:hover {
    filter: alpha( opacity=60 );  /* IE */
    opacity:0.6;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.6;           /* Firefox 0.9より前 */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#header {
	background-image: url(../img/common/headannavi_r1_c12.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 821px;
	height: 92px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 36px;
	padding-left: 139px;
	text-align: left;
}
#header #siteTitle a {
	color: #554B32;
	text-decoration: none;
}
#header #siteTitle {
	display: block;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, "ＭＳ Ｐ明朝", "MS PMincho";
	color: #554B32;
	font-weight: bolder;
	font-size: 28px;
	margin: 0px;
	padding: 0px;
}
#nav {
	background-image: url(../img/common/gdbg.jpg);
	background-repeat: repeat-x;
	height: 32px;
	padding-top: 17px;
	padding-bottom: 17px;
	background-position: center;
	margin-bottom: 10px;
}

#header h1 {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 13px;
	color: #666;
}
#nav ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#nav ul li {
	float: left;
}
.naviBtn {
	margin-right: 40px;
}
#MainImg {
	background-image: url(../img/top/gdw_r1_c3.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 565px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 55px;
	padding-left: 373px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-size: 13px;
	text-align: left;
	padding-right: 22px;
	padding-bottom: 45px;
	line-height: 180%;
	margin-bottom: 20px;
}
#contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#ContetsMain {
	float: left;
	width: 690px;
}
#ContentsSub {
	float: right;
	width: 250px;
}
.titleImg {
	margin-bottom: 10px;
	background-image: url(../img/common/gdw_r7_c3.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 680px;
	padding-top: 10px;
	padding-left: 10px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, "ＭＳ Ｐ明朝", "MS PMincho";
	color: #FFF;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
}
#footer {
	background-image: url(../img/common/gdw_r30_c1.jpg);
	background-repeat: repeat-x;
	height: 222px;
	margin-top: 30px;
}
.ftArea ul li a {
	color: #FFF;
	text-decoration: none;
}

#footer .ftArea {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/common/gdw_r30_c3.jpg);
	height: 182px;
	padding-top: 30px;
	padding-bottom: 10px;
}
#footer .ftArea h4 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, "ＭＳ Ｐ明朝", "MS PMincho";
	font-size: 16px;
	font-weight: bold;
	color: #50452E;
}
#footer .ftArea h5 {
	color: #50452E;
	font-size: 13px;
}
#footer .ftArea ul li {
	float: left;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, "ＭＳ Ｐ明朝", "MS PMincho";
	margin-right: 15px;
	margin-left: 15px;
	font-size: 12px;
	font-weight: lighter;
}
#footer .ftArea ul {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	font-size: 14px;
	color: #FFF;
	margin-bottom: 80px;
}
