@charset "UTF-8";
@import "base.css";
@import "fonts.css";


/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* tag
------------------------------------------------------------------------*/

h1 {} /* Header内で設定 */
h2 { line-height: .1; }
h3 {
	text-indent: -9999em;
}
h4 {}

a { color: #028eaf; text-decoration: underline; }
a:hover,
a:active { color: #de91a2; }
a:visited {
}

/* Contents
------------------------------------------------------------------------*/

#main p { padding: .5em 1em; }

.section_01 {
	display: block;
	width: 950px;
	height: 230px;
}	

.section_01_01 {
	display: block;
	float: left;
	width: 460px;
	padding: 10px 5px 10px 10px;
	}

.section_01_02 {
	display: block;
	float: right;
	width: 460px;
	padding: 15px 10px 10px 5px;
	}
.section_02 {
	display: block;
	width: 950px;
	height: 200px;
	}
.section_03 {
	display: block;
	float: center;
	width: 950px;
	font-size: 18px;
}

.point_round {
	padding: 0 5px 0 5px;
}

.image_l { float: left; margin: 0 16px 8px 0; }
.image_r { float: right; margin: 0 0 8px 16px; }

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}
.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}
.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

ul.totop { clear: both; padding-bottom: 20px; }
ul.totop li { list-style: none; }
ul.totop li a {
	display: block;
	width: 100px;
	height: 20px;
	margin: 0 0 20px 0;
	float: right;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	text-indent: -9999em;
	outline: none;
}
ul.totop li a:hover { background-position: bottom; }


/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

body {
	text-align: center;
}
#wrapper {

}
#container {
	width: 100%;
	margin: 0 auto;
	background: url(../images/container_bg.jpg) 50% repeat-y;
}
#main {
	width: 950px;
	margin: 0 auto;
	text-align: left;
  	background: url(../images/main_bg.jpg) 0 0 no-repeat;
}
#content {
	display: inline;
	width: 930px;
	margin: 10px;
}

#navigator{
	text-align: left;
}

/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	width: 950px;
	height: 170px;
	margin: 0 auto;
	text-align: left;
}
#header .header_text {
	height: 20px;
	line-height: 20px;
	text-indent: 1em;
	margin: 0;
	font-size: 80%;
}
#header h1 { float: left; }
#header h1 a {
	display: block;
	width: 340px;
	height: 150px;
	margin-left: 10px;
	background: url(../images/title_h1.jpg) 0 0 no-repeat;
	text-indent: -9999em;
}
#header #header02 {
	float: right;
	display: block;
	width: 390px;
	height: 150px;
	margin-right: 10px;
	background: url(../images/title_ask.jpg) 0 0 no-repeat;
	text-indent: -9999em;
}
#header #header02 a:hover { background-position: bottom; }


/*==========================================================================*/
/*                             Global_navi                                  */
/*==========================================================================*/


#global_nav {
	margin: 10px;
}

#global_nav ul {
	margin: 0;
}
#global_nav ul li {
	float: left;
	list-style: none;
}
#global_nav ul li a {
	display: block;
	width: 186px;
	height: 60px;
	text-indent: -9999em;
	background: url(../images/global_nav.jpg) 0 0 no-repeat;
}

#global_nav ul li.gnav01 a { background-position: 0 0; }
#global_nav ul li.gnav02 a { background-position: -186px 0; }
#global_nav ul li.gnav03 a { background-position: -372px 0; }
#global_nav ul li.gnav04 a { background-position: -558px 0; }
#global_nav ul li.gnav05 a { background-position: -744px 0; }

#global_nav ul li.gnav01:hover a { background-position: 0 -60px; }
#global_nav ul li.gnav02:hover a { background-position: -186px -60px; }
#global_nav ul li.gnav03:hover a { background-position: -372px -60px; }
#global_nav ul li.gnav04:hover a { background-position: -558px -60px; }
#global_nav ul li.gnav05:hover a { background-position: -744px -60px; }


/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	color: #fff;
	margin: 0 auto;	
 	background: #78bd36;
}

#footer #footer02 {
	width: 950px;
	height: 200px;
	margin: 0 auto;	
}

#footer #footer02 #footer_left {
	float: left;
	display: block;
	margin: 10px;
}
#footer #footer02 #footer_logo {
	width: 260px;
	height: 60px;
	background: url(../images/footer_left.jpg) 0 0 no-repeat;
	text-indent: -9999em;
}
#footer #footer02 #footer_link {
	margin: 20px 0;
}

#footer #footer02 #footer_link a{
	text-decoration: underline;
}

#footer_link a:link { color: #ffffff; }
#footer_link a:visited { color: #ffffff; }
#footer_link a:hover { color: #ff0000; }
#footer_link a:active { color: #ff8000; }

#footer #footer02 #footer_right {
	float: right;
	display: block;
	width: 330px;
	height: 160px;
	margin: 10px;
	background: url(../images/footer_right.jpg) 0 0 no-repeat;
	text-indent: -9999em;
}

