@charset "utf-8";
/* ===================================================================
fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */
html {
	overflow-y: scroll;
}
body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background:#f1f1f1 url(../img/body_bg.jpg) repeat-x center top;
}
body#home {
	background:#f1f1f1 url(../img/body_bg_home.jpg) repeat-x center top;
}
input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/* link
----------------------------------------------------*/
a {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:link {
	text-decoration: underline;
	color: #2b3d89;
	background-color:transparent;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:visited {
	text-decoration: underline;
	color: #2b3d89;
	background-color:transparent;
}
a:hover {
	text-decoration: none;
	color: #ff6600;
	background-color:transparent;
	outline:none;
}
a:active {
	text-decoration: underline;
	color: #2b3d89;
	background-color:transparent;
}
/* CSS3
----------------------------------------------------*/
#selectors {
	/* kadomaru */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* kadomaru */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	/* box-shadow */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
	/* text-shadow */
	text-shadow: 1px 1px 0px #999;
	/* transform */
	-o-transform: rotate(0deg) scale(1.04);
	-moz-transform:  rotate(0deg) scale(1.04);
	-webkit-transform: rotate(0deg) scale(1.04);
	-o-transform: all 0.3s ease-out;
	-moz-transform: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
/* clerfix */
#contents:after {content: ".";display: block;visibility: hidden;height: 0.1px;font-size: 0.1em;line-height: 0;clear: both;}
.imgR {float: right;margin: 0 0 10px 10px;}
.imgL {float: left;margin: 0 10px 10px 0;}
.tC, .btnC {text-align: center;margin: 5px 0;}
.tR, .sign {text-align: right;}
.cl {clear:both;}
.red {color:#CC0000;}
.space5 {letter-spacing:.5em;}
.space10 {letter-spacing:1em;}
.space15 {letter-spacing:1.5em;}
.space20 {letter-spacing:2em;}
.space30 {letter-spacing:3em;}
.fsSS {font-size: 85%;}
.fsS {font-size: 93%;}
.fsL {font-size: 108%;}
.fsLL {font-size: 116%;}
.kome {text-indent:-1em;margin-left:1em;padding:0;font-size: 93%;}
.mb0 {margin-bottom: 0;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.box2 {
	background-color:#f9f9f9;
	padding:6px 10px 5px 10px;
	border:1px solid #ddd;
	margin:0 0 10px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	clear:both;
	width: 591px;
	height:auto;
}
.stripe {
	width: 561px;
	height:auto;
	padding:10px 20px 10px 20px;
	margin:20px 0;
	background: url(../img/stripe.gif);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.stripe img {
	vertical-align:top;
	border:5px solid #fff;
}
.stripe:after {content: ".";display: block;visibility: hidden;height: 0.1px;font-size: 0.1em;line-height: 0;clear: both;}
p.sam {
	width: 150px;
	height:30px;
	padding:10px 0 0 0;
	margin:0 0 30px 0;
	background: url(../img/stripe.gif);
	text-align:center;
	vertical-align:middle;
	border:1px solid #ccc;
	display:inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.More a, .More a:visited, .More a:active {
	margin:0;
	padding:5px 8px 4px 8px;
	width: auto;
	height:auto;
	background-color:#fff;
	border: 1px solid #ccc;
	display:inline-block;
	text-decoration:none;
	line-height:1;
	text-align:center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.More a:hover {
	background-color:#eee;
	color:#000;
	border: 1px solid #ff6600;
	outline:none;
	margin:0;
	line-height:1;/*-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
	text-shadow: 1px 1px 0px #fff;*/
}



/* #page
----------------------------------------------------*/
#page {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 30px 0;
	background-color:#fff;
}
#pageinner {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 100%;
}



/* #p01
----------------------------------------------------*/

.p1txtsp{ width:489px; float:left; display:inline; line-height:180%; font-size:90%; color:#666666;}
.p1txtimg{ width:100px; float:left; display:inline; margin:0px 15px 0px 0px;}

.clerD {content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;}


#Pageimg{ width:609px; margin:0px 0px 20px 0px; display:block;}
#Pageimg{ width:609px; margin:0px 0px 20px 0px; display:block;}
 
.P1img6p1{ width:182px; height:116px; float:left; border:3px solid #e3e3e3; padding:1px; margin:15px 18px 0px 0px; display:inline; text-align:center;}
.P1img6p2{ width:182px; height:116px; float:left; border:3px solid #e3e3e3; padding:1px; margin:15px 0px 0px 0px; text-align:center;}


.P1img6p1 p , .P1img6p2 p{ width:182px; font-size:90%; margin:8px 0px; text-align:center; display:block; color:#666666;}


.titleSet{ height:2px; margin:10px 0px; display:block; background:url(../img/share/titlebg.gif)  repeat-x bottom center; text-align:left;}
.alt{ display:none;}



.p2txtsp{ width:609px; float:left; display:inline; line-height:170%; font-size:90%; color:#666666;}
.p2btn{ float:right; display:inline; margin:10px 0px 0px 0px;}




.p2btn{display:inline; float:rigjt;}
.p2btns{display:inline; float:left; width:609px;}

.p2btns dl dd a{ width:141px; height:45px; display:inline; float:left; background:url(../img/p02-btn_base.gif) no-repeat top center; font-size:100%; color:#333333; padding:15px 0px 0px 0px; text-align:center;  margin:0px 15px 0px 0px; text-decoration:none;}
.p2btns dl dd.z a{ width:141px; height:45px; display:inline; float:left; background:url(../img/p02-btn_base.gif) no-repeat top center; font-size:100%; color:#333333; padding:15px 0px 0px 0px; text-align:center;  margin:0px 0px 0px 0px; text-decoration:none;}


.p2btns dl dd a:hover{ width:141px; height:45px; display:inline; float:left; background:url(../img/p02-btn_base2.gif) no-repeat top center; font-size:100%; color:#fff; padding:15px 0px 0px 0px; text-align:center;  margin:0px 15px 0px 0px; text-decoration: underline;}
.p2btns dl dd.z a:hover{ width:141px; height:45px; display:inline; float:left; background:url(../img/p02-btn_base2.gif) no-repeat top center; font-size:100%; color:#fff; padding:15px 0px 0px 0px; text-align:center;  margin:0px 0px 0px 0px; text-decoration: underline;}



.p2btnscms dl {float:left; width:609px;}
.p2btnscms dl dd { width:141px; height:45px; display:inline; float:left; background:url(../img/p02-btn_base.gif) no-repeat top center; font-size:100%; color:#333333; text-align:center;   text-decoration:none; margin:0 11px 10px 0; }
.p2btnscms dl dd a{ display:block; width:141px; height:45px; background:url(../img/p02-btn_base.gif) no-repeat top center; font-size:100%; color:#333333; padding:15px 0px 0px 0px; text-align:center;  text-decoration:none;}
.p2btnscms dl dd a:hover{ background:url(../img/p02-btn_base2.gif) no-repeat top center; color:#fff; text-decoration: underline;}
.p2btnscms dl dd p { margin:0;padding:0;}

*html .p2btnscms dl dd { margin:0 11px -10px 0; }








/*
p2btnscms dl dd a{ width:141px; height:45px; display:inline; float:left; background:url(../img/p02-btn_base.gif) no-repeat top center; font-size:100%; color:#333333; padding:15px 0px 0px 0px; text-align:center;  margin:0px 11px 0px 0px; text-decoration:none;}
.p2btnscms dl dd a:hover{ width:141px; height:45px; display:inline; float:left; background:url(../img/p02-btn_base2.gif) no-repeat top center; font-size:100%; color:#fff; padding:15px 0px 0px 0px; text-align:center;  margin:0px 11px 0px 0px; text-decoration: underline;}
*/


#Pdf{ float:left; width:180px; text-align:left; display:inline;}
#Pdftxt{ float:left; width:420px; text-align:left; display:inline; font-size:90%; line-height:150%; color:#aaaaaa; margin:-3px 0px 0px 0px;}

.p4c{ text-align:left; margin:0; padding:0; float:left;}
.p4c dl{ width:193px; display:inline; float:left;}
.p4c dl dd{ width:193px; height:142px; display:block; margin-bottom:10px;}
.p4c dl dt{ width:193px; display:inline; color:#666666; line-height:150%; font-size:90%;}

.p4bukatu{ font-size:90%;}
.p4bukatu .title{ width:175px; float:left; display:inline;} 
.p4bukatu .list{ width:430px; float:left; display:inline;} 


.p4bukatu .list dl{ width:430px; float:left; background:url(../img/share/tline2.gif) no-repeat left bottom; padding:0px 0px 0px 0px; color:#666666; height:30px; margin:15px 0px;} 
.p4bukatu .list dl .last{ width:430px; float:left; background:none; padding:0px 0px 0px 0px; color:#666666; height:30px; margin:15px 0px;} 
.p4bukatu .list dl img{ margin:-1px 8px 0px 0px; float:left; display:inline;} 


.p4bukatu .list dl a{ color:#666666; text-decoration:none;} 
.p4bukatu .list dl a:hover{ color:#cccccc; text-decoration: underline;} 


#otoitable{ border:solid 1px #e5e5e5; line-height:120%;}


#otoitable .imgp{ margin:5px 0px 0px 0px;}
:root *> #otoitable .imgp { margin:5px 0px 0px 0px;}

td.ttitle{ background-color:#f7f7f7; height:55PX; width:230PX; display:block; border-bottom:1px solid #e5e5e5; border-right:1px solid #e5e5e5;  padding:0px 0px 0px 0px;}
td.ttitlez{ background-color:#f7f7f7; height:55PX; width:230PX; display:block; border-right:1px solid #e5e5e5;  padding:0px 0px 0px 0px;}

td.tdata{ background-color:#ffffff; height:55PX; width:95%; border-bottom:1px solid #e5e5e5; margin:0px 0px 0px 0px;  padding:0px 0px 0px 0px;}
td.tdataz{ background-color:#ffffff; height:55PX; width:95%; padding:0px 0px 0px 0px;}

td.sp{  height:55PX; width:5%; padding:0px 0px 0px 0px; border-bottom:1px solid #e5e5e5; }
td.spz{  height:55PX; width:5%; padding:0px 0px 0px 0px; }

.spzz{ padding:5px;}

#otoitable a{ color:#0071a3; text-decoration:underline;}
#otoitable a:hover{ color:#aaaaaa; text-decoration:none;}



.sitemap a:link{color:#666666; text-decoration:none;}
.sitemap a:hover{color:#aaaaaa; text-decoration: underline;}


.psitemap{ border-bottom:solid 1px #e5e5e5; display:block; width:609px; float:left; line-height:150%; color:#333;  padding:0px;}
.SiteCTitle{ float:left; width:100px;  padding:0px 0; margin-top:10px;}
.SiteCMenu{ float:left; width:500px; margin-top:10px;}

.SiteCMenu dd{ background:url(../img/share/arrtline.gif) no-repeat 0px -5px; padding:0px 0px 0px 17px; height:35px; display:block; color:#666;}
.SiteCMenu dd.end{ background:url(../img/share/arr.gif) no-repeat 0px -5px; padding:0px 0px 0px 17px; height:35px; display:block; color:#666;}


.psitemap a{color:#666666; text-decoration:none;}
.psitemap a:hover{color:#ccc; text-decoration: underline;}



.p4btns dl{float:left; width:615px;}
.p4btns dl dd { width:296px; height:45px; display:inline; float:left; background:url(../img/p02-btn_base3.gif) no-repeat top center; font-size:100%; color:#333333; text-align:center;  margin:0px 9px 10px 0px;}
.p4btns dl dd a{ display:block;  width:296px; height:45px; background:url(../img/p02-btn_base3.gif) no-repeat top center; font-size:100%; color:#333333; padding:15px 0px 0px 0px; text-align:center;  text-decoration:none;}
.p4btns dl dd a:hover{ background:url(../img/p02-btn_base4.gif) no-repeat top center; font-size:100%; color:#fff; padding:15px 0px 0px 0px; text-align:center;  margin:0px 8px 0px 0px; text-decoration: underline;}
.p4btns dl dd p	{ margin:0; padding:0;}
*html .p4btns dl dd { margin:0 8px -10px 0; }










.p4btns ul{float:left; width:615px;}
.p4btns ul li { width:296px; height:45px; display:inline; float:left; background:url(../img/p02-btn_base3.gif) no-repeat top center; font-size:100%; color:#333333; text-align:center;  margin:0px 9px 10px 0px;}
.p4btns ul li a{ display:block;  width:296px; height:45px; background:url(../img/p02-btn_base3.gif) no-repeat top center; font-size:100%; color:#333333; padding:15px 0px 0px 0px; text-align:center;  text-decoration:none;}
.p4btns ul li a:hover{ background:url(../img/p02-btn_base4.gif) no-repeat top center; font-size:100%; color:#fff; padding:15px 0px 0px 0px; text-align:center;  margin:0px 8px 0px 0px; text-decoration: underline;}
.p4btns ul li p	{ margin:0; padding:0;}
*html .p4btns li dd { margin:0 8px -10px 0; }










#formarea{ width:570px; display:inline; padding:15px; float:left; color:#555555; line-height:120%; font-size:90%; border:1px solid #e5e5e5; line-height:160%;}

#formarea .title{ font-size:120%; color:#0297d9; border-bottom:1px solid #e5e5e5; width:100%; height:15px; float:left; display:block; margin:5px 0px 0px 0px; padding:0px 0px 10px 0px;}

#formarea .img{  width:120px; float:left; margin:05px 0px 0px 0px;}
#formarea .txtsp{ font-size:105%; color:#444444; width:450px; height:15px; float:left; margin:15px 0px 0px 0px;}
.bdt{ font-size:110%; color:#000;}


#formarea a{ text-decoration:underline;  color:#0297d9; margin:0; padding:0; display:inline;}
#formarea a:hover{ text-decoration:none;  color:#333333; background-color:#FFFF00; margin:0; padding:0; display:inline;}

.Tline{
height:10px;
background:url(../img/share/tline2.gif) no-repeat bottom center;
width:100%;
display: block;
}



.linez{
height:5px;
border-bottom:#e5e5e5 solid 1px;
width:100%;
display: block;
}



.line{
height:10px;
border-bottom:#e5e5e5 solid 1px;
width:100%;
display: block;
}

.height100{
	height:100px;
	display:block;
}

.height60{
	height:60px;
	display:block;
}
.NMenuDefSp{
	height:52px;
	display:block;
}


.height50{
	height:50px;
	display:block;
}


.height40{
	height:40px;
	display:block;
}

.height30{
	height:30px;
	display:block;
}
.height20{
	height:20px;
	display:block;
}
.height15{
	height:15px;
	display:block;
}
.height10{
	height:10px;
	display:block;
}
.height5{
	height:5px;
	display:block;
}



/* #contents
----------------------------------------------------*/
#contents {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	/zoom: 1;
}
#contents img {
	vertical-align:top;
}

/* #main
----------------------------------------------------*/
#main {
	float: right;
	width: 609px;
	padding: 0;
	margin:0;
}
section {
	margin:0;
	padding:0;
}

#main ul#pagenav {
	width: 589px;
	height:auto;
	float:left;
	display: inline;
	margin: 0 0 25px 0;
	padding:10px 10px 10px 5px;
	background-color:#f7f7f7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#main ul#pagenav li {
	float:left;
	display: inline;
	margin: 0;
	padding:0 15px 0 12px;
	background: url(../img/icon_pagenav.gif) no-repeat left center;
	font-size:85%;
}
#main ul#pagenav li#pagenav_home {
	background: none;
	
}
#main ul#pagenav li a, #main ul#pagenav li a:visited, #main ul#pagenav li a:active {
	outline:none;
	text-decoration:none;
	color:#00a4ec;
}
#main ul#pagenav li a:hover {
	text-decoration:underline;
	color:#ff0000;
}

#main table,
#main ol,
#main ul,
#main dl,
#main blockquote,
#main pre,
#main p {margin-bottom: 10px;}

#main h1 {
	margin:0 0 20px 0;
}

#main h1 #txttitle {
	margin:0 0 0px 0;
}





#main h2 {
	margin:0 0 15px 0;
}
#main h3 {
	margin:10px 0;
}
#main h4, #main h5 {
	margin:5px 0;
}
#main h1, #main h2, #main h3, #main h4 {
	clear:both;
}
#main p {line-height:1.6;}
#main p.kome {text-indent:-1em;margin-left:1em;padding:0;font-size:93%;}
#main p.mb0 {margin-bottom:0;padding-bottom:0;}
strong.red {color:#cc0000;}

#main h1.title {
	color:#666;
	font-size:167% ;
	line-height:35px;
	margin:0 0 15px 0;
	border-bottom:5px solid #00a3eb;
	padding:0;
	text-shadow: 1px 2px 2px #ccc;
}
#main h3.dotted {
	color:#666;
	font-size:123.1% ;
	margin:0 0 15px 0;
	border:1px dotted #ccc;
	padding:5px 10px;
	text-shadow: 1px 2px 2px #ccc;
}

#main h2.cbg {
	font-size:138.5%;
	text-shadow:1px 1px 0px #666;
	line-height:1.5;
	margin:5px 0 20px 0;
	background-color:#1888ca;
	padding:10px;
	width: 550px;
	height:auto;
	color:#fff;
	letter-spacing:.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	clear:both;
}
.subTitleTag {
	clear:both;
	font-size: 108%;
	color:#333;
	line-height:1.5;
	margin:0 0 5px 0;
	padding:5px 0 0 18px;
	background: url(../img/icon_tag.gif) no-repeat left center;/*border-bottom:1px solid #ce3f3f;*/
}
.subTitleTagArrow_r {
	clear:both;
	font-size: 108%;
	color:#333;
	line-height:1.5;
	margin:0 0 5px 0;
	padding:5px 0 0 18px;
	background: url(../img/icon_arrow_r.gif) no-repeat left center;/*border-bottom:1px solid #ce3f3f;*/
}

#main ul.disc {
	list-style-type: disc;
	padding-left: 0em;
	margin-left:2em;
	list-style-position: outside;
	line-height:1.4;
}
#main ol.decimal {
	list-style-type: decimal;
	padding-left: 0em;
	margin-left:2em;
	list-style-position: outside;
	line-height:1.4;
}
#main h2.sp_noen, #main h3.sp_noen, #main h4.sp_noen, #main p.sp_noen, #main ul.sp_noen, #main ol.sp_noen, #main dl.sp_noen {
	padding:0;
	margin:0;
	line-height:1;
}

/* aside
----------------------------------------------------*/
aside {
	float: left;
	width: 262px;
	padding: 0;
	margin:0 0 20px 0;
}
aside img {
	border:none;
	vertical-align:top;
}
#sidenav {
	width: 262px;
	height:auto;
	padding: 0;
	margin:0 0 40px 0;
}



#sidenav .none{
	padding: 0;
	margin-top:0px;
	height:2px;
}



#sidenav ul.suvnav {
	width: 262px;
	height:auto;
	margin:1px 0  0;
	padding:0;
}
#sidenav ul.suvnav li {
	list-style:none;
	margin:0;
	padding:0;
	line-height:0;
	width: 262px;
	height:auto;
	border-bottom: 1px solid #ddd;
}
#sidenav ul.suvnav li a {
	margin:0;
	padding:10px 1px 10px 15px;
	background: url(../img/icon_suvnav.gif) no-repeat left center;
	display: inline-block;
	line-height:normal;
	vertical-align:baseline;
	color:#666666;
}
#sidenav ul.suvnav li a, #sidenav ul.suvnav li a:visited, #sidenav ul.suvnav li a:active {
	text-decoration:none;
	outline:none;

}
#sidenav ul.suvnav li a:hover {
	text-decoration:underline;
	background: url(../img/icon_suvnav_o.gif) no-repeat left center;
		color:#aaaaaa;
}
.bnr_link {
	width: 262px;
	height:auto;
	margin:0;
	padding:0;
}
.bnr_link ul {
	width: 262px;
	height:auto;
	margin:0;
	padding:0;
}
.bnr_link ul li {
	list-style:none;
	margin:0 0 4px 0;
	padding:0;
	width: 262px;
	height:auto;
	background-color:#fff;
}
.bnr_link ul li a {
	margin:0;
	padding:0;
	display: inline-block;
	vertical-align:top;
}


.txt_link {
	width: 262px;
	height:auto;
	margin:0;
	padding:0;
}
.txt_link ul {
	height:auto;
	margin:0;
	padding:0;
}
.txt_link ul li {
	list-style:none;
	margin:0 0 4px 0;
	height:auto;
	background-color:#fff;
	border:1px solid #e5e5e5;
	font-size:11px;
}
.txt_link ul li a {
	color:#000000;
}
.txt_link ul li a:link {
	height:auto;
	display:block;
	margin:0;
	padding:10px;
	vertical-align:top;
	text-decoration:none;
	color:#000000;
}
.txt_link ul li a:hover {
	color:#000000;
	background:#CCCCCC;
}





/* #home
----------------------------------------------------*/




#main #news_info {
	position:relative;
	margin:0 0 20px 0;
	padding:7px 7px 0 7px;
	width:594px;
	background: url(../img/news_info_bg.jpg) no-repeat left top;
	min-height: 240px;
	height: auto !important;
	height: 240px;
}
#main #news_info h2 {
	padding:0;
	margin: 0 0 5px 0;
}
#main #news_info dl {
	padding:0;
	margin: 0 auto;
	width:588px;
	height:auto;
	border-bottom: 1px dotted #ccc;
	line-height:1.5;
	font-size:93%;
	/zoom:1;
}
#main #news_info dl dt {
	float: left;
	width: 7em;
	padding: 10px 0 10px 85px;
	color:#333;
}
#main #news_info dl dd {
	margin: 0 0 0 0;
	padding: 10px 0 10px 7em;
}
#main #news_info dl dd a, #main #news_info dl dd a:visited, #main #news_info dl dd a:active {
	text-decoration:none;
	color:#555555;
}
#main #news_info dl dd a:hover {
	text-decoration:underline;
	outline:none;
	color:#aaaaaa;
}

#main #news_info dl dt {
	background: url(../img/icon_news.gif) no-repeat left center;
}
#main #news_info dl dt.cat-1  {
	background: url(../img/icon_news.gif) no-repeat left center;
}


#main #news_info dl dt.cat-3 {
	background: url(../img/icon_news1.jpg) no-repeat left center;
}
#main #news_info dl dt.cat-4 {
	background: url(../img/icon_news2.jpg) no-repeat left center;
}
#main #news_info dl dt.cat-5 {
	background: url(../img/icon_news3.jpg) no-repeat left center;
}

#main #news_info ul li {
	position:absolute;
	padding:0;
	list-style-type:none;
}
#main #news_info ul li span {
	position: absolute;
	width:0;
	height:0;
	overflow:hidden;
}
#news_info ul li.newsall {
	background: url(../img/icon_newsall.gif) no-repeat left center;
	width:40px;
	height:12px;
	top:25px;
	left:505px;
}
#news_info ul li.rss {
	background: url(../img/icon_rss.gif) no-repeat left center;
	width:34px;
	height:12px;
	top:25px;
	left:555px;
}
#news_info ul li.newsall a {
	width:40px;
	height:12px;
	display:block;
}
#news_info ul li.rss a {
	width:34px;
	height:12px;
	display:block;
}


