@charset "utf-8";

/* rule reset */

html, body, div, span, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

/* basic style */


h1 {
	color:#fff;
	font-size:10px;
	font-weight:normal;
	line-height:14px;
}

h2 {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}

h3 {
	color:#000;
	font-size:11px;
	font-weight:normal;
	text-indent: 1em;
}

h4 {
	color:#333333;
	font-size:10px;
	font-weight:normal;
}

p {
	color:#000;
	font-size:11px;
}

li{
	list-style-type: disc;
	list-style-position: outside;
	line-height: 150%;
	font-size: 12px;

}

a{/*リンクされた文字*/
    color:#333333;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#333333;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#333333;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#0099cc;
    font-style:normal;
    text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}

.table1  {
border-collapse: collapse; /* 枠線の表示方法 */
border: 1px #cccccc solid; /* テーブル全体の枠線（太さ・色・スタイル） */
}

.table1 TD {
border: 1px #cccccc solid; /* セルの枠線（太さ・色・スタイル） */
}

#outer {
margin: 0 auto;
width: 1030px;
background: url(../image_3/bg.gif) repeat-y center top;
}

#header {
	background-image: url(../images/top_cover_800x417.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 230px;
	width: 820px;
	text-align: center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#outerGroup #contentGrop #leftcolumn {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 210px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#footer {
    text-align: center;
}
#outerGroup #contentGrop #content {
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 230px;
}
