﻿/**************************************************************
CSSリセット （Eric Meyer Reset CSS）
**************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**************************************************************
960 Grid System (http://960.gs/demo.html) 16column
**************************************************************/

.container { width: 960px; margin: 0 auto;}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8,
.grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15 {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

.grid_1  {width: 40px;}
.grid_2  {width: 100px;}
.grid_3  {width: 160px;}
.grid_4  {width: 220px;}
.grid_5  {width: 280px;}
.grid_6  {width: 340px;}
.grid_7  {width: 400px;}
.grid_8  {width: 460px;}
.grid_9  {width: 520px;}
.grid_10 {width: 580px;}
.grid_11 {width: 640px;}
.grid_12 {width: 700px;}
.grid_13 {width: 760px;}
.grid_14 {width: 820px;}
.grid_15 {width: 880px;}
.first {margin-left: 0;clear: left;}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix {zoom: 1;}

.alpha{margin-left :0;}
.omega{margin-right:0;}
.prefix_1{margin-left :60px;}
.suffix_1{margin-right:60px;}

/**************************************************************
タグ指定
**************************************************************/

body {
	margin:0;
	padding:0;
	background-color:#000;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:14px;
	text-align:center;
	-webkit-text-size-adjust:100%;  /*iphone版Safari 自動フォントサイズ調整OFF W3C未承認 */
}

* html body { /* ズレ修正IE6以下 */ padding:0 0 0 1px;}
*+html body { /* ズレ修正IE7     */	padding:0 0 0 1px;}

table{
	border:1px solid #999999;
	border-collapse:collapse;
}

tr{
	border:1px solid #999999;
}

th{
	border:1px solid #999999;
	padding:4px;
}

td{
	border:1px solid #999999;
	padding:4px;
}

a{
	text-decoration:none; 
}

a:hover{
	text-decoration:underline;
	cursor:pointer;
/*	filter:alpha(opacity=50);  IE系 
	opacity:0.50;  Mozzila系 */
}

div {
	margin:0;
	padding:0;
	text-align:left;
}

img{
	border:0 none;
	margin:0;
	padding:0;
	vertical-align:bottom;
}


/**************************************************************
ID指定 PAGE
**************************************************************/

#PAGE {
	margin:0 auto 0;
	padding:0;
	background-color:none;
	color: #333333;
	position:relative;
}

#CONTENTS{
	margin:120px auto 100px;
}


/**************************************************************
ID指定 HEADER
**************************************************************/

#HEADER {
	margin:0;
	padding:0;
	width:100%;
//	background-color:#ffffff;
	text-align:left; /* IE6 xmlの後方互換対策*/
	position:relative;
}

#HEADER_COVER {
	margin:0;
	padding:0;
	text-align:center; /* IE6 xmlの後方互換対策*/
	position:fixed;
	width:100%;
	height:70px;
	top:0;
	left:0;
	z-index:10000;
	background   : url("./layout-images/bgParent.png");
	behavior     : url("./js/iepngfix.htc");
	zoom:1;
}


/**************************************************************
ID指定 MENU
**************************************************************/

#MENU {
	list-style:none;
	height:70px;
	margin:0 auto;
	padding:0;
	font-size:1.0em;
	text-align:center;
	line-height:2.5;
	width:600px;
	position:relative;
}

*+html  #MENU { /* ズレ修正IE7     */ width:700px;}

#MENU li{
	float:left;
	display:block;
	color:#fff;
	overflow: hidden; /* ズレ修正IE6以下 */
	text-align:right;
}

/*テキストリンクのメニュー用　ここから*/
#MENU a{
	color:#333;
	display:block;
}

#MENU a{
	text-decoration:none;
}

#MENU li.menu00{
//	width:80px;
	height:70px;
}

#MENU li.menu01{
//	width:120px;
	height:70px;
}

#MENU li.menu00 a {
	display:block;
	height:70px;
	text-decoration:none;
}

