/* ▼すべての場合に適用 */
body{
	background-color: #ffffff;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	color: #333333;
}

/* ▼閲覧領域の横幅が640px以下の場合に適用 */
@media screen and (max-width: 640px) {
   body{
	background-color: #ffffff;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	font-size: 21px;
	color: #333333;
}
}

/* ▼閲覧領域の横幅が961px以上の場合に適用 */
@media screen and (min-width: 961px) {
   body{
	background-color: #ffffff;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	color: #333333;
}
}


h1{
	padding: 0px;
	margin: 0px;
}

a {text-decoration: underline;}

a:link {
	text-decoration: underline;
	color: #006699;
}

a:visited {
	text-decoration: underline;
	color: #006699
}

a:active {
	color: #333333;
}

a:hover {
	color: #1315ff;
	text-decoration: underline;
}

img{
	border: 0px;
}

a:hover img{
/*モダンブラウザ用*/
opacity:0.7;
/*IE7以下用*/
filter:alpha(opacity=70);
/*IE8用*/
-ms-filter:"alpha(opacity=80)";
}

#header {
	background-color: #007749;
	height: 114px;
	width: 100%;
	min-width: 1080px;
}


#header_left{
	float: left;
	width: 313px;
	padding: 0px;
}

#header_right{
	float: right;
	width: 700px;
	padding: 0px;
}

#header_copy{
	float: right;
	margin-top: 16px;
	margin-right: 10px;
	color: white;
	font-size: 0.7em;
}

#header_contact{
	float: right;
	margin-right: 10px;
}

#global_nav{
	height: 65px; 
	width: 100%;
	min-width: 1080px;
	clear: both;
	background-image: url(../images/common/bg_gnavi.jpg);
	background-repeat: repeat-x;
}

/* ▼すべての場合に適用 */
#topicpass{
	margin-bottom: 16px;
	margin-top: 12px;
	font-size: 0.9em;
	background-image: url(../images/common/ico_home.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	text-align: left;
}

/* ▼閲覧領域の横幅が640px以下の場合に適用 */
@media screen and (max-width: 640px) {
#topicpass{
	margin-bottom: 16px;
	margin-top: 12px;
	font-size: 1.2em;
	background-image: url(../images/common/ico_home.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	text-align: left;
}
}

#mainv_home{
	margin-top: 10px;
	height: 400px; 
	width: 100%;
	text-align: center;
}

#mainv_common{
	height: 240px; 
	width: 100%;
	text-align: center;
}


.contents {
	margin: auto;
	width: 1080px;
}

#co_profile{
	width: 1040px;
	background-color: #006666;
	padding: 20px 20px 5px 20px;
	margin-top: 36px;
}

#co_profile h1{
	color: white;
	font-size: 1.3em;
}

#co_profile h2{
	color: white;
	font-size: 1em;
	margin-bottom: 10px;
	font-weight: normal;
}

#co_profile p{
	color: white;
	font-size: 1em;
	margin-top: 4px;
	margin-bottom: 4px;
}

#co_profile_left{
	margin-top: 10px;
	width: 370px;
	float: left;
}

#co_profile_center{
	margin-top: 10px;
	width: 320px;
	float: left;
}

#co_profile_right{
	margin-top: 10px;
	width: 310px;
	float: left;
}

.co_profile_line{
	margin-top: 10px;
	width: 22px;
	float: left;
}


#footer {
	margin-top: 60px;
	background-color: #007749;
	height: 40px;
	width: 100%;
	min-width: 1080px;
	text-align: center;
}

#footer_link {
	background-color: #EEEEEE;
	height: 140px;
	width: 100%;
	min-width: 1080px;
	text-align: center;
	padding-top: 24px;
}

/* ▼通常時 */
.footer_text{
	margin-left: 18px;
	font-size: 0.9em;
	background-image: url(../images/common/ico_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	text-align: left;
	float: left;
}

/* ▼閲覧領域の横幅が640px以下の場合に適用 */
@media screen and (max-width: 640px) {
.footer_text{
	margin-left: 18px;
	font-size: 0.7em;
	background-image: url(../images/common/ico_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 3px;
	text-align: left;
	float: left;
}
}

/* ▼通常時 */
.footer_text2{
	margin-left: 62px;
	font-size: 0.9em;
	background-image: url(../images/common/ico_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	text-align: left;
	float: left;
}

/* ▼閲覧領域の横幅が640px以下の場合に適用 */
@media screen and (max-width: 640px) {
.footer_text2{
	margin-left: 62px;
	font-size: 0.6em;
	background-position: left center;
	padding-left: 7px;
	text-align: left;
	float: left;
}
}


#footer_adress{
	float: right;
	margin-top: 30px;
	margin-bottom: 16px;
	margin-right: 10px;
	text-align: right;
	font-size: 1em;
	line-height: 140%;
}

.clear {
  clear: both;
}


#footer_cr {
	margin:auto;
	padding-top: 10px;
	color: white;
	background-color: black;
	height: 30px;
	width: 100%;
	min-width: 1080px;
	text-align: center;
	font-size: 0.8em;
	font-family: "ヒラギノ明朝 Pro W6","HGS明朝E","ＭＳ Ｐ明朝","Hiragino Mincho ProN",serif;
}

/*contents common*/
#maincontents{
	padding-top: 10px;
	margin: auto;
	width: 1080px;
}

/* ▼すべての場合に適用 */
.lead {
	margin-top: 20px;
	width: 1080px;
	text-align: left;
	font-size: 1em;
	line-height: 160%;
	padding-left: 6px;
}

.lead p{
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 140%;
}


/* ▼閲覧領域の横幅が640px以下の場合に適用 */
@media screen and (max-width: 640px) {
.lead {
	margin-top: 20px;
	width: 1080px;
	text-align: left;
	font-size: 1.4em;
	line-height: 160%;
	padding-left: 6px;
}
}

.lead h2{
	margin-top: 0px;
	margin-bottom: 6px;
	text-align: left;
	font-size: 1.9em;
	color: #007351;
}


.lead img{
	margin-bottom: 6px;
}
