﻿@charset "UTF-8";

/*
 * CSS
 * stylesheet for screen layout
 *
 * @file        base.css
 */

body{
	background-color: #ffffff;
/*
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
 */
	color: #333333;
	text-align: center;
	font-family: Arial,"ＭＳ Ｐゴシック","Osaka",sans-serif;
	font-size:12px;
	line-height:20px;
}

a:link {
	color: #339933;
	text-decoration: none;
}

a:visited {
	color: #339933;
	text-decoration: none;
}

a:hover {
	color: #339933;
	text-decoration: underline;
}

a:active {
	color: #339933;
	text-decoration: underline;
}




/*************************************/
/********** top elements **********/
/*************************************/

#top {
/*
	background-color: #FF00FF;
 */
	background-image:url(../images/bg_top.gif);
	background-repeat:repeat-x;
	background-position:top;
	min-height:95px;
	_height:95px;
	text-align:center;
}

/********** header elements **********/

#header {
/*
	background-color: #FFFF99;
 */
	background-image:url(../images/bg_head.jpg);
	background-repeat: no-repeat;
	background-position:top;
	width:960px;
	margin:0 auto;
	position: relative;
	text-align: left;
	min-height:95px;
	_height:95px;
}

#header h1 {
	font-size:10px;
	padding-left:0;
}


#header h2 a {
	position: absolute;
	top: 21px;
	left: 0;
	width : 400px;
	height: 56px;
	text-indent:-9999px;
	overflow:visible;
	/* \*/
	overflow:hidden;
	/* */
}

#header p a {
	position: absolute;
	top: 39px;
	left: 812px;
	width : 147px;
	height: 33px;
	text-indent:-9999px;
	overflow:visible;
	/* \*/
	overflow:hidden;
	/* */
}


/*************************************/
/********** head navigation elements **********/
/*************************************/

#navigation {
	clear:both;
/*
	background-color: #CC9966;
 */
	background-image:url(../images/bg_navi.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
}

#gNavi {
	width:960px;
	height:50px;
	margin:0 auto;
	text-align: left;
}

#gNavi li {
	float:left;
}

/*************************************/
/********** side navigation elements **********/
/*************************************/

#sideNavi {
	float:left;
	width:225px;
/*
	background-color: #CC9966;
	background-image:url(../images/bg_sidenavi.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
 */
}

/********** gNavi elements **********/

#gsNavi {
	margin:3px 5px;
}

#gsNavi li {
	margin-bottom:5px;
}


/********** lNavi elements **********/

#lNavi {
	margin:0 5px 5px 5px;
}

#lNavi li {
/*
	background-color: #fff;
 */
	background-image:url(../images/bg_lnavi.gif);
	background-repeat: no-repeat;
	background-position:14px 13px;
	text-align:center;
 	margin-bottom:3px;
	border-top:solid 1px #382b1b;
}

#lNavi p {
	padding:5px 5px 5px 35px;
	text-align:left;
	font-weight:bold;
}

#lNavi a:link {
	color: #339933;
	text-decoration: none;
}

#lNavi a:visited {
	color: #339933;
	text-decoration: none;
}

#lNavi a:hover {
	color: #339933;
	text-decoration: underline;
}

#lNavi a:active {
	color: #339933;
	text-decoration: underline;
}


/*************************************/
/********** main elements **********/
/*************************************/

#main {
	float:left;
	width:100%;
	background-color: #ffffff;
	background-image:url(../images/bg_main.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
}

#contents {
	width:960px;
	margin:0 auto;
}

#column {
	float:left;
	width:960px;
	text-align: left;
	background-color: #ffffff;
/*
	background-image:url(../images/bg_leftcolumn.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
 */
}

#leftColumn {
	float:left;
	width:960px;
/*
	background-color: #110a05;
 */
	background-image:url(../images/bg_leftcolumn.gif);
	background-repeat:repeat-y;
	background-position:top;
	text-align:center;
}

#leftColumnM {
	float:left;
	width:960px;
/*
	background-color: #110a05;
 */
	background-image:url(../images/bg_leftcolumn_m.gif);
	background-repeat:repeat-y;
	background-position:top;
	text-align:center;
}

#rightColumn {
	float:left;
	width:960px;
/*
	background-color: #110a05;
 */
	background-image:url(../images/bg_rightcolumn.gif);
	background-repeat:repeat-y;
	background-position:top;
	text-align:center;
}

#mainColS {
	float:left;
	width:735px;
/*
	background-color: #fff;
 */
	text-align: left;
}


#centerColumn {
	float:left;
	width:960px;
/*
	background-color: #CCFF99;
 */
	background-image:url(../images/bg_centercolumn.gif);
	background-repeat:repeat-y;
	background-position:top;
	text-align:center;
}

#mainColSS {
	float:left;
	width:460px;
/*
	background-color: #fff;
 */
	text-align: left;
}

#colMargin {
	float:left;
}

/*************************************/
/********** bottom elements **********/
/*************************************/

#bottom {
	clear:both;
	height:100px;
	min-height:100px;
	text-align:center;
	background-color: #7dd8f8;
	background-image:url(../images/bg_bottom.gif);
	background-repeat:repeat-x;
	background-position:top;
}

/********** footer elements **********/

#footer {
	width:960px;
	margin:0 auto;
