@charset "UTF-8";

/* 共通定義 */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	text-align: center;
	font: 12px 'ＭＳ Ｐゴシック',sans-serif !important;
}
input {
	font: 12px 'ＭＳ Ｐゴシック',sans-serif !important;
}
#all {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
p,dt,dd,li,address {
	line-height: 1.4em;
}
img {
	border: 0px;
}
td {
	vertical-align: top;
}
th {
}
ul,ol {
	margin-left: 40px;
}
.none {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}
.vm {
	vertical-align: middle;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.floatL10 {
	float: left;
	margin-right: 10px;
}
.floatR10 {
	float: right;
	margin-left: 10px;
}
.small {
	font-size: 11px !important;
}
.clear {
	clear: both !important;
}
.mT5 {
	margin-top: 5px !important;
}
.mT10 {
	margin-top: 10px !important;
}
.mT15 {
	margin-top: 15px !important;
}
.mT20 {
	margin-top: 20px !important;
}
.mB5 {
	margin-bottom: 5px !important;
}
.mB10 {
	margin-bottom: 10px !important;
}
.mB15 {
	margin-bottom: 15px !important;
}
.mB20 {
	margin-bottom: 20px !important;
}
.pagetop {
	text-align: right;
	padding-top: 20px;
}
.red {
	color: #FF0000;
}

/* コンテンツ */

#contents {
	width: 758px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding-top: 15px;
	padding-bottom: 20px;
}

/* リンク */

a:link {
	color: #1E67B0;
}
a:visited {
}
a:hover {
	text-decoration: none;
}


/* ヘッダ */

#summary {
	font-size: 11px;
	color: #046BDF;
	height: 15px;
	padding-top: 5px;
	padding-left: 10px;
}
#head {
}

/* メインコンテンツ */

#path {
	font-size: 11px;
	padding-left: 15px;
	line-height: 20px;
	position: absolute;
	top: 70px;
	color: #666;
}
#path a {}
#path a:hover {}
#topImage {
	position: relative;
	margin-bottom: 10px;
}
#topImage h1 {
	font-size: 25px;
	line-height: 70px;
	color: #666;
	background: url(../img/main2_h1_bg.jpg) no-repeat top;
	padding-left: 15px;
	zoom: 100%;
	padding-bottom: 20px;
}


#main {
	float: right;
	width: 565px;
	padding-right: 9px;
}
#index {
}
#index h1 {
	font-size: 14px;
	color: #666;
	line-height: 21px;
	background: url(../img/index_h1.gif) no-repeat;
	padding-bottom: 4px;
	padding-left: 19px;
	margin-bottom: 10px;
}
#index p {
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#index .indexCont {
	background: url(../img/index_contents_bg.gif) no-repeat;
	height: 261px;
	margin-bottom: 15px;
	padding-top: 2px;
}
#index .indexCont ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 9px;
}
#index .indexCont li {
	float: left;
	display: block;
	width: 175px;
	height: 249px;
	margin: 0px 0px 0px 11px;
	padding: 0px;
}
#index .indexCont li.nm {
	margin: 0px;
	padding: 0px;
}
#index .indexCont h2 {
}
#index .indexCont h2 a {
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	padding-left: 9px;
	margin-bottom: 3px;
	padding-top: 7px;
	display: block;
	text-decoration: none;
}
#index .indexCont h2.cont1 a {
	background: url(../img/index_contents_h2_1.gif) no-repeat;
}
#index .indexCont h2.cont2 a {
	background: url(../img/index_contents_h2_2.gif) no-repeat;
}
#index .indexCont h2.cont3 a {
	background: url(../img/index_contents_h2_3.gif) no-repeat;
}
#index .indexCont h2 a:hover {
	text-decoration: underline;
}
#index .whatsnew {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 543px;
	padding: 10px;
}
#index .whatsnew table {
	width: 543px;
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
}
#index .whatsnew table th {
	width: 76px;
	font-weight: normal;
	text-align: left;
	background: url(../img/index_whatsnew_line.gif) repeat-x left bottom;
	text-indent: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#index .whatsnew table td {
	background: url(../img/index_whatsnew_line.gif) repeat-x left bottom;
	padding-top: 3px;
	padding-bottom: 3px;
}



#main2 {
}
#main2 h2 {
	font-size: 14px;
	color: #666;
	line-height: 21px;
	background: url(../img/main2_h2.gif) no-repeat 5px;
	padding-bottom: 4px;
	padding-left: 25px;
	margin-bottom: 10px;
}
#main2 h2.g {
	background: url(../img/main2_h2_green.gif) no-repeat 5px;
}
#main2 h3 {
	font-size: 12px;
	color: #FFF;
	background: url(../img/main2_h3.gif) no-repeat 5px;
	line-height: 25px;
	padding-left: 15px;
	margin-bottom: 10px;
}
#main2 h3.g {
	background: url(../img/main2_h3_green.gif) no-repeat 5px;
}

