/*basic
----------------------------------------------*/
body {
 background-image: url(../img/bg_01.gif);
 background-attachment: fixed;
 background-position: 50% 50%;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 line-height: 150%;
 font-size: small;
 color: #333333;
}

h1{
 margin: 0;
 padding: 0;
}

h2{
 margin: 0;
}

h3{
 font-size: 100%;
 font-weight: normal;
 color: #F68A0B;
 padding-left: 10px;
 width: 150px;
 background-color: #FFFFCC;
 border-right-color: #CCCCCC;
 border-right-style: solid;
 border-bottom-color: #CCCCCC;
 border-bottom-style: solid;
 border-width: 1px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #3278A0;
 padding-left: 10px;
 width: 350px;
 background-color: #C4E9FF;
 border-right-color: #CCCCCC;
 border-right-style: solid;
 border-bottom-color: #CCCCCC;
 border-bottom-style: solid;
 border-width: 1px;
}

h5{
margin: 0;
}

img{
 border: none;
}

img.right{
 float: right;
 padding-left: 10px;
}

img.left{
 float: left;
 padding-right: 10px;
}

img.line{
 padding-top: 15px;
 padding-bottom: 15px;
}

/*contents
----------------------------------------------*/
#container{
 width: 740px;
 padding: 0px;
 margin: auto;
}

#menu{
	width: 170px;
	margin: auto;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	border-right-style: solid;
}

/*link
----------------------------------------------*/
a:link{
 color: #339933;
 text-decoration: none;
}

a:visited{
 text-decoration: none;
 color: #339933;
}

a:hover{
 color: #CD1017;
 text-decoration: underline;
}

/*list
----------------------------------------------*/
#menu ul{
 list-style: none;
 margin: 0;
 padding: 0;
}

#menu li{
 margin-left: 10px;
 padding-left: 15px;
 background: url(../img/top/list.gif) no-repeat 0px 50%;
}

/*text
----------------------------------------------*/
.text-s{
 font-size: x-small;
}

.text-right{
 text-align: right;
 padding-right: 7px;
}

.text-header{
 text-align: right;
 padding-right: 10px;
 font-size: 11px;
}

.text-pankuzu{
 padding-left: 5px;
}

.text-red{
 color: #FF0000;
}

.text-white{
 color: #FFFFFF;
}