/* #student
----------------------------------------------------*/
#main #student_info {
	position:relative;
	margin:0 0 20px 0;
	padding:7px 7px 0 7px;
	width:594px;
	background: url(../img/news_info_bg2.jpg) no-repeat left top;
	min-height: 240px;
	height: auto !important;
	height: 240px;
}
#main #student_info h2 {
	padding:0;
	margin: 0 0 5px 0;
}
#main #student_info dl {
	padding:0;
	margin: 0 auto;
	width:588px;
	height:auto;
	border-bottom: 1px dotted #ccc;
	line-height:1.5;
	font-size:93%;
	/zoom:1;
}
#main #student_info dl dt {
	float: left;
	width: 7em;
	padding: 10px 0 10px 1px;
	color:#333;
}
#main #student_info dl dd {
	margin: 0 0 0 0;
	padding: 10px 0 10px 7em;
}
#main #student_info dl dd a, #main #student_info dl dd a:visited, #main #student_info dl dd a:active {
	text-decoration:none;
	color:#666666;
}
#main #student_info dl dd a:hover {
	text-decoration:underline;
	outline:none;
	color:#aaaaaa;
}

#main #student_info ul li {
	position:absolute;
	padding:0;
	list-style-type:none;
}
#main #student_info ul li span {
	position: absolute;
	width:0;
	height:0;
	overflow:hidden;
}
#student_info ul li.newsall {
	background: url(../img/icon_newsall.gif) no-repeat left center;
	width:40px;
	height:12px;
	top:25px;
	left:480px;
}
#student_info ul li.rss {
	background: url(../img/icon_rss.gif) no-repeat left center;
	width:34px;
	height:12px;
	top:25px;
	left:530px;
}
#student_info ul li.newsall a {
	width:40px;
	height:12px;
	display:block;
}
#student_info ul li.rss a {
	width:34px;
	height:12px;
	display:block;
}












