@charset "utf-8";

#body {
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4, p, ul, ol, dl, dd {
	margin: 0;
	padding: 0;
}

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

a:link {
	color: #33F;
}

a:visited {
	color: #333;
}

a:hover {
	color: #F30;
}

a:active {
	color: #F30;
}


#Content #items a:link {
	color: #333;
}

#Content #items a:visited {
	color: #333;
}

#Content #items a:hover {
	color: #C00;
}

#mini_Navi a:link, #ft_Navi a:link {
	color: #333;
}

#mini_Navi a:visited, #ft_Navi a:visited {
	color: #333;
}

#mini_Navi a:hover, #ft_Navi a:hover {
	color: #F30;
}

a img {
    border-style:none;
}

#container {
	margin: 0 auto;
	width: 950px;
	height: 100%;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}

#Header {
	width: 950px;
	height: 160px;
}
#Header h1 {
	float: left;
}
#Header #title {
	width: 440px;
	float: left;
	height: 160px;
}
#Header #inquire {
	width: 510px;
	float: right;
}
#Header #inquire .top_inq {
	width: 510px;
}
#Header #inquire .mid_inq {
	font-size: x-small;
	width: 510px;
	background: url(img/middle.gif) repeat-y left top;
	overflow: hidden;
}
#Header #inquire .mid_inq ul {
	padding-left: 20px;
}
#Header #inquire .mid_inq li {
	float: left;
	width: 220px;
	padding-left: 10px;
}
#Header #inquire p {
	padding-top: 5px;
	line-height: 1.3em;
	font-size: 12px;
}
#Header #inquire .mid_inq ul li p .key_m {
	padding-right: 5px;
	vertical-align: baseline;
}
#Header #mini_Navi {
	width: 510px;
	float: right;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
}
#Header #mini_Navi ul .gaiyo {
	background: url(img/man.gif) no-repeat;
	padding-right: 25px;
}
#Header #mini_Navi ul .spolicy {
	background: url(img/heart.gif) no-repeat left center;
	padding-right: 25px;
}
#Header #mini_Navi ul .ppolicy {
	background: url(img/key.gif) no-repeat left center;
	padding-right: 25px;
}
#Header #mini_Navi ul .map {
	background: url(img/sitemap.gif) no-repeat left center;
}
#Header #mini_Navi li {
	padding-left: 23px;
	padding-top: 10px;
	padding-right: 10px;
	display: inline;
	height: 15px;
}

#Menu {
	width: 950px;
	height: 40px;
	background: url(img/gm_over.jpg);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 16px;
}
	
#Menu ul li {
	float: left;
}

#Menu ul li a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 135px;
	display: block;
	line-height: 40px;
	background: url(img/gm_over.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
	
#Menu ul li.nobo_r a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 131px;
	display: block;
	line-height: 40px;
	background: url(img/gm_over.jpg);
	border-right-style: solid;
	border-right-width: 3px;
	border-right-color: #FFF;
}



#Menu ul li a:hover, #Menu ul li .nobo_r a:hover {
	color: #000;
	background: url(img/gm_over.jpg) left bottom;

}


#container #Bread {
	font-size: x-small;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
#container #Content {
	height: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
}


#Content p {
	font-size: medium;
	letter-spacing: 1px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
}
#Content table, #Content_info table {
	border-collapse: collapse;
	text-align: left;
	border: 1px solid #999;
	margin: 20px 40px 20px 20px;
	font-size: small;
	line-height: 1.3em;
}


#Content table tr th, #Content_info tr th {
	color: #333;
	background: url(img/bg_stripe.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#Content table th, #Content_info table th {
	font-size: medium;
	white-space: nowrap;
	padding: 5px 10px;
}


#Content_info tr th,td {
	padding: 15px 20px 15px 15px;
	border: 1px solid #999;
}

#Content table tr:hover, #Content_info tr:hover {
	background: #FF9;
}

#Content #Left {
	float: left;
	width: 450px;
	margin-right: 50px;
	background: url(img/left_line.gif) repeat-y;
}
#Content #Left .btn_left {
	margin-top: 10px;
	margin-left: 150px;
	margin-bottom: 20px;
}
#Content #Reight {
	width: 450px;
	float: right;
	background: url(img/left_line.gif) repeat-y;
}
#Content #Reight .btn_reight {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 150px;
}


