@charset"Shift_jis";
/* 基本構造
------------------------------------------------*/
h1 {
    width: 900px;
    font-size: 12px;
    color: #999999;
    font-weight: normal;
    text-align: center;
    margin: 0px;
}
h2 {
    font-size: 16px;
    color: #333333;
    background: url(img/h2hana.jpg) 0 0.25em no-repeat;
    border-bottom: 2px solid #66cc99;
    margin: 0px 10px 10px 0px;
    padding: 8px 0px 0px 50px;
}
h3 {
    font-size: 14px;
    color: #ff33cc;
    margin: 0px;
}
.h3-2 {
    line-height: 300%;
    font-size: 16px;
    color: #ff0000;
    text-align: center;
    border: double #ff33cc;
    margin: 0px;
}
p {    
    font-size: 12px;
    text-align: center;
    color: #666666;      
    margin: 0px;
    padding: 0px;
}
p.p2 {
    line-height: 180%;
    font-size: 12px;
    text-align: left;
    color: #333333;    
    margin: 5px 0px;
    padding: 0px;
}
img {
    border: 0px;
}
body {
      　text-align: center;
        background-color: white;
      　margin: 0px;
	padding: 5px 0px 0px 0px;
	}
#outcontainer {
	width: 920px;
	text-align: center;
	line-height: 200%;
        background-image: url(img/back.jpg);
        background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
        padding: 0px;
}
#container {
	width: 900px;
	line-height: 200%;
        background-color: white;
        font-size: 14px;
        color: #333333;
        text-align: center;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
}
/* ヘッダー
------------------------------------------------*/
#header {
	width: 900px;
        height: 120px;
	line-height: 150%;
        margin: 0px;
        padding: 0px;
}
/* ナビゲーション
------------------------------------------------*/
.nav {
	clear: both;
	width: 900px;
        background-image: url(img/navi-back.jpg);
        margin: 0px;
}
.nav ul, .nav li, .nav a {
        display: block;
        text-align: center;
        background-image: url(img/navi-back.jpg);
        margin: 0px;
        padding: 0px;
}
.nav li {
        float: left;
        white-space: nowrap;
}
.nav a {
        text-decoration: none;
        color: black;
        padding: 5px 37px;
}
.nav a:hover {
        color: #ff33cc;
}
/* サイドメニュー
------------------------------------------------*/
#leftside {
	width: 245px;
	float: left;
	line-height: 200%;
        text-align:center;
        margin: 10px 0px 15px 5px;
        padding: 0px;
}
#leftside img {
        margin: 0px;
}
.left01 {
	width: 245px;
	height: 35px;
        line-height: 280%;
        background: url(img/c-titleback.jpg) no-repeat;
        text-align:center;
        font-weight: bold; 
        color: #333333;
	margin: 5px 0px 5px 0px;
        padding: 0px;
}
.left02 {
	width: 245px;
	height: 35px;
        line-height: 280%;
        background: url(img/c-titleback2.jpg) no-repeat;
        text-align:center;
        font-weight: bold; 
        color: #555555;
	margin: 0px 0px 8px 0px;
        padding: 0px;
}
ul.sidenavi {
	margin: 0px;
	padding: 0px;
        text-align: left;
}
ul.sidenavi li{
	margin: 5px 0px;
	padding: 0px 0px 5px 5px;
	list-style-type: none;
        border-bottom: 1px dashed #888888;
}
#leftside a { color: #333333; text-decoration: none; }
#leftside a:link { color: #333333; text-decoration: none; }
#leftside a:hover { color:#ff33cc; text-decoration: underline; }
/* コンテンツ
------------------------------------------------*/
#contents  {
	width: 635px;
	line-height: 200%;
        color: #333333;
	float: left;
	text-align: left;
        margin: 10px 0px 15px 10px;
}
/* サブコンテンツ
------------------------------------------------*/
.contents01  {
	width: 610px;
        margin: 15px 10px 10px 15px;
}
/* フッター
------------------------------------------------*/
#footer {
	clear: both; 
	width: 900px;
	line-height: 150%;
	color: #222222;
        padding:10px 0px;
        margin: 0px;
}
