@charset "basic_m2.css"

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #FFFFFF url(../images/body_bg.gif) left top repeat-x;
}
a {
	color: #003399;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #0066CC;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 741px;
	background: #FFFFFF;
}

/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	position: absolute;
	left: 0px;
	top: 10px;
}
#globalNav {
	list-style-type: none;
	margin: 73px 0px 15px 0px;
	background: #339933;
}
#globalNav li {
	display: inline;
}
#globalNav li a {
	color: #FFFFFF;
}

/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 20px;
}
#about {
	float: left;
	width: 246px;
}
#coment {
	float: left;
	width: 493px;
	padding-left: 1px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background: #339933;
}

/* 本文のレイアウト
---------------------------------------------*/
#about h2 {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: nomal;
	line-height: 1.6;
	color: #000000;
	background: #FFFFFF;
}
#about h3 {
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: nomal;
	line-height: 1.4;
	color: #666666;
	background: #FFFFFF;
}
#coment h3 {
	color: #FFFFFF;
	background: #339933;
}
#about .dotted {
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-style: dotted;
	border-color: #33CC33;
	background-color: #FFFFFF;
	margin: 0px 35px 10px 15px;
	padding: 5px 15px 5px 15px;
}
#about .section {
	margin: 16px 18px 0 18px;
	border-bottom: 1px solid #CCCCCC;
}
#about .section p {
	margin: 10px 0;
}
#about .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#coment .section {
    margin: 16px 18px 0 18px;
	border-bottom: 1px solid #CCC;
}
#coment .section p {
	margin: 15px 35px;
}
#coment .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#coment dl {
	margin: 16px 18px 0 18px;
}
#coment dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}