@charset "utf-8";
/* CSS Document */

/* ★共通ココから★ */

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	color: #333;
}
img {
	border-style:none;
}



/* 共通ココまで */

/* ★class共通ココから★ */

/* float */
.left{
	float:left;
}
.right{
	float:right;
}

/* common内の共通ボタン画像 bgとhover */
a.btn{
	background-image: url(../img/common/btn.gif);
	display: block;
	text-indent: -9999px;
}
a.btn:hover {
	background-image: url(../img/common/btn_hover.gif);
}

/* imgのhover 白い透明フィルター */
a.imghover:hover img {
 filter:alpha(opacity=70);
 opacity:0.7;
 }
 
/* ページトップへ　（hoverで下線と文字グレー） */
.pagetop {
	text-align: right;
}
.pagetop a {
	font-size: 12px;
}
.pagetop a:hover {
	text-decoration:underline;
	color:#999;
}

/* Pタグのhover　（hoverで下線と文字グレー） */
.p_hover a:hover {
	text-decoration:underline;
	color:#999;
}
a.blue {
	color:blue;
	text-decoration:underline;
}
a.blue:hover {
	color:#336699;
	text-decoration:none;
}

/* floatの親に指定clearfix"cf" */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* class共通ココまで */

body{
	width:auto;
	height:auto;
}

#wrapper {
	margin:0px auto;
	width:980px;
}
#main {
	float:left;
	overflow:hidden;
	margin-top:45px;
	width:660px;
	margin-bottom: 30px;
}

/* --headerココから-- */

#hello_text {
	height: 20px;
	line-height: 20px;
	background-color: #1572c2;
}
#hello_text p {
	color: white;
	font-weight: bold;
	margin: 0px auto;
	width: 980px;
	font-size: 12px;
}

#header {
	overflow:hidden;
	height: 100px;
	margin:0px auto;
	width:980px;
}


#header h1 {
	float: left;
	margin-top: 20px;
}
p#common_tel {
	margin-top: 10px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-align: right;
}
p#common_tel strong {
	color: #ff8400;
	font-size: 24px;
	line-height: 30px;
}

#gNavi {
	border-top: 3px solid #1572c2;
	background: url(../img/common/navi_bg.gif) repeat-x top left;
	height:49px;
}
#gNavi ul {
	width:980px;
	margin:0px auto;
}
#gNavi li {
	margin-top:3px;
	float:left;
}
#gNavi li a {
	padding-top: 7px;
	letter-spacing: 0.2em;
	font-weight: bold;
	height:37px;
	width:195px;
	display:block;
	text-align:center;
	font-size:12px;
	border-left:1px solid #ccc;
}
#gNavi li#gNavi_5 {
	border-right:1px solid #ccc;
	width:194px;
}
#gNavi li a span {
	letter-spacing: 0.2em;
	font-size:9px;
	color:#666666;
}
#gNavi li a:hover {
	height:34px;
	border-bottom:3px solid #1572c2;
}
#top #gNavi li#gNavi_1 a {
	height:34px;
	border-bottom:3px solid #1572c2;
}
#company #gNavi li#gNavi_2 a {
	height:34px;
	border-bottom:3px solid #1572c2;
}
#business #gNavi li#gNavi_3 a {
	height:34px;
	border-bottom:3px solid #1572c2;
}
#access #gNavi li#gNavi_4 a {
	height:34px;
	border-bottom:3px solid #1572c2;
}
#contact #gNavi li#gNavi_5 a {
	height:34px;
	border-bottom:3px solid #1572c2;
}

/* hedderココまで */

/* ★sideココから★ */

#side {
	float:right;
	overflow:hidden;
	margin-top: 45px;
}
#side li {
	margin-bottom: 20px;

}


/* sideココまで */

/* --mainココから-- */

h2.sub {
	background: url(../img/common/h2.gif) no-repeat top left;
	padding-left: 70px;
	letter-spacing: 0.2em;
	line-height: 61px;
	width: 660px;
	height: 73px;
	font-size: 30px;
	color: white;
}
h3.sub {
	margin: 40px 0px;
	letter-spacing: 0.4em;
	line-height: 35px;
	width: 660px;
	height: 35px;
	font-size: 18px;
	color: #777;
	border-top: 2px solid #777;
	border-bottom: 2px solid #777;
	text-align:center;
	clear: both;
}
h4.sub {
	letter-spacing: 0.1em;
	background: url(../img/common/icon_h.gif) no-repeat left center;
	padding-left: 28px;
	height: 16px;
	line-height: 18px;
	font-size: 16px;
	color: #1572c2;
	margin-bottom: 20px;
}

