@charset "Shift_JIS";

/* -----------------------------------
__BASE ELEMENTS
----------------------------------- */
*  { 
font-weight: normal; 
margin: 0; 
padding: 0
}

body    {
	color: #666;
	font-size: 62%;
	font-family: arial, sans-serif;
	background-image: url(../images/back1.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	background-position: center top;
}

a   { 
color: #399; 
text-decoration: none 
}

a:visited   { 
color: #399; 
text-decoration: none 
}

a:hover    { 
color: #399; 
text-decoration: underline 
}

img { 
border-style : none;
}


/* -----------------------------------
__wrapper
----------------------------------- */
#wrapper    {
	margin: 0 auto;
	width: 900px
}


/* -----------------------------------
__topHeader
----------------------------------- */
#topHeader { 
width: 900px; 
height: 400px 
}

#topHeader h1   { 
margin-left: 50px; 
padding-top: 100px 
}


/* -----------------------------------
__topNavi
----------------------------------- */
#topNavi   {
	margin-bottom: 30px;
	width: 450px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
}

#topNavi ul, #topNavi ul li { 
 float: left
}

#topNavi ul   { 
background-image: url("../images/topNavi.gif"); 
background-repeat: no-repeat; 
list-style-type: none; 
width: 450px; height: 80px 
}

#topNavi ul li a { 
text-indent: -9999px; 
font-size: 0; 
line-height: 0
}

/* navi01 */
#topNavi ul li.navi01 a { 
width: 65px; 
height: 80px; 
display: block
}

/* navi02 */
#topNavi ul li.navi02 a { 
width: 100px; 
height: 80px; 
display: block
}

/* navi03 */
#topNavi ul li.navi03 a { 
width: 75px; 
height: 80px; 
display: block
}

/* navi04 */
#topNavi ul li.navi04 a { 
width: 120px; 
height: 80px; 
display: block
}

/* navi05 */
#topNavi ul li.navi05 a { 
width: 90px; 
height: 80px; 
display: block
}


/* -----------------------------------
__topContents
----------------------------------- */
#topContents { 
margin-bottom: 50px; 
width: 900px 
}

#topContents p { 
font-size: 1.3em; 
line-height: 1.5; 
text-align: center; 
margin-bottom: 30px 
}


/* -----------------------------------
__header
----------------------------------- */
#header     { 
width: 900px; 
height: 100px 
}

#header h1   { 
margin-top: 25px; 
margin-left: 40px; 
float: left 
}

/* -----------------------------------
__mainNavi
----------------------------------- */
#mainNavi   {
margin-top: 30px;
width: 350px;
height: 60px;
float: right;
margin-right: 40px;
}

#mainNavi ul, #mainNavi ul li { 
float: left
}

#mainNavi ul   { 
background-image: url("../images/navi.gif"); 
background-repeat: no-repeat; 
list-style-type: none; 
width: 350px; 
height: 60px 
}

#mainNavi ul li a { 
text-indent: -9999px; 
font-size: 0px; 
line-height: 0px;
}

/* navi01 */
#mainNavi ul li.navi01 a { 
width: 45px; 
height: 60px; 
display: block
}

/* navi02 */
#mainNavi ul li.navi02 a { 
width: 80px; 
height: 60px; 
display: block
}

/* navi03 */
#mainNavi ul li.navi03 a { 
width: 60px; 
height: 60px; 
display: block
}

/* navi04 */
#mainNavi ul li.navi04 a { 
width: 95px; 
height: 60px; 
display: block
}

/* navi05 */
#mainNavi ul li.navi05 a { 
width: 70px; 
height: 60px; 
display: block
}


/* -----------------------------------
__container
----------------------------------- */
#container   {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

/* -----------------------------------
__subNavi
----------------------------------- */
#subNavi {
	float: left;
	width: 200px;
}

#subNavi h2 {
	margin-bottom: 30px;
}

#subNavi p {
	margin-bottom: 30px;
	font-size: 1.3em;
}


/* -----------------------------------
__contents
----------------------------------- */
#contents {
	float: right;
	width: 620px;
	margin-bottom: 30px;
}

#contents h2 {
	margin-bottom: 30px;
}

#contents h3 {
	margin-bottom: 15px;
	font-size: 1.4em;
	font-style: normal;
	line-height: 1.5px;
	font-weight: bold;
	margin-top: 30px;
}

#contents p {
	font-size: 1.3em;
	line-height: 1.5;
	color: #666666;
	margin-bottom: 15px;
}


/* -----------------------------------
__footer
----------------------------------- */
#footer      {
	width: 900px;
	height: 50px;
	clear: both;
}

#footer p   {
	text-align: right;
	margin-right: 50px;
}

#footer p.top {
	text-align: center;
}

