﻿@charset "utf-8";

/*共通設定*/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img,a,dl,dt,dd {
	margin: 0;
	padding: 0;
}
h3,h4,h5{
	font-weight:normal;
	font-size: 1em;
	display:inline;
}

body {
	font-size: 0.9em;
	line-height: 1.1;
	background: #fff url(../images/wallpaper.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
img {
	border: none;
}
p {
	line-height: 1.4em;
}
a {
	text-decoration:none;
	color:#0099CC;
}
a:hover {
	text-decoration:underline;
	color : #85cde5;
}


#container {
	width: 800px;
	background: transparent;
	margin: 0 auto; 
	padding:0;
	text-align: left;
	overflow:auto;
}

#mainContent {
	clear:both;
}

/*ヘッダー*/
#header {
	width: 800px;
	height:102px;
	position: relative;
	overflow:hidden;
}

#header .logo {
	border: none;
	width: 262px;
	height: 57px;
	position: relative;
	top:0px;
	left:0px;
	float:left
}
#header .msg{
	float: right;
	padding : 10px 0 0 0;
	font-size:12px;
}

/*ヘッダーナビ用スタイル*/
#header .navi{
	width : 409px;
	height: 23px;
	position: absolute;
	right: 0;
	top: 34px;
}

#head_navi li {
	list-style-type: none;
	float: left;
}

#head_navi li a{
	display:block;
	height : 23px;
	line-height: 1em;
	background: url(../images/header_navi_list.gif) no-repeat;
	text-indent: -9999px;
}

#head_navi li#home a {
	background-position: left top;
	width : 64px;
}
#head_navi li#home a:hover,
#head_navi li#home a.current  {
	background-position: left -23px;
}
#head_navi li#link a {
	background-position: -64px top;
	width : 56px;
}
#head_navi li#link a:hover,
#head_navi li#link a.current {
	background-position: -64px -23px;
}
#head_navi li#company a {
	background-position: -120px top;
	width : 75px;
}
#head_navi li#company a:hover,
#head_navi li#company a.current {
	background-position: -120px -23px;
}
#head_navi li#privacy a {
	background-position: -195px top;
	width : 128px;
}
#head_navi li#privacy a:hover,
#head_navi li#privacy a.current {
	background-position: -195px -23px;
}
#head_navi li#inquiry a {
	background-position: -323px top;
	width : 86px;
}
#head_navi li#inquiry a:hover,
#head_navi li#inquiry a.current {
	background-position: -323px -23px;
}

/*グローバルメニュー*/
#header #global_menu{
	width : 800px;
	height: 39px;
	position: absolute;
	left: 0;
	top: 63px;
	margin:0;
	padding:0;
	background:url(../images/global_menu.gif) no-repeat;
}
#global_menu #global_navi{
	width : 761px;
	height: 39px;
	margin-left: 20px;
}
#global_navi li {
	list-style-type: none;
	float: left;
}
#global_navi li a{
	display:block;
	height : 39px;
	line-height: 1em;
	background: url(../images/global-navi_list.gif) no-repeat;
	text-indent: -9999px;
}
#global_navi li#purpose a {
	background-position: left top;
	width : 125px;
}
#global_navi li#purpose a:hover,
#global_navi li#purpose a.current {
	background-position: left -39px;
}
#global_navi li#hand a {
	background-position: -125px top;
	width : 127px;
}
#global_navi li#hand a:hover,
#global_navi li#hand a.current {
	background-position: -125px -39px;
}
#global_navi li#auxiliary a {
	background-position: -252px top;
	width : 127px;
}
#global_navi li#auxiliary a:hover,
#global_navi li#auxiliary a.current {
	background-position: -252px -39px;
}
#global_navi li#wheelchair a {
	background-position: -379px top;
	width : 127px;
}
#global_navi li#wheelchair a:hover,
#global_navi li#wheelchair a.current {
	background-position: -379px -39px;
}
#global_navi li#other a {
	background-position: -506px top;
	width : 127px;
}
#global_navi li#other a:hover,
#global_navi li#other a.current {
	background-position: -506px -39px;
}
#global_navi li#order a {
	background-position: -633px top;
	width : 128px;
}
#global_navi li#order a:hover
#global_navi li#order a.current {
	background-position: -633px -39px;
}