#Content .door {
	margin-left: 50px;
}
#Content #link_inquire {
	clear: both;
	width: 950px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#Content .txt_door {
	font-size: 15px;
	line-height: 1.3em;
	padding: 15px 50px 10px;
}
#Content #Reight .mes_door .link_ppc {
	font-size: small;
	padding-left: 50px;
}



#Content #Left .mes_door, #Reight .mes_door {
	height: 130px;
}



#Content #items {
	background: #CCC;
	padding: 15px 15px 15px 50px;
	font-size: medium;
	line-height: 2.3em;
	margin-bottom: 30px;
}


#Content #items ol li {
	background: url(img/empitsu.gif) no-repeat;
	padding-left: 15px;
}
#Content dl dt {
	font-size: large;
	color: #C33;
	font-weight: bold;
	line-height: 2em;
	margin-top: 20px;
	text-indent: 20px;
}

#Content dl dd {
	font-size: medium;
	line-height: 1.5em;
	letter-spacing: 1px;
	padding-left: 20px;
}
#Content .h3_ppc {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #009;
	margin-left: 20px;
	padding-left: 10px;
	line-height: 1.5em;
	margin-top: 20px;
}

#Content dl dt .point {
	font-size: small;
	font-weight: bold;
	color: #FFF;
	background: #C33;
	padding: 5px;
}

#Content dl .ppc_pic, #Content .ppc_pic {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
#Content dl .ppc_kind {
	clear: both;

}
#Content .ppc_right {
	width: 420px;
	float: right;
	padding-top: 15px;
}

#Content .pic_left {
	margin-top: 20px;
	margin-left: 20px;
}

#Content #bbox {
	padding-bottom: 20px;
	padding-left: 20px;
	border: 2px solid #009;
	margin-top: 15px;
	margin-left: 20px;
	padding-top: 20px;
	letter-spacing: 1px;
}
#Content #bbox h3 {
	padding-bottom: 15px;
}
#Content #bbox ol li {
	list-style-position: inside;
	list-style-type: decimal;
	font-weight: bold;
	color: #009;
	line-height: 1.5em;
	font-size: large;
}

#Content #hl_ppc2 {
	display: block;
	clear: both;
}
#Content .up {
	font-size: small;
	text-align: right;
	padding-top: 20px;
}
#Content .icon {
	vertical-align: top;
	margin-right: 10px;
}
	
#Content #obox .date {
	font-size: small;
	text-align: right;
	line-height: 0.5em;
}
#Content #obox .minibox {
	margin-top: 15px;
}

#Content #obox {
	padding-bottom: 30px;
	margin-top: 15px;
	margin-bottom: 40px;
	border: 3px solid #F90;
	padding-left: 20px;
	padding-right: 30px;
}
#Content #obox ol li dl dt {
	font-size: medium;
	font-weight: bold;
	color: #F90;
}
#Content #nextpage .b_oysppc {
	margin-left: 55px;

}
#Content #nextpage, #Content_info #nextpage {
	margin-top: 20px;
	margin-bottom: 40px;
}

#Content #nextpage .b_inquire, #Content_info #nextpage .b_inquire {
	margin-left: 65px;
}
#Content #nextpage .center_inquire, #Content_info #nextpage .center_inquire {
	margin-left: 270px;

}


#Content #ppc_items {
	width: 950px;
	margin-top: 10px;
	height: 320px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #C33;
	margin-bottom: 20px;
}

#Content #ps_items {
	width: 950px;
	margin-top: 10px;
	height: 320px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #060;
	margin-bottom: 20px;
}

#Content #ppc_items .chara_left, #Content #ps_items .chara_left {
	margin-left: 40px;

}

#Content #ppc_items h2 {
	padding-bottom: 15px;
	padding-top: 15px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #C33;
}

#Content #ps_items h2 {
	padding-bottom: 15px;
	padding-top: 15px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #060;
}

#Content #ch_ppc1, #ch_ppc2, #ch_ppc3, #ch_ppc4 {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
	line-height: 1.8em;
	color: #C33;
	font-size: x-large;
	margin-top: 30px;
}

