@charset "utf-8";
/* ================================================
    common.css
================================================ */
body {
	background: #ffffff;
	margin: 0 auto;
	text-align:center;
	width:100%;
}
a {
	text-decoration: none;
}

/* ------------------------------------------------------------
    header
-------------------------------------------------------------*/
#header {
	width: 840px;
	margin: 0 auto;
	height: 50px;
	text-align:center;
}

#header_l {
	width: 89px;
	float: left;
	padding: 0 0 2px 0;
}

#header_r {
	width: auto;
	float: right;
}
#header_r ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
}
#header_r li {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 11px;
	display: inline;
}

/*　headernavi　*/
#header .headernavi a	{
	width: 78px;
	padding: 4px 1px;
	margin: 0px;
	border: solid 1px;
	font-size: 11px;
	font-weight: normal;
	line-height: 100%;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	text-align: center;
}
#header .headernavi a:link,
#header .headernavi a:visited	{
	color: #444444;
	background-color: #ffffff;
	border-color: #ffffff;
}
#header .headernavi a:hover,
#header .headernavi a:active	{
	padding: 3px 2px 5px 0;
	border-color: #f9f9f9 #888888 #888888 #f9f9f9;
	color: #ff0000;
	background-color: #ffe3e0;
}

/*　headernavi_b　*/
#header .headernavi_b a	{
	width: 110px;
	padding: 4px 1px;
	margin: 0px;
	border: solid 1px;
	font-size: 11px;
	font-weight: normal;
	line-height: 100%;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	text-align: center;
}
#header .headernavi_b a:link,
#header .headernavi_b a:visited	{
	color: #444444;
	background-color: #ffffff;
	border-color: #ffffff;
}
#header .headernavi_b a:hover,
#header .headernavi_b a:active	{
	padding: 3px 2px 5px 0;
	border-color: #f9f9f9 #888888 #888888 #f9f9f9;
	color: #ff0000;
	background-color: #ffe3e0;
}

/*　headernavi_c　*/
#header .headernavi_c a	{
	width: 78px;
	padding: 4px 1px;
	margin: 0px;
	border: solid 1px;
	font-size: 11px;
	font-weight: normal;
	line-height: 100%;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	text-align: center;
}
#header .headernavi_c a:link,
#header .headernavi_c a:visited	{
	padding: 3px 2px 5px 0;
	border-color: #f9f9f9 #888888 #888888 #f9f9f9;
	color: #444444;
	background-color: #eeeeee;
}
#header .headernavi_c a:hover,
#header .headernavi_c a:active	{
	padding: 3px 2px 5px 0;
	border-color: #f9f9f9 #888888 #888888 #f9f9f9;
	color: #ff0000;
	background-color: #ffe3e0;
}

#header .headerline {
	clear: both;
	height: 2px;
	width: 100%;
	margin: 0;
	text-align: center;
	background: #ff0000;
}

#header .headerline_g {
	clear: both;
	height: 2px;
	width: 100%;
	margin: 0;
	text-align: center;
	background: #ff6600;
}

#header .headerline img {
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}

#header .headerline_g img {
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}


/* ------------------------------------------------------------
    footer
-------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	letter-spacing:0;
}
#footer a:link,
#footer a:visited {
	font-size:11px;
/*	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;*/
	color:#0000FF;
}
#footer a:hover,
#footer a:active {
	font-size:11px;
/*	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;*/
	color:#FF0000;
}

#footer .fb {
	margin: 0 auto;
	clear: both;
}

#footer .fb ul {
	margin: 0 auto;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
}

#footer .fb li {
   float: left;
   display: inline;
}

#footer .footerlink_box {
	clear: both;
	padding: 0;
	font-size: 11px;
	margin: 0 auto;
	text-align: center;
}

#footer .footerlink {
	padding: 7px 10px 0px;
	font-size: 11px;
}

#footer .copyright {
	width: auto;
	font-family:Osaka, sans-serif;
	margin: 8px auto 40px auto;
	font-size: 10px;
	text-align: center;
	clear: both;
}


/*? テーブル仕様 footnavi1? */
#footer .footnavi1 a {
	display:block;
	width:100%;
	line-height:100%;
	margin:0px;
	padding:2px 1px;
	text-align:center;
	vertical-align:middle;
	font-size:11px;
	font-weight:normal;
	border:solid 1px;
	text-decoration:none;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
}

