@charset "UTF-8";

/*--------------------------------------
Reset & Hack
--------------------------------------*/

html,body,div,
h1,h2,h3,h4,h5,h6,
p,pre,blockquote,
dl,dt,dd,ul,ol,li,
form,legend,fieldset,input,textarea,
th,td,
address{
	margin: 0;
	padding: 0;
}

body,
h1,h2,h3,h4,h5,h6,
code{
color: #333333;
font-family:  "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
font-size: 12px;
line-height: 1.75;
letter-spacing: 1px;
}

img,
a,
fieldset{
border: 0;
}

img{
vertical-align: bottom;
}

a:link, a:visited{
color: #0073a9;
outline: 0;
text-decoration: underline;
}
a:hover, a:focus, a:active{
color: #41b3e9;
outline: 0;
text-decoration: underline;
}

ul li{
list-style: none;
}

table{
border-collapse: collapse;
border-spacing: 0;
}

p.alert {
text-indent: -1em;
margin-left: 1em;
}

*.left {
float: left;
}

*.right {
float: right;
}



/*--------------------------------------
Clearfix
--------------------------------------*/

.clearfix:after {
content: ".";  /* 新しい要素を作る */
display: block;  /* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
	min-height: 1px;
	height: 500px;
}

* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

.clear{
clear: both;
}


/*--------------------------------------
基本のレイアウト
--------------------------------------*/

body {
min-width: 1000px;
background-color: #F3F2EA;
}


/* ヘッダー ========================= */

#header {
width: 100%;
height: 150px;
background: url(../images/header_bg.gif) left top repeat-x;
}

#header .upper {
width: 970px;
height: 25px;
margin: 0 auto;
padding: 0 15px;
}

#header2 {
width: 100%;
height: 20px;
background: url(../images/header_bg.gif) left top repeat-x;
}

#header2 .upper {
width: 970px;
height: 5px;
margin: 0 auto;
padding: 0 15px;
}


#description {
float: left;
width: 600px;
padding: 4px 0 0 0;
}

#description h1 {
font-size: 10px;
font-weight: normal;
color: #FFFFFF;
}

#description2 {
float: left;
width: 350px;
padding: 4px 0 0 0;
}

#description2 h1 {
font-size: 10px;
font-weight: normal;
color: #FFFFFF;
}


#headerNav {
float: right;
width: 240px;
}

#headerNav ul li {
float: left;
background: url(../images/header_nav_arrow.gif) 15px 7px no-repeat;
padding: 2px 0 0 30px;
}

#headerNav a:link,
#headerNav a:visited {
color: #FFFFFF;
}

#headerNav a:hover,
#headerNav a:focus,
#headerNav a:active{
color: #f78b16;
}

#headerNav2 {
	float: right;
	width: 480px;
	padding-right: 90px;
}

#headerNav2 ul li {
	float: right;
	background: url(../images/header_nav_arrow.gif) 15px 7px no-repeat;
	padding-top: 2px;
	padding-bottom: 0;
	padding-left: 30px;
}

#headerNav2 a:link,
#headerNav2 a:visited {
color: #FFFFFF;
}

#headerNav2 a:hover,
#headerNav2 a:focus,
#headerNav2 a:active{
color: #f78b16;
}



#header .lower {
	position: relative;
	width: 970px;
	height: 70px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 230px;
	height: 104px;
	background: url(../images/header_flips_logo.gif) left top no-repeat;
}

#logo a {
display: block;
width: 230px;
height: 104px;
}

#logo h2 {
text-indent: -9999px;
}

#memberCounter {
position: absolute;
top: 32px;
left: 275px;
width: 232px;
height: 74px;
background: url(../images/header_member_counter_bg.jpg) left top no-repeat;
}

#memberCounter h3 {
width: 232px;
height: 32px;
background: url(../images/header_member_counter_title.gif) left top no-repeat;
text-indent: -9999px;
}

#memberCounter p.count {
float: left;
width: 122px;
padding: 0 18px 0 0;
font-size: 32px;
font-weight: bold;
letter-spacing: 2px;
line-height: 1;
color: #f67501;
text-align: right;
background: url(../images/header_member_counter_ken.gif) right 12px no-repeat;
}

#memberCounter p.date {
float: right;
width: 85px;
padding: 0;
font-size: 10px;
color: #2d2d2d;
text-align: left;
}

#inquiry {
position: absolute;
top: 10px;
right: 15px;
width: 326px;
height: 68px;	
}

#inquiry p.tel {
float: left;
width: 203px;
height: 68px;
background: url(../images/header_inquiry_tel.gif) left top no-repeat;
text-indent: -9999px;
}

#inquiry p.mail {
float: right;
width: 114px;
height: 55px;
padding: 8px 0 0 0;
}

#inquiry p.mail a {
display: block;
width: 114px;
height: 55px;
text-indent: -9999px;
}

#inquiry p.mail a:link,
#inquiry p.mail a:visited {
background: url(../images/header_inquiry_mail_up.jpg) left top no-repeat;
}

#inquiry p.mail a:hover,
#inquiry p.mail a:focus,
#inquiry p.mail a:active {
background: url(../images/header_inquiry_mail_ov.jpg) left top no-repeat;
}

#iconsH {
position: absolute;
top: 90px;
right: 15px;
height: 24px;
text-align: right;
}

#iconsH2 {
position: absolute;
top: 90px;
right: 45px;
height: 24px;
text-align: right;
}


/* グローバルナビ =================== */

#globalNav {
width: 100%;
height: 60px;
background: url(../images/gnav_bg.jpg) left top repeat-x;
}

