
/* DEFAULT
==============================*/

html, body, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, tr, th, td, address {
	margin: 0;
	padding: 0;
}


body {
	padding: 0px ;
	font-size: 12px ;
	background-color: #dfffff;
	text-align: center ;
       font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
       color: #666666; 
}


img {
	border: 0px ;
}



/* LAYOUT
==============================*/

#frame {
	width: 820px ;
	margin: auto ;
	text-align: left ;
	background-color:#fff;
}


#header {
	position: relative ;
	height: 160px ;
}


#main{
	position: relative ;
	float: right ;
	overflow: hidden ;
	width: 650px ;
	color:#000000;
}



#side {
	position: relative ;
	float: left ;
	text-align:left;
	width: 170px ;
	overflow: hidden ;
	font-size: 12px ;
}


#footer {
	clear: both ;
	overflow: hidden ;
}


/* FONT
==============================*/

.f1xxs{ font-size: xx-small; }
.f2xs{ font-size: x-small; }
.fxs2{ font-size: x-small; }
.f3s{ font-size: small; }
.f4m{ font-size: medium; }
.f5l{ font-size: large; }
.f6xl{ font-size: x-large; }
.f7xxl{ font-size: xx-large; }




/* HEADER
==============================*/
#header {
	position: relative;
}

#header a {
	white-space: nowrap ;
}

#header * {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 10px;
	font-weight: normal;
	color:#000;
	text-decoration: none;
}

#header h1 {
	position: absolute;
	left: 400px;
	top: 5px;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

#header p img {
	left: 0px;
	top:20px;
}

#header h2 {
	position: absolute;
	font-size:10px;
	font-weight: normal;
	margin:0;
	left: 5px;
	top: 5px;
	width:150px;
}

#frame #header p.headerP {
	left: 200px;
	top: 5px;
}

/* HEAD-MENU
==============================*/

#head-menu {
 width:820px;
 height:35px;
 font-size:13px;
 font-weight: bold;
 text-decoration: none;
 color:#fff;
}

#head-menu li {
 width: 164px;
 height:30px;
 line-height:30px;
 text-align:center;
 list-style-type: none ;
 float:left;
}


#head-menu li a {
 color:#fff;
 text-decoration: none ;
 display: block ;
 background: url("img/head-menu3.gif") no-repeat ;
}


#head-menu a:hover {
 color:#fff;
 background: url("img/head-menu4.gif") no-repeat ;
}



/* SIDE
==============================*/


#side {
	margin-bottom: 20px ;
	text-align: left;
       
}


#side2 {
	margin-bottom: 20px ;
	text-align: left;
       
}

#side table{
    width:100%;
    border:none;
    border-collapse:collapse;
}

#side td{
    border:1px solid #0033FF;
    border-collapse:collapse;

}

#side p {

	margin-bottom: 10px ;
	font-size: 12px ;
	text-align: left ;
}


#side h3 {
	margin-bottom:15px;
       height:20px;
	line-height:20px;
	padding-left:15px;
	font-size:12px;
       background: url("img/side-h3.jpg") no-repeat ;
}

#side h4 {
	margin-top:10px;
	margin-bottom:15px;
	margin-left:20px;
	font-size: 14px ;
       background: url("img/side-h4.jpg") no-repeat ;
}

#side #menu ul {
	margin-bottom: 15px ;
}


#side #menu li {
    padding-left:5px;
	margin-bottom:5px;
	width:100%;
	line-height:1;
	list-style-type: none ;
}

#side #menu li a {
    padding-top:3px;
       padding-bottom:3px;
       padding-left:22px;
       font-size: 12px ;
       color:#0000FF;
       text-decoration: none ;
       display: block ;
       background: url("img/menu1.gif") no-repeat ;
       background-position: 5px 1px ;
}

#side #menu a:hover {
    padding-top:4px;
       padding-bottom:2px;
       padding-left:23px;
       color:#FF0000;
       background: url("img/menu2.gif") no-repeat ;
       background-position: 6px 2px ;

}


/* MAIN
==============================*/


.main {
	padding: 15px ;
	border-top: 10px ;
	border-bottom: 10px ;
}

#main h2 {
	clear: both ;
       margin-left:10px;
       margin-bottom:10px;
	padding-top:10px;
       padding-left:35px;
	padding-bottom:10px;
	font-size:22px;
	text-align:left;
	color:#330066;
       background: url("img/bar.png") no-repeat ;
}

#main h3 {
	clear: both ;
       margin-top:20px;
       margin-left:10px;
       margin-bottom:10px;
	padding-top:7px;
       padding-left:45px;
	padding-bottom:10px;
	font-size:16px;
	text-align:left;
	color:#FFFFFF;
       background: url("img/bar.gif") no-repeat ;
}

#main h4 {
	font-size:16px;
    margin-bottom:20px;
	padding-left:5px;
}

#main p {
    margin-bottom:12px;
	padding-left:15px;
	padding-right:10px;
	font-size:16px;
	line-height:1.5;
}

#main ul ol {
    margin-bottom:30px;

}

#main li {
    margin-bottom:10px;
	margin-left:15px;
	line-height:1.5;
}

/* FOOTER 
==============================*/

#footer * {
	font-weight: normal ;
	text-align:center;
}

#footer p{
	text-align:center;
	margin-bottom:20px;
	font-size:12px;
	line-height:1.5;
}

#footer h3{
	text-align:center;
	margin-bottom:10px;
	font-size:12px;
}



#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active {
	text-decoration: none;
}

#footer img{
	margin: 10px;
	float: right ;
	margin-top: 0;
	margin-bottom: 0;
}

c-both { clear:both; }