#MENU li.menu01 a {
	display:block;
	height:70px;
	text-decoration:none;
}

#MENU li.menu00 a:hover{
	font-weight:bold;
	background:none;
}

#MENU li.menu01 a:hover {
	font-weight:bold;
	background:none;
}

/*テキストリンクのメニュー用　ここまで*/


/**************************************************************
ID指定 PANKUZU
**************************************************************/

#MAIN p#PANKUZU{ margin:0 0 0.5em 0;padding:0; font-size:1em;}


/**************************************************************
ID指定 MAIN
**************************************************************/

#MAIN {
	float:right;
	margin-top:10px;
	margin-bottom:20px;
	padding:0;
	line-height:2.0;
	position:relative;
}

#MAIN h1{
	width:100%;
//	height:26px;
	margin:0 0 10px 0;
	padding:0;
	text-indent:1em;
	background:url(./layout-images/main_h1.jpg) no-repeat left top;
	color:#fff;
	font-size:1.0em;
}

#MAIN h2{
	width:100%;
//	height:26px;
	margin:0 0 10px 0;
	padding:0;
	text-indent:1em;
	background:url(./layout-images/main_h2.jpg) no-repeat left bottom;
	color:#333333;
	font-size:1.0em;
}

#MAIN h3{
	width:100%;
//	height:26px;
	margin:0 0 10px 0;
	padding:0;
	text-indent:2em;
	background:url(./layout-images/main_h3.jpg) no-repeat 0.8em bottom;
	color:#817C57;
	font-size:1.0em;
}

#MAIN p{
	margin:0 1em 30px 1em;
}

#MAIN ul{
	margin:0 1em 30px 1em;
}

#MAIN table{
	margin:0 1em 30px 1em;
}

#MAIN .p-text{
	margin:0 1em 30px 1em;
}

#MAIN strong{
	color:#000066;
}

#MAIN b{
	color:#000066;
}

#MAIN a{
	color:#0000ff;
	text-decoration:none; 
}

#MAIN a:hover{
	text-decoration:underline;
}

#MAIN .img-right{
	float:right;
}

#MAIN .img-right p{
	color:#555555;
	font-size:0.8em;
	margin:3px 3px 5px 3px ;
}

#MAIN .img-left{
	float:left;
}

#MAIN .img-left p{
	color:#555555;
	font-size:0.8em;
	margin:3px 3px 5px 3px ;
}


/**************************************************************
ID指定 SUB
**************************************************************/

#SUB {
	float:left;
	margin-top:10px;
	margin-bottom:30px;
	padding:0;
	line-height:2.0;
}

#SUB h2{
	height:26px;
	margin:0 0 10px 0;
	padding:0 10px 0 10px;
	background-color:#000066;
	color:#fff;
	font-size:1.0em;
}

#SUB p{
	margin:0 10px 0 10px;
}

#SUB .p-text{
	margin:0 10px 0 10px;
}

#SUB .sidenavi{
	margin:0 0 10px 0;
}

#SUB .sidenavi h2{
	margin:0;
}

#SUB .sidenavi ul{
	list-style:none outside none;
	background:url("./layout-images/sub_sidenavi_ul.jpg") repeat-x scroll left top transparent;
	background-color:#ffffff;
	margin:0;
	padding:0;
	font-size:1.0em;
}

#SUB .sidenavi ul li{
	margin:0;
	padding:0 9px 0 24px;
	background:url("./layout-images/sub_sidenavi_list.jpg") no-repeat scroll 9px 9px transparent;
	border-bottom:1px dotted #C2D1D1;
	border-left:1px solid #C2D1D1;
	border-right:1px solid #C2D1D1;
}

#SUB .sidenavi ul li:hover{
	background:url("./layout-images/sub_sidenavi_list.jpg") no-repeat scroll 10px 9px transparent;
	background-color:#AFD8FF;
}