a#pagetop_btn {
	width: 70px;
	height: 70px;
	display: block;
}
a#pagetop_btn img {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 999;
}

#pan {
	height: 20px;
	width: auto;
	background-color: #1572c2;
}
#pan p {
	line-height: 20px;
	margin:0px auto;
	width: 980px;
	color: white;
	font-size: 12px;
}
#pan a {
	color: white;
}
#pan a:hover {
	text-decoration: underline;
}
#pan p span {
	font-weight: bold;
	color: white;
}

/* mainココまで */

/* --topココから-- */


#top #main_g {
	background-color: #1572c2;
	padding: 20px 0px;
}

#top #main #con_1 {
	width: 660px;
}
#top #main #con_1_1 ,
#top #main #con_1_2 ,
#top #main #con_1_3 ,
#top #main #con_1_4 {
	border: 1px solid #ccc;
	width: 284px;
	height: 260px;
	padding: 17px;
	float: left;
	overflow: hidden;
}
#top #main #con_1_1 ,
#top #main #con_1_3 {
	margin-right: 20px;
}
#top #main #con_1_1 ,
#top #main #con_1_2 {
	margin-bottom: 20px;
}
#top #main #con_1_1 h2 ,
#top #main #con_1_2 h2 {
	background: url(../img/top/icon_1.gif) no-repeat left center;
	padding-left: 25px;
	font-size: 16px;
	line-height: 20px;
}
#top #main #con_1_3 h2 ,
#top #main #con_1_4 h2 {
	background: url(../img/top/icon_2.gif) no-repeat left center;
	padding-left: 25px;
	font-size: 16px;
	line-height: 20px;
}
#top #main #con_1 img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#top #main #con_1 p {
	font-size: 14px;
}
#top #main #con_1 img.click {
	float: right;
	width:110px;
	height:20px;
}
#top #aboutus {
	clear: both;
	background-color: #e3e7e9;
	padding-bottom: 30px;
}
#top #aboutus #con_2 {
	margin: 0px auto;
	width: 980px;
	overflow: hidden;
}
#top #aboutus #con_2 h2 {
	margin: 30px 0px 25px 90px;
	text-align: center;
	width: 800px;
 	color: #1572c2;
	font-size: 30px;
	font-family: "游明朝", "YuMincho" , "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: url(../img/top/h2_aboutus.png) no-repeat center center;
}



#top #aboutus #con_2 p#con_2_p1 {
	margin-bottom: 30px;
	text-align: center;
	color: #00437c;
	font-family: "游明朝", "YuMincho" , "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#top #aboutus #con_2 p#con_2_p2 {
	width: 420px;
	float: left;
	font-size: 14px;
}
#top #aboutus #con_2 img {
	float: right;
}

/* topココまで */


/* ★footerココから★ */



#footer {
	margin-top: -70px;
	background-color: #313131;
	clear: both;
}
#footer_con {
	margin:0px auto;
	width:980px;
	overflow: hidden;
}
#footer_left {
	float:left;
	width: 500px;
}
#footer_left img {
	margin: 15px 0px;
}

#footer #footer_left p {
	margin-top:7px;
	font-size:12px;
	color: white;
	margin-bottom: 10px;
}
#footer_right {
	margin-top:40px;
	float:right;
}

#footer #footer_right li {
	background: url(../img/common/footer_icon.png) left center no-repeat;
	padding-left:30px;
	margin-left:20px;
	margin-top:10px;
}
#footer #footer_right li a {
	font-size:12px;
	color: white;
	text-decoration:underline;
}
#footer #footer_right li a:hover {
	text-decoration:none;
}

#footer address {
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	text-decoration: none;
	clear: both;
	text-align: center;
	background-color: #1572c2;
	color: white;
	font-style: normal;
}

#footer address a {
	color: white;
	text-decoration: none;
}

/* footerココまで */