#globalNav ul {
width: 970px;
height: 60px;
margin: 0 auto;
padding: 0 1px;
background: url(../images/gnav_bg_sep.jpg) left top no-repeat;
}

#globalNav ul li {
float: left;
width: 162px;
height: 60px;
}

#globalNav ul li.m01,
#globalNav ul li.m06 {
width: 160px;
}

#globalNav ul li a {
display: block;
width: 162px;
height: 60px;
text-indent: -9999px;
}

#globalNav ul li.m01 a,
#globalNav ul li.m06 a {
width: 160px;
}

#globalNav ul li.m01 a:link,
#globalNav ul li.m01 a:visited {
background: url(../images/gnav_bt01_up.jpg) left top no-repeat;
}

#globalNav ul li.m01 a:hover,
#globalNav ul li.m01 a:focus,
#globalNav ul li.m01 a:active {
background: url(../images/gnav_bt01_ov.jpg) left top no-repeat;
}

#globalNav ul li.m02 a:link,
#globalNav ul li.m02 a:visited {
background: url(../images/gnav_bt02_up.jpg) left top no-repeat;
}

#globalNav ul li.m02 a:hover,
#globalNav ul li.m02 a:focus,
#globalNav ul li.m02 a:active {
background: url(../images/gnav_bt02_ov.jpg) left top no-repeat;
}

#globalNav ul li.m03 a:link,
#globalNav ul li.m03 a:visited {
background: url(../images/gnav_bt03_up.jpg) left top no-repeat;
}

#globalNav ul li.m03 a:hover,
#globalNav ul li.m03 a:focus,
#globalNav ul li.m03 a:active {
background: url(../images/gnav_bt03_ov.jpg) left top no-repeat;
}

#globalNav ul li.m04 a:link,
#globalNav ul li.m04 a:visited {
background: url(../images/gnav_bt04_up.jpg) left top no-repeat;
}

#globalNav ul li.m04 a:hover,
#globalNav ul li.m04 a:focus,
#globalNav ul li.m04 a:active {
background: url(../images/gnav_bt04_ov.jpg) left top no-repeat;
}

#globalNav ul li.m05 a:link,
#globalNav ul li.m05 a:visited {
background: url(../images/gnav_bt05_up.jpg) left top no-repeat;
}

#globalNav ul li.m05 a:hover,
#globalNav ul li.m05 a:focus,
#globalNav ul li.m05 a:active {
background: url(../images/gnav_bt05_ov.jpg) left top no-repeat;
}

#globalNav ul li.m06 a:link,
#globalNav ul li.m06 a:visited {
background: url(../images/gnav_bt06_up.jpg) left top no-repeat;
}

#globalNav ul li.m06 a:hover,
#globalNav ul li.m06 a:focus,
#globalNav ul li.m06 a:active {
background: url(../images/gnav_bt06_ov.jpg) left top no-repeat;
}


/* Contents ========================= */

#contents {
width: 970px;
margin: 0 auto;
padding: 0 15px;
}

#contents #topicPath {
padding: 10px 0 0 5px;
font-size: 10px;
}

#contents #topicPath ul li {
float: left;
padding-left: 15px;
line-height: 100%;
background: url(../images/topicpath_arrow.gif) 4px top no-repeat;
}

#contents #topicPath ul li.first {
padding-left: 0;
background: none;
}

#contents .btTop {
width: 100px;
height: 17px;
margin: 90px 0 10px auto;
}

#contents .btTop a {
display: block;
width: 100px;
height: 17px;
text-indent: -9999px;
}

#contents .btTop a:link,
#contents .btTop a:visited {
background: url(../images/page_top_bt_up.gif) left top no-repeat;
}

#contents .btTop a:hover,
#contents .btTop a:focus,
#contents .btTop a:active {
background: url(../images/page_top_bt_ov.gif) left top no-repeat;
}


/* フッター ========================= */

#footer {
width: 100%;
height: 263px;
background: url(../images/footer_bg.jpg) left bottom repeat-x;
}

#footer .container {
position: relative;
width: 970px;
height: 263px;
margin: 0 auto;
}

#footNav {
position: absolute;
left: 0;
top: 25px;
width: 600px;
}

#footNav li {
padding-top: 5px;	
}

#footNav li a:link,
#footNav li a:visited {
color: #cbc6c1;
}

#footNav li a:hover,
#footNav li a:focus,
#footNav li a:active {
color: #908d8a;
}

#footNav .navSet01,
#footNav .navSet02,
#footNav .navSet03 {
float: left;	
}

#footNav .navSet01 {
width: 260px;
}

#footNav .navSet01 ul.left {
float: left;
width: 120px;
}

#footNav .navSet01 ul.right {
float: right;
width: 100px;
}

#footNav .navSet02 {
width: 150px;
padding: 0 0 0 35px;
}

#footNav .navSet03 {
width: 90px;
padding: 0 0 0 35px;
}

#footNav .navSet01 h3,
#footNav .navSet02 h3,
#footNav .navSet03 h3 {
color: #f6f3a4;	
}

#footNav .navSet01 h3 {
width: 260px;
}

#iconsF {
position: absolute;
right: 0;
top: 25px;
}

#companyLogo {
position: absolute;
right: 0;
top: 72px;
width: 117px;
height: 22px;
}

#companyLogo a {
display: block;
width: 234px;
height: 44px;
background: url(../images/footer_company_logo.jpg) left top no-repeat;
text-indent: -9999px;
}

#copyright {
position: absolute;
left: 0;
bottom: 20px;
}	

#copyright p {
font-size: 10px;
color: #696159;
}	

.formError {
color: red;
font-weight: bold;
}