/* #home
----------------------------------------------------*/


#Newstitle{ margin:0px 0px 5px 0px; display:block;}


#main #news_list {
	position:relative;
	margin:0 0 0px 0;
	padding:0px 0px 0 0px;
	width:600px;
	min-height: 240px;
	height: auto !important;
	height: 240px;
}
#main #news_list h2 {
	padding:0;
	margin: 0 0 5px 0;
}
#main #news_list dl {
	padding:0;
	margin: 0 auto;
	width:600px;
	height:auto;
	border-bottom: 1px dotted #ccc;
	line-height:1.5;
	font-size:93%;
	/zoom:1;
}
#main #news_list dl dt {
	float: left;
	width: 7em;
	padding: 10px 0 10px 85px;
	color:#333;
}
#main #news_list dl dd {
	margin: 0 0 0 0;
	padding: 10px 0 10px 7em;
}
#main #news_list dl dd a, #main #news_info dl dd a:visited, #main #news_info dl dd a:active {
	text-decoration:none;
	color:#555555;
}
#main #news_list dl dd a:hover {
	text-decoration:underline;
	outline:none;
	color:#aaaaaa;
}

#main #news_list dl dt{
	background: url(../img/icon_news.gif) no-repeat left center;
}

#main #news_list dl dt.cat-1{
	background: url(../img/icon_news.gif) no-repeat left center;
}

