@charset "UTF-8";
@import url("clearfix.css");
@import url("reset.css");

/*++++++++++++++++++++++++++++++++++++++++++
Basic Font Setting
+++++++++++++++++++++++++++++++++++++++++++*/

* {
	line-height: 1.6em;
}

body {
	color: #333333;
	background: #ffffff url(../images/body_bg.gif) repeat left top;
	text-align: center;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro W3",
	"メイリオ",
	Meiryo,
	Osaka,
	"ＭＳ Ｐゴシック",
	"MS P Gothic",
	sans-serif;
}
	
*html body {/* for IE6*/
	font-size: 75%; !important;
	font-family: "メイリオ", Meiryo, sans-serif;
}

*:first-child+html body {/* for IE7*/
	font-family: "メイリオ", Meiryo, sans-serif;
}	

;;body {/* for Opera 9*/
	font-family: "メイリオ", Meiryo, sans-serif;
}

/*++++++++++++++++++++++++++++++++++++++++++
Basic Setting
+++++++++++++++++++++++++++++++++++++++++++*/
a {
	color					:#333333;
	text-decoration			:underline;
}
a:visited {
	color					:#333333;
	text-decoration			:underline;
}
a:hover {
	color					:#333333;
	text-decoration			:underline;
}
a:active {
	color					:#333333;
	text-decoration			:underline;
}

/*++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++*/
#wrap {
	background-color: transparent;
	margin: 0 auto;
	width: 840px;
	text-align: left;
	height: 100%;
}	

/*++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++*/
.path {
	font-size: 11px;
	text-align: right;
	z-index: 1;
	line-height: 0;
	margin-bottom: 16px;
}
*html .path {/* for IE6*/
	
	padding-top: 1px;
}
*:first-child+html .path {/* for IE7*/
	
	padding-top: 1px;
}

.path a,
.path a:visited,
.path a:hover,
.path a:active {
	color: #163064;
	text-decoration: underline;
}

h1 {
	font-size: 11px;
	color: #1d3d7b;
	marginp: 10px 0;
	font-weight: normal;
	/*text-align: right;*/
}

.h1 a,
.h1 a:visited,
.h1 a:hover,
.h1 a:active {
	color: #1d3d7b;
	text-decoration: underline;
}

*html h1 {
	font-size: 10px;
}

*:first-child+html h1 {
	font-size: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++
Header
+++++++++++++++++++++++++++++++++++++++++++*/
#header {
	width: 840px;
	height: 178px;
}

/*++++++++++++++++++++++++++++++++++++++++++
Contents
+++++++++++++++++++++++++++++++++++++++++++*/
#mainContent {
	background: #ffffff url(../images/cont_border.gif) no-repeat left top;
	padding: 10px 24px 20px 24px;
}

.column2Box .contentL {
	width: 200px;
	float: left;
}

.column2Box .contentL p {
	margin: 0 0 5px 0;
}

/*-------------------------------------------------------------*/
#side {
	background: #ffffff;
}

.contentL dl {
	margin-top: 10px;
}

.contentL dt {
	height: 37px;
}

*html .contentL dt {
	margin-bottom: -3px;
}

.contentL dd {
	padding: 5px 10px 5px 29px;
	border-top: 1px dotted #999999;
	border-right: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	background: #fffaf5 url(../images/menu_arrow.gif) no-repeat 10px center;
}

.contentL dd.topSetup {
	border: none;
	padding-top: 4px;
	border-right: 1px solid #bebebe;
	border-left: 1px solid #bebebe;	
}

.contentL dd.lastSetup {
	border-bottom: 1px solid #bebebe;
	padding-bottom: 4px;	
}


.contentL dd a,
.contentL dd a:visited {
	display: block;
	color: #163064;
	text-decoration: underline;
	font-size: 12px;
}

.contentL dd a:hover,
.contentL dd a:active {
	text-decoration: none;
}

/*-------------------------------------------------------------*/
.column2Box .contentR {
	width: 570px;
	float: right;
}

*html .column2Box .contentR {
	width: 542px;
	float: right;
}

/*-------------------------------------------------------------*/
.column2Box .contentR p {
	margin-top: 10px;
}

.column2Box .contentR p.midashi {
	margin-bottom: 10px;
	margin-top: 0;
}

.column2Box .contentR p.midashiTwo {
	margin-top: 20px;
	margin-bottom: 10px;
}

#picture {/* for index.html only */
	background: url(../images/cont_photo01.gif) no-repeat right 10px;
	height: 100%;
}

.contBtn {
	text-align: center;
	margin-top: 16px;
}

 .midashi2{
	font-size	: 14px;
	line-height	: 120%;
	width: 500px;
	height:37px;
	color:#333333;
	padding-top:10px;
	font-weight	: bold;
	text-indent:30px;
	background-image:url(../images/cont_headline.gif);
	background-repeat: no-repeat;
	margin-bottom:10px;
}

 .komidashi{
	font-size	: 14px;
	line-height	: 120%;
	width: 500px;
	height:37px;
	color:#ff3300;
	padding-top:5px;
	font-weight	: bold;
	text-indent:20px;
	background-image:url(../images/komidashi.gif);
	background-repeat: no-repeat;
	margin-bottom:10px;
}


.kyoutyou{
color:#990000;
font-weight:bold;
}

.kyoutyou2{
color:#ff3300;
font-weight:bold;
}


/*++++++++++++++++++++++++++++++++++++++++++
PageTop
+++++++++++++++++++++++++++++++++++++++++++*/
.pageTop {
	text-align: right;
	font-size: 11px;
	clear: both;
	margin-top: 16px;
	width: 570px;
}

.pageTop a,
.pageTop a:visited,
.pageTop a:hover,
.pageTop a:active {
	color: #2248A7;
	text-decoration: underline;
}

* html .pageTop a {
	font-size: 10px;
}

*:first-child+html .pageTop a {
	font-size: 10px;
}

/* pageTop2 */
.pageTop2 {
	text-align: right;
	font-size: 11px;
	clear: both;
	margin-top: 16px;
}

.pageTop2 a,
.pageTop2 a:visited,
.pageTop2 a:hover,
.pageTop2 a:active {
	color: #2248A7;
	text-decoration: underline;
}

* html .pageTop2 a {
	font-size: 10px;
}

*:first-child+html .pageTop2 a {
	font-size: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++
Footer
+++++++++++++++++++++++++++++++++++++++++++*/
.footer {
	margin-top: 0px;
	font-size: 10px;
	text-align: center;
	background: #1d3d7b;
	clear: both;
}

.footer a,
.footer a:visited,
.footer a:hover,
.footer a:active {
	color: #ffffff;
	text-decoration: underline;
}


.footer p {
	color: #FFFFFF;
	letter-spacing: 1px;
}


