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

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	background: url(images/bg_body.gif) left top repeat-x;
	line-height: 1.4em;
	color:#333333;
}
html,body {height: 100%;}

li {list-style: none;}

h1,h2,h3,h4,h5,h6 {font-size: 100%; margin: 0; padding: 0; font-weight: normal;}

p {margin: 0 0 10px 0;}

img {border: 0; vertical-align: middle;}

hr {display: none;}	

.bold {font-weight:bold;}

/*---------------------------------
  link
----------------------------------*/
a:link {color:#666666;text-decoration: none;}
a:visited {color:#666666;text-decoration: none;}
a:hover {color:#999999;text-decoration: underline;}
a:active {color:#999999;text-decoration: underline;}

/*---------------------------------
  layout
----------------------------------*/
div#container {
	position: relative;
	min-height: 100%;
}
* html div#continer {
	height:100%;
}
div#header_area {
	margin-bottom: 20px;
}

div.wrapper {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 140px;
	overflow: hidden;
}
div#main_area {
	width: 640px;
	margin-right: 20px;
	float: left;
}
div#side_area {
	width: 240px;
	float: left;
}
div#footer_area {
	height: 124px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

/*---------------------------------
  header_area
----------------------------------*/
#logo {
	background: url(images/logo.gif) left top no-repeat;
	height: 104px;
}
#logo h1 {
	font-size: 10px;
	padding: 20px 0 0 94px;
	
}

ul#gnav {
	background: url(images/gnav.gif) left top no-repeat;
	width: 570px;
	height: 38px;
	z-index: 1;
	margin-top: -38px;
	margin-left: 330px;
}
ul#gnav li {
	display: inline;
}
ul#gnav li a {
	display: block;
	text-indent: -9999px;
	float: left;
	overflow: hidden;
	height: 38px;
	width: 114px;
}
ul#gnav li.gnav01 a {
	background:url(images/gnav.gif) 0 0 no-repeat;
	width: 114px;
}
ul#gnav li.gnav02 a {
	background:url(images/gnav.gif) -114px 0 no-repeat;
}
ul#gnav li.gnav03 a {
	background:url(images/gnav.gif) -228px 0 no-repeat;
}
ul#gnav li.gnav04 a {
	background:url(images/gnav.gif) -342px 0 no-repeat;
}
ul#gnav li.gnav05 a {
	background:url(images/gnav.gif) -456px 0 no-repeat;
}
ul#gnav li.gnav01 a:hover {
	background:url(images/gnav.gif) 0 -38px no-repeat;
	width: 114px;
}
ul#gnav li.gnav02 a:hover {
	background:url(images/gnav.gif) -114px -38px no-repeat;
}
ul#gnav li.gnav03 a:hover {
	background:url(images/gnav.gif) -228px -38px no-repeat;
}
ul#gnav li.gnav04 a:hover {
	background:url(images/gnav.gif) -342px -38px no-repeat;
}
ul#gnav li.gnav05 a:hover {
	background:url(images/gnav.gif) -456px -38px no-repeat;
}
/*---------------------------------
  main_area
----------------------------------*/
div.main_box {
	width: 640px;
	margin-bottom: 20px;
	overflow: hidden;
}
div.lineup {
	width: 200px;
	font-size: 90%;
	float: left;
	margin-right: 20px;
}
div.lineup_right {
	width: 200px;
	font-size: 90%;
	float: right;
}
div.lineup h2,
div.lineup p,
div.lineup_right h2,
div.lineup_right p {
	margin-bottom: 10px;
}

div#news_box {
	border-bottom: 3px solid #000000;
	margin-bottom: 20px;
	padding: 20px;
	overflow:auto;
	height: 150px;
}	
div.rss_list {
	margin-bottom: 10px;
}
div.rss_list a {
	margin-left: 10px;
}		

/*---------------------------------
  side_area
----------------------------------*/
div#side_area {
	background: url(images/bg_sidearea.gif) 0 0 repeat;
	width: 220px;
	padding: 10px 10px 0 10px;
}			
div#toi {
	background-color: #fff;
	text-align: center;
	width: 220px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div.side_box {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	width: 200px;
}
h3.title_youshi {
	padding: 5px 0 0 28px;
	background:url(images/ico_youshi.gif) 0 0 no-repeat;
	height: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}	
.youshi a{
	color: #000;
	text-decoration: underline;
}

/*---------------------------------
  footer_area
----------------------------------*/
div#footer {
	height: 80px;
	width: 100%;
	background-color: #000000;
	color: #ffffcc;
	text-align: center;
	padding-top:20px;
} 
div#footer a {
	color: #ffffcc;	
}
div.pagetop {
	width: 900px;
	margin: 0 auto;
	text-align: right;
}

/*---------------------------------
  subpage
----------------------------------*/
body.subpage {
	background: url(images/bg_bodysubpage.gif) left top repeat-x;
}
table.table_style {
	width: 638px;
	border-bottom: 1px solid #cccccc;
}
table.table_style th {
	border-top: 1px solid #cccccc;
	vertical-align: top;
	text-align: left;
	padding: 8px;
	width: 30%;
}
table.table_style td {
	border-top: 1px solid #cccccc;
	vertical-align: top;
	padding: 8px;
}
.dl_style {
	width:447px;  
}  
dt {  
	float:left;  
	width:90px;  
	padding:5px 0 5px 0;  
	clear:both; 
}  
dd {  
	width:350px;  
	margin-left:90px;  
	padding:5px 5px 5px 10px;  
}
div.aisatsu_back {
	background: url(images/img_aisatsuback.jpg) left bottom no-repeat;
	height: 600px;
}	
div.aisatsu_box01 {
	width: 200px;
	float: left;
	font-size: 11px;
}
div.aisatsu_box02 {
	width: 440px;
	float: left;
}

h3.t_nakama {
	background: url(images/ico_nakama.gif) 0 0 no-repeat;
	height: 25px;
	padding-left: 50px;
	padding-top: 10px;
	color: #000;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}

div.nakama_left {
	width: 290px;
	float: left;
}
div.nakama_right {
	width: 320px;
	float: right;
}