﻿@charset "utf-8";

/* ---------------------------------------------------------------------------------------- 

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

---------------------------------------------------------------------------------------- */

#bodyIndex {
	background: #fffccf url(../images/body_bg.jpg) no-repeat 50% 0;
	text-align: center;
	font-size: 13px; /* モダンブラウザ向け */
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE 6以下 */
	color: #fff;
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

body {
	background: #fffccf url(../images/body_details_bg.jpg) no-repeat 50% 0;
	text-align: center;
	font-size: 13px; /* モダンブラウザ向け */
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE 6以下 */
	color: #fff;
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}
  
/* Firefox 3用 */

body,x:-moz-broken {
	margin-left:-1px;
}
  
#wrapper {
	margin: 0 auto;
	text-align: left;
	width:950px;
}

a { color: #fff;}
a:hover { color: #eee;}

/* head
---------------------------------------------------------------------------------------- */
#headIndex {
	margin-top:600px;
}

#head {
	margin-top:300px;
}

#logo{
}

/* #globalNavi
----------------------------------------------------- */
#globalNavi{
	background:#000;
	height:52px;
}

#globalNavi ul {
	padding-top: 0;
}

#globalNavi ul li {
	display: inline;
	float: left;
	width: 134px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
}

#globalNavi ul li a {
	display: block;
	height: 32px !important;
	height /**/: 52px;
	padding: 20px 0 0;
	border-bottom: none;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: url(../images/globalnavi.gif) no-repeat left top;
}

#globalNavi ul li a:hover {
	background:url(../images/globalnavi.gif) no-repeat left top;
	color:#ccc;
	text-decoration: none;
}

/* float
----------------------------------------------------- */
.left { float: left;}
.right { float: right;}


/* #container
---------------------------------------------------------------------------------------- */
#container{
	width:950px;
	margin-top: 30px;
}

/* #contents
---------------------------------------------------------------------------------------- */
#contents{
	float:left;
	width:700px;
}


/* TOPPAGE
----------------------------------------------------- */


/* #right
----------------------------------------------------- */
#right{
	float:right;
	width:215px;
}

/* img
----------------------------------------------------- */
.imgBorder{
	background:url(../images/img_bg.gif) repeat left top;
	padding:5px;
}

/* h[x]
----------------------------------------------------- */
h1{ font-size:77%;}

h2{
	font-size:136%;
	color:#bf6a7c;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}

h3{
	font-size:100%;
	font-weight:bold;
	color:#bf6a7c;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #242424;
	margin-bottom:5px;
}

h4{
	font-size:100%;
	font-weight:bold;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px dotted #1c1c1c;
	margin-bottom:5px;
}

h5{
	font-size:77%;
	font-weight:bold;
	color:#bf6a7c;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}

h6{
	font-size:77%;
	font-weight:bold;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}

/* table
----------------------------------------------------- */

.table01 {
	width: 100%;
	border-top: 1px solid #242424;
	border-left: 1px solid #242424;
	background: #000;
	margin-bottom:15px;
}

.table01 th,
.table01 td {
	border-right: 1px solid #242424;
	border-bottom: 1px solid #242424;
	padding: 10px;
	line-height: 1.6;
}

.table01 th {
	background-color: #0e0e0e;
}



/* box
----------------------------------------------------- */

.box { margin: 0 0 25px;}

.box99 { width:99px;}

.box230{ width:230px;}

.box270{ width:270px;}

.box345{ width:345px;}

.box430{ width:430px;}

.box700{ width:700px;}

/* section
----------------------------------------------------- */

.section { margin: 0 0 15px;}

/* font 
----------------------------------------------------- */
.fontS{ font-size:77%;}

/* subNavi
----------------------------------------------------- */


/* #footer
---------------------------------------------------------------------------------------- */

#footer {
	margin:25px 0 15px 0;
}


address{
	text-align:right;
	font-size:77%;
	color:#464646;
}

address a{
	text-decoration:none;
	color:#464646;
}


/* .clearfix
---------------------------------------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0.1em;
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/
