﻿@charset "utf-8";

@import "module.css";
@import "font.css";

@media screen and (min-width: 641px) {
.pcnone { display:none; }
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #414141;
	line-height: 160%;
	letter-spacing:1px;
	background-image: url(../img/bg.gif);
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ol, div, ul, li {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

ol, li, ul { list-style:none; }

a { color: #0099FF; }

a:hover {
	color: #FF6600;
	text-decoration: none;
}

img {
	border: none;
}

html>/**/body img {
	vertical-align: bottom;
}

br{ letter-spacing:0; }

/* ▼▼▼header▼▼▼ */
header{
	text-align: left;
	background: url(../img/bg.gif) repeat left top;
	padding-top: 15px;
	padding-bottom:10px;
}

header #header{
	max-width: 950px;
	margin: 0px auto;
}

header #header #h_logo{
	max-width: 258px;
	float: left;
}

header #header #h_twitter{
	max-width: 256px;
	float: right;
}
/* ▲▲▲header▲▲▲ */

#contents {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#pan {
	width: 100%;
	max-width: 900px;
	font-size:10px;
	margin: 0px auto;
	text-align: left;
	padding-top: 5px;
}

#pan span { padding: 0px 5px; }

.main_midashi{
	display: block;
	height:auto;
	background: url(../img/midashi_icon.gif) no-repeat 10px 3px #F0F0F0;
	padding-left: 40px;
	padding-bottom: 12px;
	padding-top: 10px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;	
}

/* ▼▼▼gnavi▼▼▼ */
nav#gnavi {
	background: url(../img/gnavi_bg.gif) repeat-x left bottom #40ABC6;
	padding-bottom: 2px;
	display: block;
}

nav#gnavi ul {
	width: 950px;
	margin: 0px auto;
}

nav#gnavi li {
	width: 158px;
	height: 39px;
	float: left;
}

nav#gnavi li a{
	display: block;
	width: 100%;
	padding-top: 9px;
	height: 30px;
	color:#FFFFFF;
	text-decoration: none;
	background: url(../img/gnavi_line.gif) no-repeat right center;
	padding-right: 2px;
}

nav#gnavi li a:hover{
	background-color: #00CCCC;
}

nav#gnavi li .here{
	display: block;
	width: 100%;
	padding-top: 9px;
	height: 30px;
	color:#FFFFFF;
	background: url(../img/gnavi_line.gif) no-repeat right center #00CCCC;
	padding-right: 2px;
}

nav#gnavi li .new_mark {
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight: bold;
	font-size:12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 3px;
	margin-right:5px;
}

/* ▲▲▲gnavi▲▲▲ */


/* ▼▼▼footer▼▼▼ */
#footer {
	background: #EDF7FC;
	width: 100%;
	margin-top:50px;
}

#footer #f_navi {
	width: 950px;
	margin: 0px auto;
}

#footer #f_navi li {
	width: 148px;
	float: left;
	padding-top: 9px;
	padding-bottom: 9px;
}

#footer #f_navi li a{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #414141;
	border-right: 1px solid #47A4BE;
}

#footer #f_navi li a:hover{
	text-decoration: underline;
}

#footer #f_info_area {
	background: #40ABC6;
	width: 100%;
	height: 207px;
}

#footer #f_info_area #f_info_area_in {
	width: 950px;
	margin: 0px auto;
	padding-top: 30px;
}

#footer #f_info_area #f_logo {
	width: 258px;
	float:left;
}

#footer #f_info_area #f_address {
	width: 600px;
	float:right;
	text-align: right;
}

#footer #f_info_area #f_twitter {
	width: 600px;
	float:right;
	text-align: right;
	margin:10px 0;
}

#footer #f_info_area #f_address address {
	font-size: 90%;
	font-style:normal;
	padding-top: 10px;
}
/* ▲▲▲footer▲▲▲ */

/* ▼▼▼pagetop▼▼▼ */
#pagetop {
	margin: 0px auto;
	text-align: right;
	padding: 30px 5px 5px 5px;
}
/* ▲▲▲pagetop▲▲▲ */
