@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 0;
	word-wrap: break-word;
}

body,div,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre,fieldset,blockquote,table,thead,tbody,tfoot,caption,th,td,
section,article,aside,nav,menu,canvas,details,figure,figcaption,footer,header,hgroup,summary { margin: 0; padding: 0; }
ul, li, dl, dt, dd { list-style-type: none; line-height: 1.4em; }
a { color: #78706a; text-decoration: none; outline: 0; }
a:visited { color: #78706a; text-decoration: none; outline: 0; }
a:hover { color: #ee8200; text-decoration: none; outline: 0; }
hr { display: none; }
em, address { font-style: normal; }
strong { font-weight: bold; }
.clear { clear: both; }
.fL { float: left; }
.fR { float: right; }
.img_fL { float: left; margin: 0 10px 10px 0; }
.img_fR { float: right; margin: 0 0 10px 10px; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
p { margin: 0 0 0 0; line-height: 1.4em; }
img { border: #6e6d6d solid 1px;}
section,article,aside,nav,menu,canvas,details,figure,figcaption,footer,header,hgroup,summary { display: block; }
mark { background: rgba(255,255,255,0.2); }

::-moz-selection{ color: #fff; background: #900; }

::selection { color: #fff; background: #900; }

ruby {
	display: inline-table;
	margin: 0;
	padding: 0;
	border: none;
	white-space: nowrap;
	text-indent: 0;
	vertical-align: text-bottom !important;
	text-decoration: none;
	text-align: center;
	line-height: 100%;
}

ruby rt, a:link ruby rt, a:visited ruby rt {
	display: table-header-group;
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	font-size: 70%;
	line-height: 100%;
	text-decoration: none;
}

ruby rp { display: none; }

form input { margin: 0; padding: 2px 3px; }

/*------------clearfix-------------*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*----------------------------------------------------------------------------------------------------

                                              common

----------------------------------------------------------------------------------------------------*/
body {
	color: #444;
	background: #6c272d url(../images/bg.png) 0 0 repeat;
}

/*------------------------------------------------------------

                       #header

------------------------------------------------------------*/
#header {
	margin: 0 auto;
	width: 1030px;
	height: 110px;
	text-indent: 34px;
}

#header h1 {
	line-height: 144px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

#teikei {
	height: auto;
	background: #fbfaf5;
}

#teikei p{
	padding: 30px 314px; 
	color: #6e6d6d;
	
}
/*------------------------------------------------------------

                       #main-area

------------------------------------------------------------*/
#main-area {
	height: 400px;
	background: #fbfaf5;
}
	
#main-img {
	margin: 0 auto;
	padding: 30px 0 20px;
	width: 900px;
	height: 300px;
}

#link-area{
	width: 370px;
	float: right;
}

#link-area h2{
	width: 300px;
	color: #5b5b5b;
	padding: 0 10px 15px;
	font-size: 16px;
	font-weight: bold;
}

#link-area ul {
	width: 300px;
	height: auto;
	padding: 12px 10px;
}

#link-area ul li{
	padding: 12px 10px;
	text-indent: 20px;
	background: url(../images/icon.png) 0 12px no-repeat;
}

#link-area ul li a{
	color: #0400b7;
	font-weight: bold;
}

#link-area ul li a:hover{
	color: #ff0000;
}

/*------------------------------------------------------------

                          #content

------------------------------------------------------------*/
#content {
	margin: 0 auto;
	width: 960px;
}

/* #main-cont
----------------------------------------*/
#main-cont { 
	height:auto;
	color: #fff;
	padding: 100px 0px 60px;
}
		
#main-cont .section_left {
	float:left;
	margin: 0 0 50px;
	width:450px;
}

#main-cont .section_right {
	float:right;
	margin: 0 0 50px;
	width:450px;
}

#main-cont h2{
	margin: 20px 0 10px;
	height: 30px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 8px;
	border-bottom: #fff solid 1px;
}

#permalink{
	float: right;
}

#permalink a{
	color: #fff;
	font-size: 14px;
}

#permalink a:hover{
	text-decoration: underline;
}

/*------------------------------------------------------------

                          #footer

------------------------------------------------------------*/
#footer {
	width: 100%;
	padding: 30px;
	line-height: 120px;
	color: #fff;
	text-align: center;
	float: left;
}
