@charset "euc-jp";
/* CSS Document */
/********************************************************************* tag_define */
* {
	margin: 0;
	padding: 0;
	font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	font-style: normal;
	text-decoration: none;
	line-height: 16px;
}

body{
	margin: 0px;
	line-height:120%;
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	background-color: #99CCCC;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	}

h1 {
	font-size: 10px;
	color: #666666;
	height: 25px;
	width: 458px;
	font-weight: normal;
	margin: 0px;
	text-align: right;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}

h2, h3, h4, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul, ol, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}
table, th, td{
}
a {
	text-decoration: none;
	color: #003366;
}
a:hover{
	text-decoration: underline;
}

/********************************************************** basic_position_classes */
.clear { clear: both;}
.align-c { text-align: center; }
.align-l { text-align: left; }
.align-r { text-align: right; }

/********************************************************** commmon_rayout_classes */

#container {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	padding: 1px;
	background-color: #FFFFFF;
}

#p {
	background-image: url(../img/p.gif);
	background-repeat: repeat-x;
	margin: 3px 10px 0px 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	float: none;
}

/**************************** header */
.header {
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	height: 109px;
	width: 798px;
}
.header_logo {
	float: left;
	height: 109px;
	width: 335px;
}


/**************************** menu */
menu {
	width: 798px;
	height: 45px;
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
	}

.menu ul {
	width: 798px;
	height: 45px;
	background: url(../img/menu.gif) no-repeat 0px 0px;
	}

.menu ul li {
	display: inline;
	text-indent: -9000px;
	}

.menu ul li a {
	width: 798px;
	float:left;
	display: block;
	overflow: hidden;
	height: 45px;
	}

.menu ul li.menu01 a {
	background: url(../img/menu.gif) no-repeat 0px 0px;
	width: 161px;
	}

.menu ul li.menu02 a {
	background: url(../img/menu.gif) no-repeat -161px 0px;
	width: 160px;
	}

.menu ul li.menu03 a {
	background: url(../img/menu.gif) no-repeat -321px 0px;
	width: 160px;
	}

.menu ul li.menu04 a {
	background: url(../img/menu.gif) no-repeat -481px 0px;
	width: 160px;
	}

.menu ul li.menu05 a {
	background: url(../img/menu.gif) no-repeat -641px 0px;
	width: 157px;
	}

.menu ul li.menu06 a {
	width: 105px;
	background: url(../img/menu.gif) no-repeat -524px 0px;
	}

.menu ul li.menu07 a {
	width: 105px;
	background: url(../img/menu.gif) no-repeat -629px 0px;
}
.menu ul li.menu08 a {
	width: 104px;
	background: url(../img/menu.gif) no-repeat -734px 0px;
}

.menu ul li.menu01 a:hover {
	background: url(../img/menu.gif) no-repeat 0px -45px;
	width: 161px;
	}

.menu ul li.menu02 a:hover {
	background: url(../img/menu.gif) no-repeat -161px -45px;
	width: 160px;
	}

.menu ul li.menu03 a:hover {
	background: url(../img/menu.gif) no-repeat -321px -45px;
	width: 160px;
	}

.menu ul li.menu04 a:hover {
	background: url(../img/menu.gif) no-repeat -481px -45px;
	width: 160px;
	}

.menu ul li.menu05 a:hover {
	background: url(../img/menu.gif) no-repeat -641px -45px;
	width: 157px;
	}

.menu ul li.menu06 a:hover {
	width: 105px;
	background: url(../img/menu.gif) no-repeat -524px -43px;
	}

.menu ul li.menu07 a:hover {
	width: 105px;
	background: url(../img/menu.gif) no-repeat -629px -43px;
}
.menu ul li.menu08 a:hover {
	width: 104px;
	background: url(../img/menu.gif) no-repeat -734px -43px;
}

/**************************** Side menu */

.side {
	float: left;
	width: 150px;
}

.side_menu{
	width:150px;
	height:100%;
}
.side_menu li{
	margin-bottom: 6px;
}
.side_menu ul a{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 35px;
	width: 150px;
}

.side_menu ul a:hover{
	background-position: 0px -35px;
}

/* menu1 */
.side_menu ul a.side_menu1{
	background-image: url(../img/side_menu1.gif);
	background-repeat: no-repeat;
}
/* menu2 */
.side_menu ul a.side_menu2{
	background-image: url(../img/side_menu2.gif);
	background-repeat: no-repeat;
}
/* menu3 */
.side_menu ul a.side_menu3{
	background-image: url(../img/side_menu3.gif);
	background-repeat: no-repeat;
}
/* menu4 */
.side_menu ul a.side_menu4{
	background-image: url(../img/side_menu4.gif);
	background-repeat: no-repeat;
}
/* menu5 */
.side_menu ul a.side_menu5{
	background-image: url(../img/side_menu5.gif);
	background-repeat: no-repeat;
}


/********************************************************** banner */

.banner_box {
	width: 150px;
	float: left;
	padding-left: 2px;
}
.banner_box img {
	margin-bottom: 10px;
}

.banner{
	width:150px;
	height:100%;
	float: left;
	padding-left: 2px;
}
.banner li{
	margin-bottom: 5px;
	float: left;
	margin-left: 11px;
}
.banner ul a{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 121px;
	width: 402px;
}

.banner ul a:hover{
	background-position: 0px -121px;
}