/*
	background-color: #CCCCCC;
	background-image:url(../images/bg_foot.gif);
	background-repeat:repeat-x;
	background-position:top;
 */
}


#footer p {
	text-align:right;
 	font-size:10px;
	line-height:14px;
	padding:20px 15px;
	color:#ffffff;
}



/*************************************/
/********** main content elements **********/
/*************************************/

.mainContSR {
	width:710px;
	margin:25px 0 25px 25px;
}

.mainContS {
	width:685px;
	margin:25px;
}

.mainCont {
	width:940px;
	margin: 20px 0px 20px 12px;
}

.mainContSS {
	width:460px;
	margin:25px 0;
}

.main2Cont {
	width:920px;
	margin: 20px 20px 20px 20px;
}


.mcBox {
	float:left;
	margin-bottom:25px;
}

.sTitle {
	background-image:url(../images/bg_stitle.gif);
	background-repeat:repeat-x;
	background-position:top left;
	min-height:35px;
	_height:35px;
	color:#fff;
}

.sTitle p {
	background-image:url(../images/bg_stitle_icon.gif);
	background-repeat: no-repeat;
	background-position:6px 5px;
	padding:7px 27px;
	font-weight:bold;
	font-size:14px;
}



.stW440 {
	width:440px;
}

.stW415 {
	width:415px;
}

.stW640 {
	width:640px;
}

.stW460 {
	width:460px;
}

.stW665 {
	width:665px;
}

.stW685 {
	width:685px;
}

.stW910 {
	width:910px;
}

.stW920 {
	width:920px;
}


.osirase {
	float:left;
	width:663px;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #ccc;
	/*height:140px;
	overflow:auto;*/
	padding-top:5px;
	padding-bottom:5px;
}

.osirase dl {
	border-bottom:dotted 1px #ccc;
}

.osirase dt {
	width:70px;
	float:left;
	background:url(../images/arw_green.gif) no-repeat 0 center;
	padding: 10px 5px 10px 15px;

}

.osirase dd {
	margin-left:80px;
	padding:10px;
}

.osirase img {
	float:left;
	margin-right:20px;
}

.osirase p {
	color:#339933;
	font-weight:bold;
}


.sCol {
	background-color:#f2f2f2;
	background-image:url(../images/bg_scol.gif);
	background-repeat: repeat-x;
	background-position:top left;
	color:#333;
}

.scW250 {
	width:250px;
	margin-left:20px;
}

.scW460 {
	width:460px;
}

.sCol h3 {
/*
	background-color: #CCCCCC;
	background-image:url(../images/bg_scol_title.gif);
	background-repeat:repeat-x;
	background-position:top;
 */
	font-size:14px;
	padding:8px 20px;
	font-weight:bold;
	color:#fff;
}

.sCol p {
	font-size:12px;
	line-height:16px;
	padding:5px 5px 10px 10px;
}

.sCol span {
	display:block;
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
/*
	color:#fff;
 */
}


.pr20 {
	padding-right:20px;
}

.pagetop {
	margin: 0 0 15px 0;
	padding: 0px;
	width: 920px;
	text-align: right;
	clear: both;
}

.txtsmall{
	font-size:10px;
	line-height:20px;
}



.mt00 { margin-top: 0;}
.mt05 { margin-top: 5px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt25 { margin-top: 25px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}

.mb00 { margin-bottom: 0;}
.mb05 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}

.ml00 { margin-left: 0;}
.ml05 { margin-left: 5px;}
.ml10 { margin-left: 10px;}
.ml15 { margin-left: 15px;}
.ml20 { margin-left: 20px;}
.ml25 { margin-left: 25px;}
.ml30 { margin-left: 30px;}
.ml40 { margin-left: 40px;}

.mr00 { margin-right: 0;}
.mr05 { margin-right: 5px;}
.mr10 { margin-right: 10px;}
.mr15 { margin-right: 15px;}
.mr20 { margin-right: 20px;}
.mr25 { margin-right: 25px;}
.mr30 { margin-right: 30px;}
.mr40 { margin-right: 40px;}

.pt00 { padding-top: 0;}
.pt05 { padding-top: 5px;}
.pt10 { padding-top: 10px;}
.pt15 { padding-top: 15px;}
.pt20 { padding-top: 20px;}
.pt25 { padding-top: 25px;}
.pt30 { padding-top: 30px;}
.pt40 { padding-top: 40px;}

.pb00 { padding-bottom: 0;}
.pb05 { padding-bottom: 5px;}
.pb10 { padding-bottom: 10px;}
.pb15 { padding-bottom: 15px;}
.pb20 { padding-bottom: 20px;}
.pb25 { padding-bottom: 25px;}
.pb30 { padding-bottom: 30px;}
.pb40 { padding-bottom: 40px;}

.pl00 { padding-left: 0;}
.pl05 { padding-left: 5px;}
.pl10 { padding-left: 10px;}
.pl15 { padding-left: 15px;}
.pl20 { padding-left: 20px;}
.pl25 { padding-left: 25px;}
.pl30 { padding-left: 30px;}
.pl40 { padding-left: 40px;}

.pr00 { padding-right: 0;}
.pr05 { padding-right: 5px;}
.pr10 { padding-right: 10px;}
.pr15 { padding-right: 15px;}
.pr20 { padding-right: 20px;}
.pr25 { padding-right: 25px;}
.pr30 { padding-right: 30px;}
.pr40 { padding-right: 40px;}