#Content #ch_ps1, #ch_ps2, #ch_ps3, #ch_ps4 {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 10px;
	line-height: 1.8em;
	color: #060;
	font-size: x-large;
	margin-top: 30px;
}

#container #ft_Navi {
	background: #CCC;
	text-align: center;
	font-size: small;
	padding-top: 20px;
	padding-bottom: 20px;
}


#ft_Navi ul {
	padding: 5px;
	overflow: hidden;

}
#ft_Navi li {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 15px;
	padding-right: 7px;
}

#ft_Navi ul .first {
	border-left-style: none;
}

#container #Footer {
	font-size: small;
	text-align: center;
}
#Footer address {
	font-style: normal;
	padding-top: 15px;
}
#Content h2 {
	color: #666;
	font-size: x-large;
}
#container #Content_info {
	width: 930px;
	padding-bottom: 20px;
}
#Content_info #Note {
	height: 100%;
	width: 920px;
}

#Content_info #Note .mid_note #item_box {
	background: #FFC;
	padding: 20px 20px 0px;
	width: 800px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#Content_info #Note .mid_note #item_box ul li {
	background: url(img/check.gif) no-repeat;
	padding-left: 40px;
	list-style-type: none;
	line-height: 2em;
}


#Content_info p {
	padding-bottom: 20px;
}


#Content_info #Note .top_note {
	width: 920px;
	background: url(img/paper_top.gif) no-repeat;
	height: 40px;
}
#Content_info #Note .mid_note {
	height: 100%;
	width: 920px;
	background: url(img/paper_mid.gif) repeat-y;
}

#Content_info #Note .btm_note {
	background: url(img/paper_btm.gif) no-repeat;
	height: 50px;
	width: 920px;
}

#Content_info .about {
	margin-top: 20px;
	margin-bottom: 20px;
}

#Content_info h3 {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #009;
	line-height: 1.5em;
	padding-left: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#Content_info .tab {
	vertical-align: bottom;
}


#Content_info .up {
	font-size: small;
	text-align: right;
	padding-top: 20px;
	padding-right: 40px;
}
#Content_info #Note .mid_note #item_box h2 {
	font-size: large;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
	letter-spacing: 1px;
}



#Content_info #Note .mid_note p {
	padding-left: 20px;
	padding-bottom: 30px;
	font-size: small;
	letter-spacing: 1px;
	line-height: 1.5em;

}

#Content_info #Note .mid_note ul li {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 20px;
	line-height: 1.5em;
	color: #009;
	margin-right: 40px;
}
#Content_info #Note .mid_note ul {
	padding-bottom: 30px;
}
#Content_info #Note .mid_note dl {
	margin-left: 20px;
	line-height: 1.5em;
	margin-right: 40px;
	width: 860px;
}
#Content_info #Note .mid_note dl dt {
	font-size: medium;
	color: #333;
	background: #CCC;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#Content_info #Note .mid_note dl dd {
	margin-bottom: 20px;

}

#Content_info #Note .mid_note dl .arrow1 {
	padding-top: 10px;
	padding-left: 400px;
	padding-right: 400px;

}
#Content_info #Note .mid_note #item_box h2 .lefticon {
	vertical-align: middle;
	margin-right: 8px;
}
#Content_info #Note .mid_note .ppc_pr {
	width: 820px;
	border: 2px solid #C33;
	margin-left: 20px;
	padding-left: 10px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}


#Content_info #Note .mid_note .ppc_pr li .plan dt {
	font-size: large;
	color: #C33;
	background: #FFF url(img/empitsu_r.gif) no-repeat;
	padding-left: 1.5em;
	width: 15em;
	float: left;
	line-height: 2em;
	clear: both;
}
#Content_info #Note .mid_note .ppc_pr li .plan dd {
	line-height: 4em;
	font-weight: bold;
}
#Content_info #Note .mid_note .ppc_pr p {
	line-height: 1.5em;
	font-size: small;
	margin-right: 20px;
}
#Content_info #Note .mark_b {
	color: #009;
	line-height: 1em;
	padding-bottom: 10px;
}
#Content_info #Note .mid_note .size_no {
	font-size: medium;
	margin-right: 50px;
}
