@charset "EUC-JP";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	font-size	:80%;
	font-family	:Osaka,"MS PGothic",Sans-Serif;
	color		:#666;
	background:#F0E6AC;
	line-height	:140%;
	border-top:4px solid #669DC3;
	margin		:0;
}กก

html {
	margin	:0;
}

p {
	margin:0 0 1em;
	
}

li {
	list-style:none;
}

img,
fieldset {
	border:0;
}

table {
	border-collapse: collapse;
}

.float_l{
	float	:left;
}

.float_r{
	float	:right;
}

/* start: clearfix ------------------------------ */
.clearfix{}

.clearfix:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.clearfix { 
	display:inline-table;
	min-height:1px;
}

/* Hides from Mac IE \*/
* html .clearfix { height:1px; }
.clearfix { display:block; }
/* */
/* end: clearfix ------------------------------ */

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color		:#51452C;
	text-decoration:underline;
}

a:link {
	color		:#51452C;
	text-decoration:underline;
}

a:visited {
}

a:hover {
	color		:#51452C;
	text-decoration:none;
}

a:active {
}

a:focus{
	outline:none;
}

a:hover img {
	filter: alpha(opacity=69);
	-moz-opacity:0.69;
	opacity:0.69;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container{
	width	:960px;
	margin	:0 auto;
	background:#FFF;
	clear	:both;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header{
	padding:10px 20px;
}

#header img.contact a{
	float:left;
}

#header img.english{
	float:right;
	margin-left:10px;
}


/* start: clearfix ------------------------------ */
#header{}

#header:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#header { 
	display:inline-table;
	min-height:1px;
}

/* Hides from Mac IE \*/
* html #header { height:1px; }
#header {
	display:block;
	height: 95px;
}
/* */
/* end: clearfix ------------------------------ */

h1{
	width:318px;
	height:67px;
	background:url(../img/h1.jpg) no-repeat left top;
	text-indent:-9999px;
	float:left;
	margin-top: 15px;
}

h1 a{
	width:318px;
	height:67px;
	display	:block;
}

#header h2{
	width:500px;
	margin-top:10px;
	font-size:100%;
	font-weight:normal;
	text-align	:right;
	float:right;
}

#header img.contact {
	float: right;
}


/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents{
	margin:3px 0 40px;
	clear:both;
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer{
	padding	:25px 0 20px 30px;
	background:url(../img/topics/footer_bg.jpg) no-repeat left bottom;
	color:#669DC3;
	clear:both;
}

#footer h2{
	font-size:130%;
	font-weight:bold;
}

#footer ul{
	margin-bottom:5px;
}

#footer p.copy{
	font-size:80%;
	font-weight:normal;
	margin:0;
}

/*-----------------------------------------------
 __decoration
-----------------------------------------------*/


.small80{
	font-size:80%;
}

.red{
	color	:#CC0000;
}

.blue{
	color:#669DC3;
}

.goto_over{
	text-align	:right;
	font-size:80%;
	clear	:both;
}

.goto_over a{
	color	:#CC9900;
}
