@charset "utf-8";
/*
Theme Name: lpo design(company)
Author: sync
*/

/* ページ全体 */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #dfdfdf url(./image/a4_r1_c2.gif) repeat-x ;
	font: 0.75em/1.4em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #222222;
	letter-spacing: 0.1em;	
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/* コンテンツ全体コンテナ */
#wrapper {
	background:#ffffff;
	width: 800px;
	margin: 20px auto 0px auto;
	padding: 0px;
	text-align: left;
}
/* 共通部分 */
a {color:#006699; text-decoration: underline; }
a:link {color:#006699; }
a:visited {color:#514367; }
a:hover {color:#514367; text-decoration: none;}
a:active {color:#514367; text-decoration: none;}
a img { border:none; }
li { list-style: none; }
h1 { font-size: 1.5em; }
.banner{ margin: 15px 0px; }
/* HR点線 */
hr {
	border: 0px;
	height: 1px;
	background-color:#ffffff;
	border-top: 1px solid #cccccc;
	margin-bottom: 8px;
}
/* ヘッダー */
.header{
	margin: 0px;
	padding: 0px;
}
/*キャッチコピー */
.catch {
	font-size: 0.9em;
	color: #102974;
	text-align: center;
	float: left;
	font-weight: normal;	
}
/* メインコンテナ（左サイド＋センター） */
.conteiner {
	width : 800px;
	padding-top:5px;
	float:left;
}
/* センターコンテンツ */
.content {}

.cline{
	width:255px;
	border: 1px solid #C8D6FF;
	text-align: left;
}

.content h2 {
	margin:0px;
	padding:0px;
}
.content h3 {
	background: #FFFFFF url(./image/a4_r12_c5.gif) no-repeat  -18px 0px;
	font-family: HGPｺﾞｼｯｸE; 
	color: #113E3E;
	font-size: 23px;
	margin: 12px 0px 20px 5px;
	padding: 5px 5px 5px 108px;
	border-bottom: 3px solid #789191;
	line-height: 1.3em;
	letter-spacing: 0.01em;	
}
.content p {
	padding: 10px 10px 10px 25px ;
}
.content ul {
	padding: 10px 0px;
}
.content li {
	margin: 3px 0px 3px 0px;
	padding: 3px 0px 3px 17px;
}
.gray{
	background: #dddddd;
	color: #222222;
	font-weight:bold;
	font-size: 14px;
	margin: 7px 3px 0px 3px;
	padding: 3px 0px 5px 0px;
	}
.simanosika{
	background: #ECE9D8;
	color: #222222;
	font-weight:bold;
	font-size: 12px;
	margin: 7px 0px 0px 0px;
	padding: 3px 0px 5px 0px;
	}

/* フッター ※heightを指定しないとIE6でバグ */
.footer {
	background: #113E3E;
	color: #ffffff;
	font-size: 0.9em;
	margin: 7px 0px 0px 0px;
	padding: 3px 0px 5px 0px;
	clear:both;
}	
.footer a {color:#ffffff; text-decoration: underline;}
.footer a:visited { color:#eeeeee; text-decoration: underline;}
.footer a:hover {color:#eeeeeee; text-decoration: none;}
.footer a:active {color:#eeeeee; text-decoration: none;}
.footermenu{
	width:800px;
	float: center;
}

TABLE.tablelpo{
	margin: 0px 0px;
	border: 2px solid #D8CAAD;
}


	}


.companyname{
	letter-spacing: 0.01em;
	padding: 0px 0px 10px 0px;
	text-align: center;
	float: center;
}
/* Mac IE 文字化け回避対策 */
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
}
