@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: #ffa600;
	font: 62.5%/1 "Lucida Grande",Meiryo, メイリオ, HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


body {
 font: 12px/1.5em HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "MS Gothic", "ＭＳ ゴシック", Meiryo, "メイリオ", sans-serif;
 color: #666;
 text-align: center;
 background: white url(../images/body_bg.jpg) repeat-x;
}


img {
 margin: 0;
 padding: 0;
 border-style: none;
 border-width: 0;
 vertical-align:bottom
}

p {
 padding: 0px;
 margin: 5px 0px 10px;
 line-height: 2;
 font-size: 120%;
}

#container {
 margin: 0 auto;
 padding: 0 0 20px;
 width: 780px;
 position: relative;
}

#header {
 width: 780px;
 height: 150px;
}

#header .home a {
 text-indent: -9999px;
 margin-top: 55px;
 height: 60px;
 top: 0;
 left: 0;
 width: 280px;
 margin-left: 20px;
 display: inline;
 position: absolute;
 float: left;
 background: url(../images/contents/header-title.gif) no-repeat -20px -55px;
}

#wrapper {
 width: 780px;
 background: white url(../images/contents/wrapper-bg.gif) repeat-y;
}

.wrap-l {
 float: left;
 width: 200px;
 padding-left: 10px;
 padding-bottom: 20px;
 background: url(../images/contents/dv_sidenavi_top.gif) no-repeat right top;
}

/* @group NAVIGATIONS */

#navigation {
 width: 190px;
 padding-left: 10px;
 padding-top: 11px;
}

ul#nav {
 
}

#nav li#faq ul {
 display: none;
}

#nav li a {
 width: 190px;
 height: 59px;
 text-indent: -9999px;
 display: block;
 line-height: 10px;
 font-size: 0;
}

#nav li#whats a {
 background: url(../images/contents/navi-whats.gif) no-repeat;
 height: 59px;
 width: 190px;
}

#nav li#type a {
 background: url(../images/contents/navi-type.gif) no-repeat;
 height: 59px;
 width: 190px;
}

#nav li#faq a {
 background: url(../images/contents/navi-faq.gif) no-repeat;
 height: 59px;
 width: 190px;
}

#nav li#notice a {
 background: url(../images/contents/navi-notice.gif) no-repeat;
 height: 59px;
 width: 190px;
}

#nav li#mypage a {
 background: url(../images/contents/navi-online.jpg) no-repeat;
 height: 59px;
 width: 190px;
}

#nav li#blog a {
 height: 106px;
 background: url(../images/contents/blog-btn.gif) no-repeat;
}

#nav li#whats a:hover,#nav li#whats a.active {
 background-position: 0 -59px;
}

#nav li#type a:hover,#nav li#type a.active {
 background-position: 0 -59px;
}

#nav li#faq a:hover {
 background-position: 0 -59px;
}

#nav li#notice a:hover,#nav li#notice a.active {
 background-position: 0 -59px;
}


#nav li#mypage a:hover,#nav li#mypage a.active {
 background-position: 0 -59px;
}


#nav li#blog a:hover {
 background-position: 0 -106px;
}

#nav li#faq a.active {
 background: url(../images/contents/navi-faq-active.gif) no-repeat;
}

body#faqpage #nav li#faq ul {
 display: block;
 background: url(../images/contents/navi-faq-bg.gif) repeat-y;
}

body#faqpage #nav li#faq ul li a {
 background-image: none;
 font-size: 120%;
 line-height: 1.2;
 padding-left: 33px;
 width: 157px;
 padding-bottom: 5px;
 text-indent: 0;
 height: auto;
}

body#faqpage #nav li#notice a {
 background: url(../images/contents/navi-notice-faq.gif) no-repeat;
 height: 59px;
 width: 190px;
}

body#faqpage #nav li#notice a:hover {
 height: 59px;
 width: 190px;
 background-position: 0 -59px;
}

/* @end */

.wrap-r {
 float: right;
}

.maincontents {
 width: 550px;
 padding-right: 10px;
 float: left;
 clear: both;
 display: block;
 background-color: white;
}

h2 {
 width: 550px;
 height: 36px;
 padding-bottom: 17px;
}

h3 {
 width: 500px;
 height: 37px;
 background: url(../images/contents/h3-bg.gif) no-repeat;
 padding-left: 40px;
 padding-top: 10px;
 font-size: 120%;
 font-weight: bold;
 color: #666600;
 clear: both;
 display: block;
}

.box {
 width: 510px;
 padding-left: 20px;
 clear: both;
 padding-bottom: 15px;
}

.box p {
 margin-top: 0;
}

.box li {
 font-size: 120%;
 line-height: 2;
}

.box li.d {
 margin-left: 15px;
 list-style: disc;
 font-size: 120%;
 line-height: 2;
}


.box img.l {
 float: left;
 margin-right: 10px;
}

.box img.ll {
	float: left;
	margin: 10px 10px 30px 0;
}

.box img.r {
 float: right;
 margin-left: 10px;
}

.formContents {
	width: 510px;
	padding: 10px 0;
	border-bottom: 1px dashed #cccccc;
}

.formContentsl {
	width: 160px;
	float: left;
	font-size: 120%;
	font-weight: bold;
	padding-right: 10px;
}

.formContentsr {
	width: 320px;
	float: left;
}

.formContentsr input {
	font-size: 120%;
	width: 270px;
	border: 1px solid #cccccc;
	padding: 3px;
}

.formContentsr select {
	font-size: 120%;
	width: 270px;
	border: 1px solid #cccccc;
}

.formContentsr textarea {
	font-size: 120%;
	width: 270px;
	border: 1px solid #cccccc;
	padding: 3px;
}

#formSend {
	margin: 20px 0 20px 170px;
}

.formContents_notice {
	float: right;
}

.req {
	font-size: 120%;
	color: #e50000;
}

.form_error {
	font-size: 120%;
	color: #e50000;
}

p.gotop {
 clear: both;
 float: right;
 padding-right: 20px;
}

#btm {
 width: 780px;
 height: 32px;
 clear: both;
 background: url(../images/contents/footer-top.gif) no-repeat;
}

#footer {
 background: white url(../images/contents/img_footer.gif) no-repeat 0 bottom;
 width: 740px;
 height: 98px;
 clear: both;
 padding-right: 20px;
 padding-top: 5px;
 padding-left: 20px;
}

#footer p {
	font-size: 120%;
	text-align: center;
}

#footer img {
 float: left;
}

address {
 float: right;
 width: 295px;
 height: 33px;
 text-indent: -9999px;
}

a {
 color: blue;
}

.clearboth {
	clear: both;

}