#main2 p {
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}

#main2 .midWrap {
	width: 555px;
	background: url(../img/main2_middle_bg.gif) no-repeat 0px 25px;
	height: 140px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
}
#main2 .midWrap h2 {
	background: url(none);
	margin: 0px;
	padding: 0px;
}
#main2 .midWrap h2 a {
	display: block;
	font-size: 14px;
	line-height: 25px;
	padding-left: 10px;
	width: 545px;
	background: url(../img/main2_h2_middle.gif) no-repeat;
	color: #FFF;
}
#main2 .midWrap p {
	padding-right: 10px;
	padding-left: 10px;
}
#main2 .midWrap .floatL {
	padding: 1px;
	border: 1px solid #CACACA;
	margin-right: 10px;
}
#main2 img.iB {
	border-top: 1px solid #CACACA;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #CACACA;
}
#main2 ul,
#main2 ol {
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 15px;
	color: #666;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#main2 ul li,
#main2 ol li {
}
#main2 table.defaultTbl {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-size: 12px;
	line-height: 1.4em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	width: 553px;
}
#main2 table.defaultTbl th {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	background: #D5E7FD;
	color: #333;
	width: 150px;
}
#main2 table.defaultTbl td {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 5px;
	color: #333;
}
#main2 .catch {
	font-size: 14px;
	font-weight: bold;
	color: #046BDF;
}
#main2 .box {
	border: 1px solid #95C2F0;
	padding: 10px 10px 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#main2 .categoryLink {
	border: 3px double #95C2F0;
	padding: 10px 10px 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
}
#main2 .categoryLink ul {
	margin-bottom: 10px;
	list-style: none;
}
#main2 .categoryLink li {
	display: inline;
	margin-right: 15px;
}
#main2 .box strong {
	color: #333;
}
#main2 dl.faq {
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
	margin-right: 10px;
	margin-left: 10px;
}
#main2 dl.faq dt {
	background: url(../img/faq_q.gif) no-repeat;
	padding-top: 3px;
	padding-left: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}
#main2 dl.faq dd {
	background: url(../img/faq_a.gif) no-repeat;
	padding-top: 3px;
	padding-left: 25px;
	margin-bottom: 20px;
}
#main2 dl.faq dd ul {
	color: #333;
	padding-top: 10px;
}
#main2 dl.faq dd li {
}

/* サイドメニュー */

#menu {
	width: 160px;
	float: left;
	padding-left: 9px;
}
#menu .loginBox {
	background: url(../img/menu_loginbox_bg.gif) repeat-y;
	margin-bottom: 10px;
}
#menu .loginBox .wrap {
	padding-right: 9px;
	padding-left: 9px;
}
#menu .loginBox ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#menu .loginBox li {
	margin-bottom: 3px;
}

#menu .loginBox ul a {
	color: #666;
	text-decoration: underline;
}
#menu .loginBox a:hover {
	text-decoration: none;
}
#menu .loginBox .bg1 {
	background: url(../img/menu_loginbox_cursor.gif) no-repeat 3px 0px;
	padding-left: 20px;
}
#menu ul.cont1 {
	margin: 0px 0px 10px;
	padding: 0px;
	list-style: none;
}
#menu ul.cont1 li {
	margin: 0px;
	padding: 0px;
}
#menu ul.cont1 li a {
	display: block;
	line-height: 34px;
	/*\*/ overflow:hidden; /* */
	text-indent: -9999px;
	width: 160px;
}
#menu ul.cont1 li a.li1 {
	background: url(../img/menu_btn1.gif) no-repeat;
}
#menu ul.cont1 li a.li2 {
	background: url(../img/menu_btn2.gif) no-repeat;
}
#menu ul.cont1 li a.li3 {
	background: url(../img/menu_btn3.gif) no-repeat;
}
#menu ul.cont1 li a.li4 {
	background: url(../img/menu_btn4.gif) no-repeat;
	line-height: 35px;
}
#menu ul.cont1 li a.li1:hover {
	background: url(../img/menu_btn1_o.gif) no-repeat;
}
#menu ul.cont1 li a.li2:hover  {
	background: url(../img/menu_btn2_o.gif) no-repeat;
}
#menu ul.cont1 li a.li3:hover  {
	background: url(../img/menu_btn3_o.gif) no-repeat;
}
#menu ul.cont1 li a.li4:hover  {
	background: url(../img/menu_btn4_o.gif) no-repeat;
}
#menu ul.cont2 {
	margin: 0px 0px 10px;
	padding: 0px;
	list-style: none;
}
#menu ul.cont2 li {
	margin: 0px 0px 5px;
	padding: 0px;
}
#menu ul.cont2 li img {
	vertical-align: bottom;
}
#menu .inquiryBox p {
	font-size: 11px;
	color: #666;
	border-right: 1px solid #66BEE6;
	border-left: 1px solid #66BEE6;
	width: 138px;
	padding-right: 10px;
	padding-left: 10px;
}

