@charset "utf-8";
/* CSS Document */

/* 共通項目 */
p {
	margin: 0px;
}
img {
	border:none;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.bold{
	font-weight:bold;
}
.wide{
	letter-spacing: 5px;
}
.narrow{
	letter-spacing: -2px;
}
.txt-right{
	text-align:right;
}
a:link { color: #333333; }
a:visited { color: #333333; }
a:active { color: #333333; }

/* 基本の段組み */
body {
	font-size: 12;
	color: #333333;
	font-family: "ＭＳ ゴシック", Arial;
	background-color: #FFFFFF;
	margin: 0px;
	line-height: 120%;
}
#mainbody {						        /*全体の背景とサイズを指定*/
	width: 768px;
	background: url(img/bg.gif)	repeat-y;
	margin: 0px auto 0px;
}


/* ヘッダー */
#header {
	margin-top: 10px;
	margin-left: 14px;
}
#header p {
	padding-top: 12px;
	padding-left: 15px;
	font-size: 10px;
	line-height:150%;
}

/* レフトブロック */
#leftblock {
	width: 230px;
	margin-top: 10px;
	margin-left: 14px;
	float:left;
}
#leftblock h1{
	width:225px;
	background-color:#8CDEAC;
	margin:0px;
	padding:5px;
	font-size:14px;
	line-height:130%;
}

.menu{
	margin:0 0 30px 0;
	padding:0;
	list-style-type: none;
	font-size:14px;
}

.menu li{
	margin:0;
	padding:0;
	line-height:180%;
	color:#00CC66;
}
.menu a:link {
	color: #333333;
	text-decoration: none;
}
.menu a:hover { 
	color:#00CC66;
}
.menu a:active {
	color:#00CC66;
}
.menu a:visited {
	text-decoration: none;
}





#leftblock P{
	margin:5px 0 0 0;
	font-size:12px;
}
#leftblock img{
	margin:0 0 10px 10px;
}



/* ライトブロック */
#rightblock{
	width:480px;
	margin-left: 274px;
	margin-top:10px;
	font-size:12px;
}
#rightblock h1{
	width:460px;
	background-color:#ffb5c3;
	margin:0px;
	padding:5px;
	font-size:14px;
	line-height:130%;
	color:#FFFFFF;
}
#whatnew{
	margin:10px 0 20px 0;
}
.newsborder{
	border-bottom:dashed #ffb5c3 1px;
	margin-bottom:10px;
	}
.service-bunner{
	margin:0 0 10px 0;
	font-size:12px;
	text-align:center;
}
.top-se{
	margin:10px 0 0 0;
}



/* フッター */

#footer {
	clear:both;
	width: 768px;
	height: 50px;
	background: url(img/bg.gif)	repeat-y;
	margin: 0px auto 0px;
	border-top: 1px solid #999999;
	padding-top: 10px;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
#footer a{margin-left:10px;}
#footer a:link { color: #666666; }
#footer a:hover { color: #BF3A39; }
#footer a:visited { color: #666666; }
#footer a:active { color: #BF3A39; }
 

/* 理念ページ */
.policy-txt{
	line-height:180%;
	font-size:14px;
	width: 450px;
	margin-top: 10px;
	margin-left: 10px;
}
.policy-title{
	font-size:16px;
	font-weight:bold;
	margin:15px 0 0 10px;
}

/* 会社概要ページ */
.outlinetable{
	margin-top:5px;
}
.outlinetable th{
	width:90px;
	padding-top: 15px;
	padding-left: 10px;
	text-align:left;
	line-height: 120%;
	border-bottom: 1px dotted #999999;
}
.outlinetable td{
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	text-align:left;
	line-height: 120%;
	border-bottom: 1px dotted #999999;
}

/* 事業概要ページ */
.se-title{
	font-size:14px;
	font-weight:bold;
/*	border-bottom:dotted #333333 1px;*/
	margin:5px 0 2px 0;
}
.se-img {
	margin:0 0 2px 0;
}
.se-txt{
	font-size:12px;
	padding:0 0 20px 0;
	border-bottom:dashed 2px #ffb5c3;
}

/* プロフィールページ */
.pro-img{
	margin:15px 0 10px 330px;
}
.pro-txt{
	width:320px;
	line-height:150%;
	margin:15px 0 0 0;
	float:left;
}