/*メインコンテンツ*/
#mainContent {
	width: 800px;
	margin-top: 13px;
	float:none;
	overflow:hidden;
}

/*コンテンツ左側*/
#mainContent #main_left {
	width : 400px;
	margin : 10px 20px 0 0;
	overflow:hidden;
	float: left;
}

#main_left p {
	margin: 0 0 10px 0;
	padding:0 0 0 10px;
	color : #666666;
	line-height: 1.5;
}
/*左側バナーエリア*/
#banner {
	width:230px;
	margin: 0 9px 0 0;
	border:none;
	float:left;
	padding:0;
}
.bnr {
	padding:0;
	width:230px;
	border:none;
	margin :0 0 8px 0;
	display:block;
}

/*左側助成制度*/
#furtherance{
	float : right;
	overflow:hidden;
}
#furtherance_top{
	background:url(../images/round_top.gif) no-repeat top left #d1eaf1;
	padding: 15px 8px 0 12px;
	font-size : 0.9em;
	line-height:1.5;
	color:#666666;
	width:140px;
	margin:0;
}
#furtherance_bottom{
	background:url(../images/round_bottom.gif) no-repeat bottom left #d1eaf1;
	text-align:center;
	width:160px;
	height:32px;
	padding: 0;
}

/*コンテンツ右側*/
#mainContent #main_right{
	width:380px;
	float:right;
	overflow:hidden;
	margin: 10px 0 0 0;
	padding: 0;
}

/*イベント情報*/
#event{
	margin: 0;
	padding: 0 0 10px 0;
}
.event_area{
	margin: 15px 0 0 7px;
	overflow:hidden;
}
.event_mes{
	line-height: 1.4;
	float:left;
	font-size:12px;
}
.event_t{
	font-size:15px;
	font-weight:bold;
	color: #0099cc;
}
.event_d{
	font-size:13px;
	color: #ff6633;
}
.event_photo {
	padding : 2px;
	border:solid 1px #cccccc;
	margin:0px;
	width: 120px;
	height: 90px;
	float:right;
}
.event_show{
	float:none;
	border:none;
	width: 157px;
	height:23px;
	margin: 3px 0 0 0;
}

/*新着情報*/
#what_new{
	margin: 0;
	padding: 0;
}
.new_area{
	float:none;
	border-bottom:dashed 1px #cccccc;
	padding: 7px 0 5px 5px;
}
.new_area dl{
	line-height: 1.5;
	font-size:12px;
	overflow:hidden; 
}
.new_area dt{
	background: url(../images/listmark.gif) no-repeat left center;
	padding-left : 10px;
	display:inline-table;
	float:left;
	width: 80px;
}
.new_area dd{
	display:inline-table;
	width:280px;
}
.new_area a{
	background: url(../images/arrow_right.gif) no-repeat left center;
	padding-left: 18px;
	display:inline-block;
}

/*目的別*/
.moku ul	{
	list-style:none;
}
.moku li	{
	background:url(../images/info.gif) no-repeat 0 0px;
	line-height:17px;
	list-style:none;
	padding-left:30px;
	margin-bottom:15px; 
}
.list 	{
	border:2px #9999FF dotted;
	padding:10px;
	float:left;
	margin:5px;
	width:250px;
}
.list1 	{
	border:2px #9999FF dotted;
	padding:10px;
	float:left;
	margin:5px;
	width:535px;
}

/*フッター*/
#footer{
	clear:both;
	margin : 10px 0 10px 0;
	background: url(../images/footer_line.gif) repeat-x left top;
	/*border-top: #68c3e1 2px solid;*/
	width : 800px;
	font-size:12px;
	text-align:center;
}
#footer_navi{
	padding: 12px 0 8px;
	color:#666666;
	width:800px;
	border-bottom: #68c3e1 1px dashed;
}
#footer_company{
	margin:5px auto;
	text-align:center;
	color:#666666;
	line-height:1.5;
}