@charset "UTF-8";

/*------------------------------------------------------------------------------
	Title : hajime naemura - Common
	Author : tetenoma
	URL : http://www.naemura.com
	Last Updated : 2007-10-01
------------------------------------------------------------------------------*/

/* Reset
----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0;
	text-decoration: none;
	}

html {
	overflow-y: scroll;
	}
	
table {
	border-collapse: collapse;
	}
	
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	}
	
p {
	margin: 0 0 1em 0;
	word-wrap: break-word;
	}
	
ul,
ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
img {
	margin: 0;
	border: 0;
	vertical-align: bottom;
	}
	
form {
	margin: 0;
	padding: 0;
	}

br {
	letter-spacing: normal;
	}
	
address {
	font-style: normal;
	color: #000000;
	}

hr {
	display: none;
	}
	
textarea{
	font-size: small;
	}

/*\*//*/
textarea, select, input {
	 font-family: Osaka;
	 }
/**/

/*	Common
----------------------------------------------------*/
 
body {
	background: #000000 url(../img/bg/bg.jpg) 0px 5px repeat-x;
	/*background: #000000 url(../img/bg/all_bg.jpg) fixed top center no-repeat;*/
	font-size: small;
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: center;
	color: #CCCCCC;
	}

* html body {
	font-size: x-small;
	}
	  
a {
	text-decoration: none;
	}
	
a:link,
a:visited
	{
	color: #FFFFFF;
	}
	
a:hover,
a:visited:hover,
a:active {
	color: #999999;
	}
	
/*	Structure
----------------------------------------------------*/

#bottom {
	background: url(../img/bottom_2.png) top left no-repeat;
	width: 100%;
	}

* html #bottom {
	background: none;
	}	
		
#wrap {
	margin: 0 auto;
	position: relative;
	width: 747px;
	background: url(../img/bg/z.png) 10px 170px no-repeat;
	}

* html #wrap {
	background: url(../img/bg/z_ie.jpg) -2px 148px no-repeat;
	}
		
#header {
	width: 100%;
	height: 149px;
	text-align: left;
	}
	
#ci {
	padding-top: 35px;
	width: 120px;
	height: 65px;
	position: relative;
	left: -45px;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	color: #FFFFFF;
	}

.print_ttl {
	display: none;
	}
	
#container {
	}
	
#globalnav {
	margin-top: 80px;
	position: absolute;
	top: 0;
	left: 20px;
	width: 110px;
	}

#globalnav dt {
	display: none;
	}

#globalnav ul li {
	margin-bottom: 5px;
	padding-left: 10px;
	border-left: solid 1px #000000;
	line-height: 1.4;
	}
		
#globalnav a {
	color: #FFFFFF;
	text-decoration: none;
	}		
	
#globalnav a:link,
#globalnav a:visited {
	color: #FFFFFF;
	}
	
#globalnav a:hover,
#globalnav a:active {
	color: #CCCCCC;
	}

#globalnav li.stay {
	color: #FF3300;
	}

#globalnav li.mail {
	margin-top: 15px;
	}
		
#primaly {
	margin: -142px 0 0 96px;
	/*margin: -30px 0 0 96px;*/
	}
	
/* modern browsers */
#primaly:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* IE7 */
#primaly {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html #primaly {
	height: 1%;
	}
	
#primaly {
	display: block;
	}
/* End hide from IE-mac */

.section {
	margin-right: 5px;
	padding-bottom: 15px;
	float: left;
	border: solid 1px #FFFFFF;
	width: 210px;
	text-align: left;
	background: #000000;
	filter: alpha(opacity="80");
    -moz-opacity:0.8;
    opacity:0.8;
	}

.section a:hover {
	filter: alpha(opacity="50");
	}
	 
.section_img {
	margin-bottom: 22px;
	border-bottom: solid 1px #FFFFFF;
	}
	
h2 {
	margin-bottom: 35px;
	padding-left: 10px;
	border-left: solid 6px #DFF0F0;
	color: #DFF0F0;
	}

h3 {
	margin: 10px 0 10px 5px;
	}

#content_01 dl dt {
	margin: 0 0 5px 5px;
	}
	
#content_01 dl dd {
	margin: 0 0 10px 10px;
	}
	
#content_01 dl dd a:link {
	border-bottom: dotted 1px #CCCCCC;
	}
	
#content_02 p {
	margin-bottom: 2px;
	}
	
#content_02 p a {
	padding: 10px;
	display: block;
	overflow: hidden;
	width: 190px;
	background: url(../img/bg/a_on.png);
	text-decoration: none;
	line-height:1.4;
	}

#content_02 p a span.new {
	padding: 1px 3px;
	font-size: 10px;
	color: #FFFFFF;
	background: #FF6600;
	}

* html #content_02 p a {
	display: block;
	overflow: hidden;
	width: 210px;
	text-decoration: none;
	}

#content_02 p a:link,
#content_02 p a:visited {
	background: url(../img/bg/a_on.png) top left no-repeat;
	color: #CCCCCC;
	}

* html #content_02 p a:link,
* html #content_02 p a:visited {
	background: none;
	background: #000000;
	filter: alpha(opacity="40");
	}
		
#content_02 p a:hover,
#content_02 p a:active {
	background: url(../img/bg/a.png) top left no-repeat;
	color: #FFFFFF;
	}

* html #content_02 p a:hover,
* html #content_02 p a:active {
	background: none;
	background: #000033;
	filter: alpha(opacity="40");
	}

#content_03 p,
#content_03 ul {
	margin-left: 10px;
	}

#content_03 ul#participation li {
	display: inline;
	margin-right: 10px;
	}
	
#content_03 ul#view_site li {
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 10px;
	}
	
#content_03 ul#view_site li span {
	padding: 3px 0;
	font-size: 10px;
	border-bottom: dotted 1px #666666;
	}

#content_03 ul#view_site li ul li {
	margin: 0;
	}

#content_03 ul#view_site li ul li.brouser {
	color: #666666;
	}

#footer {
	margin-left: 45px;
	}

#footer p#caution {
	font-size: 10px;
	color: #000000;
	}

* html #content_03 ul#view_site li span,
* html #footer p#caution {
	font-size: 9px;
	}
	 	
#assistnav {
	margin: 20px 0 0 0;
	}
	
#assistnav dt {
	display: none;
	}

#assistnav ul li {
	display: inline;
	margin-right: 5px;
	}	

#assistnav ul li.stay {
	color: #FF6600;
	}

.lastchild {
	border-right: solid 1px #CCCCCC;
	padding-right: 15px;
	}

address {
	margin-top: 15px;
	margin-bottom: 10px;
	}
			
#to_pagetop_ie6 {
	display: none;
	}
	
* html #to_pagetop_ie6 {
	display: block;
	margin-top: 15px;
	}

#to_pagetop {
	margin-top: 15px;
	}
	
* html #to_pagetop {
	display: none;
	}

/* total
---------------------------------------------*/

#total {
        color: #333333;
        }