﻿@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: #000 url(../images/machina_bunner.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: #000 url(../images/machina_bunner.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:186px;
}

#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;
                margin-right: 15px;
}

/* 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;
}

h3.information{
	background: url(../images/h3_information_bg.jpg) no-repeat left top;
	margin-bottom:10px;
	padding: 4px 23px 8px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 114%;
	font-weight: bold;
	line-height: 1.5;
}

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;}

.box238{ width:238px;}

.box260{ width:260px;}

.box270{ width:270px;}

.box274{ width:274px;}

.box345{ width:345px;}

.box420{ width:420px;}

.box430{ width:430px;}

.box450{ width:450px;}

.box300{ width:300px;margin: 0 0 0 20px;}

.box700{ width:700px;}

.box900{ width:900px;}

.box950{ width:950px;}

/* 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
---------------------------------------------------------------------------------------- 
*/
.newsDl dt,
.newsDl dd {
	line-height: 1.6;
}

.newsDl dt{
	background: url(../images/news_icon.jpg) no-repeat left 11px;
	padding:3px 10px 0;
}

.newsDl dd {
	margin: -1.6em 0 8px 0;
	padding: 0 0 14px 7em;
	background: url(../images/bot_line.gif) repeat-x left bottom;
}

.newsDl dd span {
	display: block;
	padding: 0 0 0 15px;
}

.newsDl dd span a { text-decoration: none;}

/* #right
---------------------------------------------------------------------------------------- */
.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; }
/**/
