@charset "utf-8";

/* Copyright
2008. HAGANE Materialize
Author  : takeyou(by HAGANE Materialize)
version : 2008-01-02

Compatiblity:
	full: Firefox 2.0; Safari 2.0; IE 7; 
	broken: IE 6;
  not-usable: IE 5, 5.5; MacIE;
-----------------------------------------------------------------------------*/

/* -----------------------------------------------------------------
	*Last Update 2008-11-11　*take
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
	1-1.YUI Library (クロスブラウザ対策)
----------------------------------------------------------------- */
/* version: 2.6.0 Copyright (c) 2006,Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt */
/* YUI Reset CSS http://developer.yahoo.com/yui/reset/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/* YUI Font CSS http://developer.yahoo.com/yui/font/ */
body{font:13px "メイリオ", "MSゴシック", "ヒラギノ角ゴ Pro W3", helvetica,Frutiger,arial,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

/* -----------------------------------------------------------------
	1-2.Universal selector
----------------------------------------------------------------- */
*{ margin: 0; padding: 0; line-height: 1.6; color: #fff; font-size: 100%; font-weight: normal; font-style: normal; zoom:1;}

/* -----------------------------------------------------------------
	1-3.Structure Module
----------------------------------------------------------------- */
body { background-color: #fff;}

/* -----------------------------------------------------------------
	1-4.Text Module
----------------------------------------------------------------- */
p,pre,address,cite { margin: 0.5em 0;}
img { border: none;}
h1,h2,h3,h4,h5,h6 {	margin: 0.5em 0;	font-weight: bold;}
h1 {	font-size: 198%;}
h2 {	font-size: 159%;}
h3 {	font-size: 144%;}
h4 {	font-size: 122%;}
h5 {	font-size: 107%;}
h6 {	font-size: 107%;}

/* -----------------------------------------------------------------
	1-5.general
----------------------------------------------------------------- */
a:link { color: #00a;}
a:visited { color: #606;}
a:hover { color: #900;}
a:active { color: #960;}

/* clearfix Start// */
.clearfix:after { clear: both; height: 0; visibility: hidden; display: block; content: "."; font-size: 0;/* fx3 */}
.clearfix { display: inline-block;}
.clearfix { display: block;}/* fx3 */
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */
/* //clearfix End */

.clear { clear: both;}
.txtR { text-align: right;}
.txtL { text-align: left;}
.txtC { text-align: center;}
.floatL { float: left;}
.floatR { float: right;}

/* YOL footer iframe */
#footerYol { background: #fff;}
#footerYol a:link { color: #00a;}
#footerYol a:visited { color: #606;}
#footerYol a:hover { color: #900;}
#footerYol a:active { color: #960;}

p { font-size: 93%;}
.att { color: #d60011; font-weight: bold;}


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

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display:block;
}

/* End hide from IE-mac */

/* base link set */
a:link, a:visited {
	color:#ef1874;
}

a:hover, a:active {
	color: #e5e5e5;
}

/* contents */
hr {
	display: none;
}

body {
	font-family:"メイリオ", "ヒラギノ角ゴ", Frutiger, Arial, Tahoma, Helvetica, sans-serif;
	background: #a8a8a8 url(../img/bg2.jpg) no-repeat;
	text-align: center;
	cursor :  default;
	margin : 0;
	padding : 20px 0;
}

#wrap {
	color: #ffffff;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#page {
	padding: 10px;
}

#header {
	background: #0d0d0d;
	filter: alpha(opacity=70); /* IE */
	-moz-opacity: 0.70; /* Fx */
	opacity: 0.70;
	padding: 5px 10px;
	margin: 0 0 20px 0;
}

.center {
	text-align: center;
}

#header .brand {
	width : 446px;
	height : 61px;
	display : block;
	background : url(../img/hgno_logo.png) no-repeat 0 0 !important;
	margin : 10px 0 0;
}

#header .brand:hover {
	background-position : 0 -61px !important;
}

#contents {
	margin: 0 0 20px 0;
	padding: 5px 10px;
	background: #0d0d0d;
	filter: alpha(opacity=70); /* IE */
	-moz-opacity: 0.70; /* Fx */
	opacity: 0.70;
}

#contents h2 {
	border-left: #ef1874 7px solid;
	border-bottom: #ef1874 2px solid;
	padding: 2px 0 2px 15px;
}

#contents h3 {
	border-left: #ef1874 4px solid;
	padding-left: 15px;
}

#contents p {
	text-indent: 1em;
	color: #fff;
}

#footer {
	background: #0d0d0d;
	filter: alpha(opacity=70); /* IE */
	-moz-opacity: 0.70; /* Fx */
	opacity: 0.70;
	text-align: right;
	padding: 5px 10px;
}

.hide {
	display: none;
}

*html #header, *html #contents, *html #footer {
	width: 780px;
	filter: alpha(opacity=70); /* IE */
}

#footer address {
	font-style: normal;
	font-size: 80%;
}

/* -----------------------------------------------------------------
	1-7.Edit Module
----------------------------------------------------------------- */
del {
	color: #666666;
	text-decoration: line-through;
}
 del[datetime]::before {
 content: " ( "attr(datetime)"\00524a\009664) ";
}

ins {
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}
 ins[datetime]::before {
 content: " ( "attr(datetime)"\004fee\006b63) ";
}

/* -----------------------------------------------------------------
	Nav
----------------------------------------------------------------- */
#nav ul {
	background: #0d0d0d;
	color: #fff;
	padding: 10px;
}

#nav li {
	display: inline;
	list-style-type: none;
	width: 250px;
	border-right: #999 1px solid;
	padding: 8px 20px;
}

#nav li a:hover {
	border-top: #ef1874 4px solid;
	width: 250px;
	padding-top: 5px;
}

#end6 {
	display: none;
}