#main #news_list dl dt.cat-3 {
	background: url(../img/icon_news1.jpg) no-repeat left center;
}
#main #news_list dl dt.cat-4{
	background: url(../img/icon_news2.jpg) no-repeat left center;
}

#main #news_list dl dt.cat-5 {
	background: url(../img/icon_news3.jpg) no-repeat left center;
}


#main #news_list ul li {
	position:absolute;
	padding:0;
	list-style-type:none;
}
#main #news_list ul li span {
	position: absolute;
	width:0;
	height:0;
	overflow:hidden;
}
#news_list ul li.newsall {
	background: url(../img/icon_newsall.gif) no-repeat left center;
	width:40px;
	height:12px;
	top:-25px;
	left:505px;
}
#news_list ul li.rss {
	background: url(../img/icon_rss.gif) no-repeat left center;
	width:34px;
	height:12px;
	top:-25px;
	left:555px;
}
#news_list ul li.newsall a {
	width:40px;
	height:12px;
	display:block;
}
#news_list ul li.rss a {
	width:34px;
	height:12px;
	display:block;
}


#cms_nextBTN a {  border:1px solid #dddddd; background-color:#f5f5f5; display:inline; float:right; padding:10px; color:#333333; font-size:80%; text-align:center; text-decoration:none;}
#cms_nextBTN a:hover {  border:1px solid #0087c4; background-color:#00a3eb; display:inline; float:right; padding:10px; color:#fbed00; font-size:80%; text-align:center; text-decoration:none;}

