@charset "utf-8";
/* CSS Document */

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	color: #333333;
	background-color: #CCCCCC;
	font-size:95%;
	text-align:center;
}

#frame{
	width:780px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF url(../images/back.gif) repeat-y;
}

#header_links{
	margin-left: auto;
	margin-right: auto;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #993300;
	color:#EEEEEE;
	font-size:90%;
	width:760px;
	text-align:right;
}

#header_links a{
	color:#EEEEEE;
	text-decoration: none;
}

#header_links a:hover{
	text-decoration: underline;
}

#header_logo{
	margin-left: auto;
	margin-right: auto;
	background-color: #FF6600;
	color:#FFFFFF;
	padding:10px 0 10px 0px;
	width:760px;
	text-align:left;
}

#header_logo h1{
	padding-top:10px;
	padding-left:20px;
	font-size:120%;
}

#menu{
	margin-left: auto;
	margin-right: auto;
	background: #FF9900 url(../images/menu_bg.gif) repeat-x;
	height:40px;
	font-size:100%;
	width:760px;
	text-align:left;
}

#menu ul{
	margin:0;
	font-size:90%;
} 

#menu ul li{
	list-style:none;
	margin:0;
	padding: 0; 
	display:inline;
}

#menu ul li a{
	float: left;
	text-decoration: none;
	padding: 12px 10px 12px 10px;
	text-transform: none;
	color:#EEEEEE;
	font-weight: bold;
} 

#menu ul li a:hover{
	color:#333333;
	background: #FFFFFF url(../images/menu_hover_bg.gif) repeat-x;
}

#main{
	margin-left: auto;
	margin-right: auto;
	font-size:100%;
	width:750px;
	text-align:left;
}
#columnLeft{
	float:left;
	width:480px;
	padding:10px 10px 10px 20px;
	background-color:#FFFFFF;
}

#columnLeft h1{
	color:#993300;
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #FF6600;
	font-size:140%;
}

#columnLeft h2, h3{
	color:#993300;
	font-size: 110%;
}

#columnRight{
	float:right;
	width:200px;
	background-color: #FF6600;
	color:#FFFFFF;
	padding:10px;
}
#columnRight h1, h2{
	font-size:110%;
	font-weight: bolder;
}
#columnRight a{
	color:#FFFFFF;
	text-decoration: none;
}

#columnRight a:hover{
	text-decoration: underline;
}
#columnRight ul
{ margin: 5px 0px 10px 16px;
  padding: 0px;
}

#columnRight ul li
{ margin: 0px 0px 5px 0px; 
  padding: 0px;
}



#footer{
	clear:both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #EEEEEE;
	background-color: #993300;
	padding-top:5px;
	padding-bottom:5px;
	font-size:85%;
	width:760px;
}

#footer a{
	color:#EEEEEE;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

/*******************************/
.left
{ float: left; 
  padding: 0px 8px 0px 20px;
}

.right
{ float: right; 
  padding: 0px 10px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

.waku{
	margin-top: 50px;
	margin-left: 100px;
	margin-bottom: 20px;
	padding: 10px 0px 10px 0px;
	width: 350px;
	border: 1px solid #CCCCCC;
}
table{
	font-size:90%;
}
table td p{
	font-size:90%;
}

/* ordered list */
ol
{ margin: 0px 0px 10px 16px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 5px 0px; 
  padding: 0px;
}
dl {
	margin:0px;
	padding: 0px 0px 10px 20px;
}
dt {
	margin:10px 0px 3px 0px;
	padding:0px;
	font-weight: bold;
}
dd {
	margin:0px 0px 0px 20px;
	padding:0px;
}

img
{
	border: 0px;
	margin:10px;
}

p
{ margin: 0px;
  padding: 0px 10px 10px 20px;
  line-height: 1.3em;
}