#SUB .sidenavi .sidenavi-li-bottom{
	border-bottom:1px solid #C2D1D1;
}

#SUB .sidenavi ul li a{
	display:block;
}


/**************************************************************
ID指定 FOTTER
**************************************************************/

#FOOTER_COVER {
	margin:0;
	padding:0;
	text-align:center; /* IE6 xmlの後方互換対策*/
	position:fixed;
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	z-index:10000;
	background: url("./layout-images/bgParent.png");
	behavior: url("./js/iepngfix.htc");}
}

#FOOTER{
	margin:0;
	padding:10px 0 10px 0;
	color: #ffffff;
	text-align:left; /* IE6 xmlの後方互換対策*/
}

#FOOTER_SITEMAP{
	margin:0.5em auto 0 auto;
	font-size:1.0em;
}

#FOOTER_SITEMAP ul{
	margin:0;
	padding:0;
	text-align:center;
}

#FOOTER_SITEMAP  li{
	display:inline;
	margin:0 5px 5px 5px;
}

#FOOTER_SITEMAP  a{
	color:#ffffff;
}

#FOOTER_BOTTOM{
	margin:5px auto;
	text-align:center;
}

#FOOTER_BOTTOM p{
	margin:0;
	padding:0;
	font-size:0.8em;
}

#FOOTER_VIEWCHG{
	margin:10px auto 5px;
	text-align:center;
}

#FOOTER_VIEWCHG p{
	margin:0;
	padding:0;
	font-size:0.8em;
}


/**************************************************************
ID指定 TOP,GOTO-TOP （ページの一番上にもどる）
**************************************************************/

#PAGETOP{
	width:172px;
	height:16px;
	position:absolute;
	bottom:0px;
	right:20px;
	padding:5px 0 5px 0;
	color:#ffffff;
	background:url(./layout-images/pagetop.jpg) top left #ffffff;
	font-size:0.9em;
	text-align:center;
	line-height:1.5;
}

#PAGETOP a{color:#ffffff;}

#TOP {height:0px;}


/**************************************************************
ソーシャルボタンの記述
**************************************************************/

.snsb {
//	overflow: hidden;
	z-index: 100;
}
.snsb li {
	float: left;
	margin-right: 2px;
}
.snsb li img{
	vertical-align:top;
}
.snsb iframe {
	margin: 0 !important;
}

/**************************************************************
mail.php用記述
**************************************************************/

table.mail{
	border:1px solid #919191;
	border-collapse:collapse;
}

tr.mail{
	border:1px solid #919191;
}

td.mail-l{
	background:#ECECEC;
	width:240px;
	padding:10px 0 0 10px;
	vertical-align: top;

}

td.mail-r{
	width:340px;
	padding:6px 0 12px 10px;
}

td.mail-colspan{
	width:580px;
	background:#C7C7C7;
}

input.mail-colspan{
	display:block;
	width:180px;
	height:28px;
	margin:10px auto 10px auto;
}


/**************************************************************
CLASS指定
**************************************************************/

.dispnone{
	display:none;
}

.clear{
	clear:both;
	visibility: hidden;
	height: 0;
}

.hidden_pc { display: none; }
.hidden_sp { display: inline; }


.main_bg{
	background   : url("./layout-images/bgParent.png");
	behavior     : url("./js/iepngfix.htc");
}

.mc-cycle_l {
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:50%;
	z-index:-1;
}

.mc-cycle_r {
	height:100%;
	right:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:50%;
	z-index:-1;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}


div.centering {
  display: table-cell; /* テーブル構造を表現 */
  vertical-align: middle; /* 要素を中央に配置 */
  text-align:center;
}
 
/* IE6 */
div.centering {
  _display: inline;
  _zoom: 1;
}
 
/* IE7 */
*:first-child+html div.centering {
  display: inline;
  zoom: 1;
  padding-top:300px;
}