#cms_listBTN a {  border:1px solid #dddddd; background-color:#f5f5f5; display:inline; float:right; padding:10px; color:#333333; font-size:80%; text-align:center; text-decoration:none; margin:0px 10px 0px 0px;}
#cms_listBTN a:hover {  border:1px solid #0087c4; background-color:#00a3eb; display:inline; float:right; padding:10px; color:#fbed00; font-size:80%; text-align:center; text-decoration:none; margin:0px 10px 0px 0px;}


#cms_backBTN a {  border:1px solid #dddddd; background-color:#f5f5f5; display:inline; float:left; padding:10px; color:#333333; font-size:80%; text-align:center; text-decoration:none;}
#cms_backBTN a:hover {  border:1px solid #0087c4; background-color:#00a3eb; display:inline; float:left; padding:10px; color:#fbed00; font-size:80%; text-align:center; text-decoration:none;}


#main #news_entry {
	position:relative;
	margin:0 0 0px 0;
	padding:0px 0px 0 0px;
	width:600px;
	min-height: 240px;
	height: auto !important;
	height: 240px;
}

#main #news_entry dl {
	padding:0;
	margin: 0 auto;
	width:600px;
	height:auto;

	
	line-height:1.5;
	font-size:93%;
	/zoom:1;
	
}
#main #news_entry dl dt {

	width: 7em;
	padding: 10px 0 10px 85px;
	color:#333;
	width:515px;
	display:block;
	height:16px;
	
}
#main #news_entry dl dd {
	margin: 0 0 0 0;
	padding: 10px 0 7px 0;
	font-size:120%;
	color:#000;
	display:block;
	width:600px;
	border-bottom:solid 1px #dddddd;
	background:url(../img/share/tline2.gif) no-repeat top left;
	height:auto;
	float:left;
}
#main #news_entry dl dd a, #main #news_info dl dd a:visited, #main #news_info dl dd a:active {
	text-decoration:none;
	color:#555555;
}
#main #news_entry dl dd a:hover {
	text-decoration:underline;
	outline:none;
	color:#aaaaaa;
}

