@charset "shift_jis";

body {
	margin: 0;
	padding: 0;
	line-height: 1.7;
	color: #333;
	font-size: 75%;
}

/* Reset
---------------------------------------- */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, address, option {
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	font-weight: normal;
}
 
ol, ul {
	list-style: none;
}

fieldset, img, abbr {
	border: 0;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

address, caption, em, strong, th ,cite ,optgroup {
	font-style: normal; 
	font-weight: normal;
}
	

/* Anchors
---------------------------------------- */
a:link {
	color: #238cc6;
}

a:visited {
	color: #238cc6;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}


/* header
---------------------------------------- */
#header {
	width: 960px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	padding: 3px 0 4px;
}

#header h1 img {
	vertical-align: middle;
	margin-right: 10px;
}

#header address {
	float: right;
	padding-top: 11px;
}


/* gnavi
---------------------------------------- */
#gnavi {
	background: url(../img/bg_gnavi.gif) repeat-x;
}

#gnavi ul {
	width: 960px;
	margin: 0 auto;
}

#gnavi ul li {
	height: 50px;
	float: left;
}


/* visual
---------------------------------------- */
#visual {
	background: url(../../img/bg_visual.jpg) repeat-x;
}

#visual .visualInner {
	width: 960px;
	margin: 0 auto;
}

#visual2 {
	background: url(../img/bg_visual2.jpg) repeat-x;
}

#visual2 .visualInner {
	width: 960px;
	margin: 0 auto;
}


/* contents
---------------------------------------- */
#contents {
	background: url(../img/bg_contents.jpg) repeat-x;
}

#contents #wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 17px 0 20px;
}

#contents #wrapper #main {
	width: 720px;
	float: left;
}

#contents #wrapper #main .box {
	width: 720px;
	background: url(../img/bg_box.gif) repeat-y;
	margin-bottom: 25px;
}

#contents #wrapper #main .box .boxInner {
	width: 720px;
	background: url(../img/bg_box_top.gif) no-repeat;
}

#contents #wrapper #main .box .whatsNew {
	background: url(../img/bg_box_top2.gif) no-repeat;
}

#contents #wrapper #main .box .boxInnerBottom {
	width: 660px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	background: url(../img/bg_box_bottom.gif) left bottom no-repeat;
	padding: 20px 30px;
}

#contents #wrapper #main .box .boxInner .boxInnerBottom .table {
	width: 660px;
}

#contents #wrapper #main .box .boxInner .boxInnerBottom .table th,
#contents #wrapper #main .box .boxInner .boxInnerBottom .table td {
	border: 1px solid #e1e1e1;
	padding: 6px 10px;
}

#contents #wrapper #main .box .boxInner .boxInnerBottom .table th {
	width: 160px;
	background: #f2f2f2;
	font-weight: bold;
}

#contents #wrapper #main .box .boxInner .boxInnerBottom .table td {
	background: #fff;
}

#contents #wrapper #main .box .boxInnerBottom .lead {
	background: url(../img/bg_lead.gif);
	padding: 5px;
	margin-bottom: 20px;
}

#contents #wrapper #main .box .boxInnerBottom .lead h2.leadInner {
	width: 650px;
	background-color: #fff;
}

#contents #wrapper #main .box .boxInnerBottom p.banner a {
	width: 650px;
	height: 90px;
	display: block;
	background: url(../img/bg_banner.gif);
	padding: 5px;
}

#contents #wrapper #main .box .boxInnerBottom p.banner a:hover {
	background: url(../img/bg_banner_o.gif);
}

#contents #wrapper #main .box .boxInner .boxInnerBottom .form table {
	margin-left: 10px;
}

#contents #wrapper #main .box .boxInner .boxInnerBottom .form table th,
#contents #wrapper #main .box .boxInner .boxInnerBottom .form table td {
	padding-bottom: 10px;
	vertical-align: top;
}

#contents #wrapper #main .box .boxInner .boxInnerBottom .form table.tbl1 input,
#contents #wrapper #main .box .boxInner .boxInnerBottom .form table.tbl1 textarea {
	width: 420px;
	border: 1px solid #ccc;
	padding: 3px;
}

#contents #wrapper #main .box .boxInner .boxInnerBottom .form table.tbl1 .short input {
	width: 180px;
}

#contents #wrapper #main .box .boxInner .boxInnerBottom .form table th {
	padding-right: 60px;
	padding-left: 10px;
}

#contents #wrapper #main .box .boxInner .boxInnerBottom .form table td label {
	display: block;
}

#contents #wrapper #side {
	width: 220px;
	float: right;
	padding-top: 8px;
}

#contents #wrapper #side p a {
	width: 210px;
	height: 110px;
	display: block;
	background: url(../img/bg_banner.gif);
	padding: 5px;
	margin-bottom: 15px;
}

#contents #wrapper #side p a:hover {
	background: url(../img/bg_banner_o.gif);
}


/* footer
---------------------------------------- */
#footer {
	background: #eee url(../img/bg_footer.gif) repeat-x;
}

#footer .footerLink {
	width: 960px;
	height: 24px;
	margin: 0 auto;
}

#footer .footerLink ul {
	float: left;
}

#footer .footerLink ul li {
	float: left;
}

#footer .footerLink ul li img {
	vertical-align: top;
}

#footer .footerLink .pagetop {
	float: right;
}


#footer .copyright {
	text-align: center;
	padding: 10px 0;
}





/* clearfix
---------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}