#footer .footnavi1 a:link,
#footer .footnavi1 a:visited {
	color: #003399;
	background-color:#eeeeee;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f9f9f9;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-left-color: #f9f9f9;
	width:94px;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
}

#footer .footnavi1 a:hover,
#footer .footnavi1 a:active	{
	color: #ff0000;
	padding:3px 0px 1px 2px;
	background-color:#ffe3e0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #888888;
	border-right-color: #f9f9f9;
	border-bottom-color: #f9f9f9;
	border-left-color: #888888;
	width:94px;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
}


/*? footnavi? */
#footer .footnavi a	{
	display:block;
	line-height:100%;
	margin:0px;
	padding:2px 1px;
	text-align:center;
	vertical-align:middle;
	font-size:11px;
	font-weight:normal;
	border:solid 1px;
	text-decoration:none;
	border-collapse:collapse;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
}

#footer .footnavi a:link,
#footer .footnavi a:visited	{
	color: #444444;
	background-color:#eeeeee;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f9f9f9;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-left-color: #f9f9f9;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
}

#footer .footnavi a:hover,
#footer .footnavi a:active	{
	color: #ff0000;
	padding:3px 0px 1px 2px;
	background-color:#ffe3e0;
	border-color:#888888 #f9f9f9 #f9f9f9 #888888
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #888888;
	border-right-color: #f9f9f9;
	border-bottom-color: #f9f9f9;
	border-left-color: #888888;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
}

/*? footnavig? */
#footer .footnavig a	{
	display:block;
	margin:0px;
	padding:2px 1px;
	text-align:center;
	vertical-align:middle;
	font-size:11px;
	font-weight:bold;
	border:solid 1px;
	text-decoration:none;
	line-height: 100%;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
}

#footer .footnavig a:link,
#footer .footnavig a:visited	{
	color: #444444;
	background-color:#dbdbdb;
	border-color:#f9f9f9 #888888 #888888 #f9f9f9;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
}


#footer .footnavig a:hover,
#footer .footnavig a:active	{
	color: #ffffff;
	padding:3px 0px 1px 2px;
	background-color:#ff0000;
	border-color:#888888 #f9f9f9 #f9f9f9 #888888;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
}


/*? footnavi2 */
#footer .footnavi2 	{
	display:block;
	line-height:100%;
	margin:0px;
	padding:3px 0px 1px 2px;
	text-align:center;
	vertical-align:middle;
	font-size:11px;
	font-weight:normal;
	color: #0000ff;
	border:solid 1px;
	text-decoration:none;
	background-color:#eeeeee;
	border-color:#888888 #f9f9f9 #f9f9f9 #888888;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
}

/*-----------------------------------------*/
/*? Group NAVI 対応*/
/*-----------------------------------------*/
#group_navi {
	margin:0 auto;
	width:auto;
	display:block;
}

#group_navi a:link,
#group_navi a:visited {
	color:#0000FF;
	font-size:12px;
}

#group_navi a:hover,
#group_navi a:active {
	color:#FF0000;
	font-size:12px;
}


/*-----------------------------------------*/
/*? Smart Phone 対応*/
/*-----------------------------------------*/

#footer .smartp {
	border-left:solid 1px #999999;
	border-top:solid 1px #999999;
	border-bottom:solid 1px #999999;
	text-decoration:none;
	background-color:#eeeeee;
	display:table-cell;
}
#footer .smartp2 {
	border-right:solid 1px #999999;
	border-top:solid 1px #999999;
	border-bottom:solid 1px #999999;
	text-decoration:none;
	background-color:#eeeeee;
	display:table-cell;
}
#footer .smartp3 {
	border:solid 1px #999999;
	text-decoration:none;
	background-color:#eeeeee;
	display:table-cell;
}

#footer .smartp a,
#footer .smartp2 a{
	font-family:sans-serif;
	width:110px;
	height:100px;
	color: #555555;
	display:table-cell;
	padding:auto 0px;
	vertical-align:middle;
	font-weight:normal;
	font-size:17px;
	line-height:19px;
}
#footer .smartp3 a{
	font-family:sans-serif;
	width:140px;
	height:100px;
	color: #555555;
	display:table-cell;
	padding:4px 0px;
	vertical-align:middle;
	font-weight:normal;
	font-size:17px;
	line-height:19px;
}