#main #news_entry dl dt{
	background: url(../img/icon_news.gif) no-repeat left center;
}


#main #news_entry dl dt.cat-1{
	background: url(../img/icon_news.gif) no-repeat left center;
}



#main #news_entry dl dt.cat-3 {
	background: url(../img/icon_news1.jpg) no-repeat left center;
}
#main #news_entry dl dt.cat-4 {
	background: url(../img/icon_news2.jpg) no-repeat left center;
}

#main #news_entry dl dt.cat-5 {
	background: url(../img/icon_news3.jpg) no-repeat left center;
}


#main #news_entry ul li {
	position:absolute;
	padding:0;
	list-style-type:none;
}
#main #news_entry ul li span {
	position: absolute;
	width:0;
	height:0;
	overflow:hidden;
	}

#cms_maintxt{
font-size:100%;
line-height:150%;
color:#666666;
margin:20px 0px 0px 0px;
display:block;
float:left;
width:600px;
}

#cms_maintxt a{
text-decoration:none;
color:#000;
background-color:#fbed00;
}



#cms_maintxt a:hover{
text-decoration:underline;
color:#cccccc;
background-color:#fff;
}







/* #access
----------------------------------------------------*/
.gmap {
	width: 601px;
	border: 4px solid #dfdfdf;
	height:auto;
	margin:10px 0 20px 0;
	background-color:#f9f9f9;
}



