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

html{
	overflow-y:scroll;
}

*{
	margin:0;
	padding:0;
	outline:0;
}

body {
  font-size:13px;
  font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "sans-serif";
	color:#333;
	background:#f0f8ff;
}

ul, li {
  list-style-type:none;
}

a {
  text-decoration:none;
  color:#e8380f;
}

h1, h2, h3, h4{
	margin:0px;
	padding:0px;
}

a:hover {
  color:#e36c51;
  text-decoration:underline;
}

#top-wrapper{
	width:840px;
	margin:0px auto;
	background:#fff;
}

#carrier{
	padding:0px 0px 10px 0px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=0 );
	background: #fffacd;
}

img{
	display:block;
}

h1{
	font-size:18px;
	padding:10px 10px 5px 10px;
}

h1 a{
	color: #666;
}

h1 a:hover{
	color: #fde0c7;
  text-decoration: none;
}

h2{
	font-size: 12px;
	color: #666;
	padding: 5px 10px 0px 10px;
}

#nav li{
	float: left;
}

#nav li a{
	background: #e6e6fa;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d068', endColorstr='#fccd4d',GradientType=0 );
	*background: #fccd4d;
	display: block;
	padding: 15px 0px 10px 0px;
	text-align: center;
	width: 140px;
  min-height : 25px;
  height: auto !important;
  height:25px\9;
  *height:25px;
  _height:25px;
	font-size: 12px;
	color: #666;
}

#nav li a:hover{
	background: #faf0e6;
	color: #f1994f;
  text-decoration: none;
}

#globalnav{
	margin: 0px 0px 30px 0px;
}

#globalnav h3{
	background: #ffe4e1;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=0 );
	padding: 10px 10px;
	margin-bottom:20px;
	font-size: 15px;
	float: left;
	width: 205px;
	color: #666;
}

.leftside, .news_bounds, .topics_bounds, .sitemap_nav{
	padding: 10px 20px 20px 10px;
	width: 585px;
	float: left;
	margin-top: 43px;
	background: #e0ffff;
}

.leftside p{
	margin: 5px 20px 10px 20px;
}

.topics_bounds p{
  margin : 10px 40px 0px 30px;
	border-bottom: #666 dotted 1px;
	padding-left: 10px;
	color: #666;
}

.topics_bounds div{
  margin : 2px 40px 10px 40px;
}

.sitemap_nav ul, .leftside ul{
	text-align: justify;
	padding-left: 20px;
}

.sitemap_nav li, .leftside li{
	padding: 2px 5px 10px 5px;
}

#globalfooter{
	clear: both;
	margin-top: 20px;
	background: #e6e6fa;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=0 );
	*background: #ff7b0d;

}

#globalfooter p{
	text-align: center;
  display : block;
  padding : 30px 0px;
  margin : 0px auto;
	color: #999;
}