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

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 12px;
    line-height: 1.4;
    font-weight: normal;
}

a { color:#006173;}
h1{ font-size:15px; font-weight:bolder; margin-bottom:20px;}

#wrapper{ width:700px; margin:30px auto;}

hgroup { border-bottom:1px solid #666; padding-bottom:5px;}
hgroup .fd { float:right;}

nav li {
	float: right;
	margin: 5px 0 25px 15px;
}

#top{ text-align:center;}
#top p{font-size:11px; padding:15px 0;}
#top h1{font-size:11px; font-weight:normal;}

footer { border-top:1px solid #666; font-size:12px; padding-top:10px; margin-top:15px;}
footer #copyr { float:left;}
footer #privacy { float:right;}

#privacy dt{ margin-bottom:8px; font-weight:bolder;}
#privacy dd{ margin-bottom:20px;}

#enterprise h2{ font-size:13px; font-weight:bolder; margin-bottom:5px;}
#enterprise img{ margin-bottom:20px;}
#enterprise p.left_txt{
	width: 400px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
#enterprise p.right_txt{
	width: 350px;
	float: left;
	margin-bottom: 15px;
}

#info table{ margin-bottom: 20px;}
#info th{width: 100px;}
#info td{padding:5px;}

.txtGreen{ color:#1b8058;}
.MrgR20{ margin-right:20px;}