/* form
----------------------------------------------------*/
#formbox {
	width:559px;
	height:auto;
	border-width:1px;
	border-style:solid;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-color:#ddd #ccc #ccc #ddd;
	padding: 10px 20px 0 20px;
	margin:0 0 10px 0;
}
#formbox p {
/*border-left: 5px solid #0c1d79;
	padding:0 0 10px 7px;*/
}
#formbox h3 {
	background-image:none;
	margin:20px 0 5px 0;
	padding:0;
	font-weight:bold;
}
#formbox ul {
	margin-bottom:20px;
}
#formbox ul li {
	font-size:85%;
}
#formbox fieldset {
	margin-top: 10px;/*border: 1px solid #cccccc;*/
}
/*#formbox legend {
	padding-top: 2px;
	color: #333333;
	font-weight: bold;
	border-top: 2px solid #185fb2;
}*/
#formbox dl {
	padding: 5px 10px 10px 0;
}
#formbox dt {
	margin-top: 5px;
}
#formbox dd {
	padding: 5px 0 10px 0;
	border-bottom: 1px dotted #ccc;
}
#formbox em {
	color: #DC0101;
	font-style: normal;
}
#formbox .submit {
	margin: 0;
	padding:10px 0 20px 0;
	text-align: center;
	background-color:#ffffff;
}
#formbox select {
/*background: #F7F7F7;*/
}
#formbox .assist {
	color: #666;
	font-size: 90%;
}
#formbox .text1 {
	width: 150px;
}
#formbox .text2 {
	width: 4em;
}
#orderForm .text3 {
	width: 300px;
}
#formbox .text1, #formbox .text2, #formbox .text3 {
	background: #FFFFFF url(../images/input_bg.gif) left top repeat-x;
	border: 3px double #ccc;
	padding: 2px;
}
.css3button a {
	background: url(background.gif) bottom repeat-x #9eabb3;
	padding: 5px 10px 5px 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border: 1px inset #aaa;
	-webkit-border-radius: 8px;
	width: auto;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px #666;
	box-shadow: 1px 1px 1px #666;
	text-shadow: rgba(0, 0, 0, .5) 0px -1px 0px;
	border-top: inset 1px #ccc;
	border-left: inset 1px #ccc;
	border-bottom: solid 1px solid #000;
	border-right: 1px solid #666;
}
.css3button a:hover {
	background: #999;
	text-shadow: rgba(0, 0, 0, .5) 0px 1px 0px;
}