#footer address {
	width: 950px;
	text-align: left;
	float: left;
	display: block;	
	margin-left: 10px;
	line-height: 20px;
	font-size: 80%;
}

/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/* index
------------------------------------------------------------------------*/
#index h2#h2_01 {
	margin: 0 10px;
}


#index h3#h3_01 {
	background: url(../images/index_h3_01.jpg) 0 0 no-repeat;
	height: 45px;
}

#index ul#list_01 {
	width: 260px;
	float: left;
	list-style-type: none;
	font-size: 18px;
}

#index p#list_point {
	width: 120px;
	height:112px;
	margin: 15px 0;
	background: url(../images/index_list_point.jpg) 0 0 no-repeat;
	text-indent: -9999em;
	float: right;
}


#index h3#time_table {
	background: url(../images/index_timetable_01.jpg) 0 0 no-repeat;
	height: 150px;
}

#index h3#h3_02 {
	background: url(../images/index_h3_02.jpg) 0 0 no-repeat;
	height: 35px;
	margin: 10px 0 0 0;
}

.index_menu_01 {
	display: block;
	float: left;
	width: 310px;
	height: 360px;
	margin: 10px 0 10px 10px;
	background: url(../images/index_menu_bg.jpg) 0 0 ;
}

.index_menu_01 h4#h4_01 {
	width: 310px;
	height: 90px;
	background: url(../images/index_menu01.jpg) 0 0 no-repeat;
	text-indent: -9999em;
}

.index_menu_01 img {
	width: 290px;
	height: 100px;
	margin: 10px;
}

.index_menu_01 p { font-size: 16px; }
.index_menu_01 a { text-decoration: underline; }

.index_menu_02 {
	display: block;
	float: left;
	width: 310px;
	height: 360px;
	margin: 10px 0 10px 0;
	background: url(../images/index_menu_bg.jpg) 0 0 ;
}

.index_menu_02 h4#h4_02 {
	width: 310px;
	height: 90px;
	background: url(../images/index_menu02.jpg) 0 0 no-repeat;
	text-indent: -9999em;
}
.index_menu_02 img {
	width: 290px;
	height: 100px;
	margin: 10px;
}
.index_menu_02 p { font-size: 16px; }
.index_menu_02 a { text-decoration: underline; }

.index_menu_03 {
	display: block;
	float: left;
	width: 310px;
	height: 360px;
	margin: 10px 0 10px 0;
}

.index_menu_03 h4#h4_03 {
	width: 310px;
	height: 90px;
	background: url(../images/index_menu03.jpg) 0 0 no-repeat;
	text-indent: -9999em;
}
.index_menu_03 img {
	width: 290px;
	height: 100px;
	margin: 10px;
}
.index_menu_03 p { font-size: 16px; }
.index_menu_03 a { text-decoration: underline; }

.section_03 .index_text {
	padding: 20px 10px 20px 10px;
}

.section_02 a.toditail {
	display: block;
	margin: 15px 75px ;
	width: 140px;
	height: 30px;
	float: center;
	background: url(../images/to_detail.jpg) 0 0 no-repeat;
	text-indent: -9999em;
	outline: none;

}
.section_02 a.toditail:hover { background-position: bottom; }


/* introduction
------------------------------------------------------------------------*/
.section_introduction_01 {
	margin: 20px 10px 30px 15px;
	font-size: 18px;
}
#introduction_p01 {
	margin-right: 5px;
}
#introduction_p02 {
	margin-right: 5px;
}

.section_introduction_01 h3 {
	display: block;
	margin: 5px 20px ;
	width: 750px;
	height: 100px;
	background: url(../images/introduction_h3.jpg) 0 0 no-repeat;
	text-indent: -9999em;
	outline: none;
}

/* greeting
------------------------------------------------------------------------*/
.section_greeting_01 {
	margin: 20px 10px 30px 10px;
	font-size: 18px;
}
.greeting_p01{
	margin: 10px;
}
.section_greeting_01 h3 {
	display: block;
	margin: 5px 20px ;
	width: 750px;
	height: 60px;
	background: url(../images/greeting_h3.jpg) 0 0 no-repeat;
	text-indent: -9999em;
	outline: none;
}

/* information
------------------------------------------------------------------------*/
.section_information_01 {
	margin: 20px 20px 30px 20px;
	font-size: 18px;
}
.information_p01{
	margin: 10px;
}

.section_information_01 p#left {
	display: block;
	float: left;
}
.section_information_01 p.timetable {
	display: block;
	float: right;
}
.section_information_02 {
	margin: 20px 0px;

}

/* mailform
------------------------------------------------------------------------*/
.section_mailform_01 {
	margin: 150px 10px 250px 15px;
	font-size: 18px;
}


.section_mailform_01 h3{
	font-size: 28px;

}



/* sitemap
------------------------------------------------------------------------*/
#sitemap_link {
}

