﻿@charset "shift-jis";
* { padding: 0; margin: 0; }


/*========================
BODY
==========================*/

body 	{ 
font-family: Osaka, ＭＳ Ｐゴシック, MS UI Gothic, sans-serif;
font-size: 12px;
text-align: center;
color: #999999;
}

main { 
width: 800px;
margin-left: auto;
margin-right: auto;
}

#main img{ 
margin-top: 30px;
margin-bottom: 30px;
}


/*========================
a:link
==========================*/

a:link {
        color: #669900;
	font-style: normal;
	text-decoration: none;
}

a:visited {
        color: #669900;
	font-style: normal;
	text-decoration: none;
}

a:hover,a:active {
        color: #738200;
	font-style: normal;
	text-decoration: none;
        background-color: #ffff99;
}


/*========================
h1～h6
==========================*/

h1 {
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-variant: small-caps;
	text-align: center;
	margin-top: 5px;
	padding: 0px;
	height: 12px;
	font-weight : normal;
	line-height: normal;
	margin-bottom: 20px;
	width       : 100%;
}
h2{
	font-size: 12px;
	color: #ff6600;
	font-style: normal;
	font-variant: small-caps;
	text-align: center;
	padding: 0px;
	height: 12px;
	font-weight : normal;
	line-height: normal;
        margin-top: 5px;
	width       : 100%;
}


h3 {    font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3;
        border-top: solid 1px #cccccc;
        border-right: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
	border-left: solid 15px #999900;
	background-color: #ffffff;
	padding: 5px;
	text-align: left;
        height: 45px;
        margin: 0px ;
}

h4 {    
	font-size: 24px;
	font-style: normal;
	font-weight : bold;
	text-align: center;
	margin-top: 5px;
	color: #8f8fb6;
	padding: 5px;
}

h5 {
	font-size: 16px;
	font-style: normal;
	font-weight : bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #ff6666;
	line-height: 1.2;
        border-style: none none double none;
        border-color: #cccccc;
	padding: 5px;
}


h6{	  
	font-size: 12px;
	text-align: center;
	color: #999900;
        margin-top: 5px;
        margin-bottom: 5px;
}