input[type="text"] {
	background-color:#FFF;
	border-width:1px;
	border-style:solid;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-color:#aaaaaa #cccccc #cccccc #cccccc;
	padding:2px;
}
input[type="text"]:hover, input[type="text"]:focus {
	border-color:#666666 #aaaaaa #aaaaaa #aaaaaa;
}
select {
	-webkit-appearance:none;
	/*line-height:22px;*/
	border-width:1px;
	border-style:solid;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-color:#aaaaaa #cccccc #cccccc #cccccc;
	background:#ffffff url(images/select.png) right no-repeat;
	padding:2px;
}
select:hover {
	border-color:#666666 #aaaaaa #aaaaaa #aaaaaa;
	background-image:url(images/select-hover.png);
}
textarea {
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-color:#aaaaaa #cccccc #cccccc #cccccc;
	padding:2px;
}
textarea:hover, textarea:focus {
	border-color:#666666 #aaaaaa #aaaaaa #aaaaaa;
}


/* #access
----------------------------------------------------*/

body#popup {
	background-color:#fff;
	background-image:none;
	padding:50px;
}

body#popup h2 {
	font-size:22px;
	font-weight:normal;
	border-bottom:1px solid #c0c0c0;
	display:block;
	margin-bottom:20px;
	padding-bottom:10px;
}


.close{cursor: pointer;
	text-align:center;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	padding:10px 0;
	margin-top:20px;
	}




  /* Lightbox で表示させるDIV要素のCSS */
  #lightbox-panel {
  -moz-border-radius: 6px;
  background: #eef2f7;
  -webkit-border-radius: 6px;
  border: 1px solid #536376;
  -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
  -moz-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
  padding: 14px 22px;
  width: 400px;
  position:fixed;
  top:100px;
  left:50%;
  display:none;
  z-index:10;
  border:2px solid #CCCCCC;
  padding:10px 15px 10px 15px;
  margin-left:-200px;
  }
  /* Lightbox表示時に背景を黒に */
  #BlackWindow{
  display:none;
  background:#000000;
  opacity:0.7;/*黒地の背景の調整はこの数値で調整*/
  filter:alpha(opacity=70);/*黒地の背景の調整はこの数値で調整*/
  position:absolute;
  top:0px;
  left:0px;
  min-width:100%;
  min-height:100%;
  z-index:1;
  }






/*

.rssFeed {
}
.rssFeed a {
	text-decoration: none;
}
.rssFeed a:hover {
}

.rssHeader { }

.rssBody {  }
.rssBody ul { list-style: none; }
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.rssRow { padding: 0.8em; }
.rssRow h4 { font-size: 1.1em; }
.rssRow div {
	font-size: 90%;
	color: #666;
	margin: 0.2em 0 0.4em 0;
}


.rssRow .rssMedia {
	padding: 0.5em;
	font-size: 1em;
}

*/




#main #news_inforss {
	position:relative;
	margin:0 0 20px 0;
	padding:7px 7px 0 7px;
	width:594px;
	background: url(../img/news_info_bg.jpg) no-repeat left top;
	min-height: 240px;
	height: auto !important;
	height: 240px;
}
#main #news_inforss h2 {
	padding:0;
	margin: 0 0 5px 0;
}
#main #news_inforss ul {
}

#main #news_inforss .rssRow {
	padding:0;
	margin: 0 auto;
	width:588px;
	height:auto;
	border-bottom: 1px dotted #ccc;
	line-height:1.5;
	font-size:93%;
	/zoom:1;
	list-style:none;
	display:block;
	clear:both;
}
#main #news_inforss .rssRow p  {
	margin:0;
	padding: 10px 0;
	color:#333;
	float:left;
}
#main #news_inforss .rssRow div {
	margin: 0;
	padding: 10px 0;
}
#main #news_inforss .rssRow div:before { content: "（";}
#main #news_inforss .rssRow div:after { content: "）";}
#main #news_inforss .rssRow a, #main #news_inforss .rssRow a:visited, #main #news_inforss .rssRow a:active {
	text-decoration:none;
	color:#555555;
}
#main #news_inforss .rssRow a:hover {
	text-decoration:underline;
	outline:none;
	color:#aaaaaa;
}





#main #news_inforss .ui li {
	position:absolute;
	padding:0;
	list-style-type:none;
}
#main #news_inforss .ui li span {
	position: absolute;
	width:0;
	height:0;
	overflow:hidden;
}
#news_inforss .ui li.newsall {
	background: url(../img/icon_newsall.gif) no-repeat left center;
	width:40px;
	height:12px;
	top:25px;
	left:505px;
}
#news_inforss .ui li.rss {
	background: url(../img/icon_rss.gif) no-repeat left center;
	width:34px;
	height:12px;
	top:25px;
	left:555px;
}
#news_inforss .ui li.newsall a {
	width:40px;
	height:12px;
	display:block;
}
#news_inforss .ui li.rss a {
	width:34px;
	height:12px;
	display:block;
}