/* menu1 */
.banner ul a.banner1{
	background-image: url(../img/banner1.gif);
	background-repeat: no-repeat;
}
/* menu2 */
.banner ul a.banner2{
	background-image: url(../img/banner2.gif);
	background-repeat: no-repeat;
}
/* menu3 */
.banner ul a.banner3 {
	background-image: url(../img/banner3.gif);
	background-repeat: no-repeat;
}
/* menu4 */
.banner ul a.banner4 {
	background-image: url(../img/banner4.gif);
	background-repeat: no-repeat;
}


/********************************************************** footer */
.footer {
	width: 100%;
	}

.footer ul {
	height: 20px;
	padding-top: 10px;
	text-align: center;
	margin-top: 20px;
	}

.footer li {
	display: inline;
	font-size: 12px;
	color: #666666;
	}

.footer ul li a:link, 
.footer ul li a:visited {
	color: #009999;
	text-decoration: underline;
	}

.footer ul li a:hover, 
.footer ul li a:active {
	color: #FF9900;
	text-decoration: underline;
	}
	
#copy {
	text-align: center;
	width: 798px;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../img/copy.gif);
	background-repeat: no-repeat;
	height: 20px;
}

/********************************************************** top page */
.top_img {
	height: 270px;
	width: 798px;
}

.message {
	background-image: url(../img/message_box.gif);
	background-repeat: no-repeat;
	height: 84px;
	width: 698px;
	padding-top: 16px;
	padding-left: 91px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.contents {
	width: 788px;
	margin-right: auto;
	margin-left: auto;
}

.news {
	background-image: url(../img/news_box.gif);
	background-repeat: no-repeat;
	float: left;
	height: 165px;
	width: 215px;
	margin-right: 5px;
	margin-left: 13px;
	padding-top: 34px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.news ul {
	width: 215px;
}
.news ul li {
	background-image: url(../img/mark_news.gif);
	background-repeat: no-repeat;
	width: 185px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
}
.news_back {
	font-size: 10px;
	background-image: url(../img/mark_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	float: right;
	margin-top: 5px;
	margin-right: 3px;
}
.news_back a{
	color: #006699;
	text-decoration: underline;
}

.news_back a:hover{
	color: #FF9900;
}

.magazine {
	background-image: url(../img/magazine_box.gif);
	background-repeat: no-repeat;
	float: left;
	height: 144px;
	width: 215px;
	margin-right: 9px;
	margin-left: 9px;
	padding-top: 51px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.magazine a{
	color: #006699;
	text-decoration: underline;
}

.magazine a:hover{
	color: #FF9900;
}

.magazine_img {
	background-image: url(../img/img_magazine.gif);
	background-repeat: no-repeat;
	float: left;
	height: 128px;
	width: 112px;
}
.magazine_text {
	float: left;
	width: 98px;
	padding-top: 10px;
	padding-left: 5px;
}
.magazine_vol {
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}
.magazine_title {
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	color: #FF9900;
	height: 45px;
}



/********************************************************** others */



/********************************************************** pages */
.page_title {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/page_title.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 732px;
	padding-top: 23px;
	padding-left: 56px;
	margin-top: 10px;
}
.page_box_m {
	background-image: url(../img/page_box_m.jpg);
	background-repeat: repeat-y;
	width: 738px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
}
.page_box_b {
	background-image: url(../img/page_box_b.jpg);
	background-repeat: no-repeat;
	height: 6px;
	width: 788px;
}
.back_no_list {
	font-size: 14px;
	font-weight: bold;
	background-image: url(../img/mark_cercle_green.gif);
	background-repeat: no-repeat;
	background-position: 0px 18px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 500px;
}
.back_no_list a{
	color: #006699;
	text-decoration: underline;
}

.back_no_list a:hover{
	color: #FF9900;
}


.magazine_page {
	background-color: #DBECEC;
	padding: 10px;
	width: 668px;
}
.magazine_page_photo {
	float: left;
	width: 150px;
}
.magazine_page_text {
	background-color: #DBECEC;
	width: 498px;
	float: left;
	padding: 10px;
}
.magazine_page_title {
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../img/mark_pen.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
}
.magazine_page_subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF9900;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 120%;
}
.staff_box {
	background-color: #DBECEC;
	padding: 10px;
	width: 314px;
	float: left;
	margin: 5px;
}
.staff_photo {
	width: 118px;
	float: left;
}
.staff_text {
	padding: 5px;
	width: 186px;
	float: left;
}
.staff_name {
	font-weight: bold;
	color: #006699;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #006699;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 120%;
}
.text16B {
	font-size: 16px;
	font-weight: bold;
}
.company_box {
	padding: 10px;
	width: 668px;
	background-image: url(../img/company_bg.jpg);
	background-repeat: repeat-x;
}
.titlebar_blue {
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	background-image: url(../img/mark_cercle.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-position: 0px 10px;
	line-height: 120%;
}
.td_style1 {
	background-image: url(../img/td_style1.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	height: 20px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #006699;
	border-bottom-color: #006699;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	text-align: center;
	background-color: #F2F9F9;
}
.td_style2 {
	background-image: url(../img/td_style2.jpg);
	background-repeat: repeat-x;
	height: 18px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #666666;
}
.zaitaku_box {
	padding: 10px;
	width: 668px;
	background-image: url(../img/zaitaku_bg.jpg);
	background-repeat: repeat-x;
}
.zaitaku_titlebar {
	background-color: #FFFFCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	margin-bottom: 5px;
}
.zaitaku_text {
	padding: 5px;
}