#menu dl {
	margin-bottom: 10px;
	font-size: 12px;
	width: 160px;
}
#menu dt {
}
#menu dd {
}
#menu dl a {
	display: block;
	text-decoration: none;
}
#menu dl a:hover {
	text-decoration: underline;

}
#menu dl dt a {
	line-height: 30px;
	color: #046BDF;
	padding-left: 20px;
	font-weight: bold;
	background: no-repeat;
	width: 140px;
}
#menu dl dd a {
	line-height: 22px;
	color: #777;
	font-weight: bold;
	padding-left: 32px;
	background: url(../img/menu_dd1.gif) no-repeat;
	width: 128px;
}
#menu dl dd a:hover {
	background: url(../img/menu_dd1_o.gif) no-repeat;
}
#menu dl dd a.line2 {
	background: url(../img/menu_dd2.gif) no-repeat;
	line-height: 1.3em;
	height: 33px;
	padding-top: 3px;
}
#menu dl dd a.line2:hover {
	background: url(../img/menu_dd2_o.gif) no-repeat;
}
#menu dl dd a.last {
	background: url(../img/menu_dd3.gif) no-repeat;
	line-height: 1.3em.em;
	height: 35px;
	padding-top: 3px;
	line-height: 1.3em;
}
#menu dl dd a.last:hover {
	background: url(../img/menu_dd3_o.gif) no-repeat;
}
#menu dl a.dt1 {
	background: url(../img/menu_dt1.gif) no-repeat;
	line-height: 31px;
}
#menu dl a.dt2 {
	background: url(../img/menu_dt2.gif) no-repeat;
}
#menu dl a.dt3 {
	background: url(../img/menu_dt3.gif) no-repeat;
}
#menu dl a.dt4 {
	background: url(../img/menu_dt4.gif) no-repeat;
}
#menu dl a.dt1:hover {
	background: url(../img/menu_dt1_o.gif) no-repeat;
	color: #FFF;
}
#menu dl a.dt2:hover {
	background: url(../img/menu_dt2_o.gif) no-repeat;
	color: #FFF;
}
#menu dl a.dt3:hover {
	background: url(../img/menu_dt3_o.gif) no-repeat;
	color: #FFF;
}
#menu dl a.dt4:hover {
	background: url(../img/menu_dt4_o_last.gif) no-repeat;
	color: #FFF;
}





/* フッタ */

#footer {
	clear: both;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background: url(../img/footer_bg.gif) no-repeat;
	padding-top: 4px;
}
#footer p {
	background: url(../img/footer_p_bg.gif) repeat-x;
	height: 37px;
	font-size: 11px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
address {
	font-style: normal;
	font-size: 11px;
	line-height: 28px;
	color: #666;
	padding-left: 10px;
}
address a {}
address a:hover {}
#copyright {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	color: #666;
	font-size: 11px;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
}


/* サイトマップ */

#sitemap ul {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#sitemap ul ul {
	background: url(../img/s-dot3.gif) repeat-y left top;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-left: 0px;
}
#sitemap ul li {
	background: url(../img/s-dot.gif) no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
}
#sitemap ul li.s-close {
	background: url(../img/s-dot2.gif) no-repeat;
	margin-bottom: 5px;
}
#sitemap ul li.s-close2 {
	background: url(../img/s-dot4.gif) no-repeat;
	margin-bottom: 0px;
}
#sitemap ul li.s-close3 {
	background: url(../img/s-dot5.gif) no-repeat;
}
#sitemap ul li.s-close4 {
	background: #FFF url(../img/s-dot4.gif) no-repeat left top;
}

/* フォーム用定義 */

.mail-form{
}
.mail-input {
	text-align: center;
}

#main2 table.form-tbl {
}
#main2 table.form-tbl th {
}
#main2 table.form-tbl td {
}
.caution {
	font-size: 12px;
	color: #666666;
	list-style: none;
}
.caution strong {
	color: #FF0000; 
}
