@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.75em;
	line-height: 1.6;
}

a img {
	border-style: none;
}

a:hover {
	color: #06F;
}

#bg {
	background-image: url(images/bg_01.gif);
	background-repeat: repeat-y;
	width: 964px;
	margin-right: auto;
	margin-left: auto;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
	display:inline-block;
	min-height:1%;  /* for IE 7*/
	overflow: hidden;
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#header {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#header #logo {

}
#header h1 {
	text-align: right;
	font-size: 1em;
}
#header ul {
	float: right;
}
#header ul li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
#bread {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}



#container {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
}
#bread {
	margin-top: 10px;
}

#bread ul {
	float: left;
}
#bread ul li {
	display: inline;
}


#contents {
	padding: 10px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#contents #main {
	padding: 0px 20px 0px 0px;
	float: left;
	width: 660px;
}
#contents #main .main-box {
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#contents #main h2 {
	margin-bottom: 10px;
}
#contents #main h3 {
	width: 636px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	border-left: 4px solid #009;
	text-indent: 10px;
	margin-top: 10px;
}
#contents #main .main-box .img01 img {
	margin-top: 10px;
	margin-bottom: 10px;
}




#home #main .main-box table tr th,
#company #main .main-box table tr th,
#group #main .main-box table tr th {
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #CCC;
}

#home #main .main-box table tr td,
#company #main .main-box table tr td,
#group #main .main-box table tr td {
	text-indent: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#main .main-box ol {
	padding-left: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#main .main-box ol li {
	margin-right: 10px;
	margin-top: 10px;
}
#main .main-box ul li {
	margin-left: 30px;
}
#main .main-box .text-box01 {
	margin-left: 30px;
}

#main .main-box p.outline {
	margin: 10px;
}
#main .main-box ol .detail {
	margin-left: 10px;
	margin-right: 10px;
}

#main .main-box p.sign {
	text-align: right;
}


#service table.table01,
#service table.table01 td,
#service table.table01 th,
#privacy table.table01,
#privacy table.table01 td,
#privacy table.table01 th {
	border-collapse: collapse;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	border: 1px solid #CCC;
}





#contents #menu {
	padding: 0px 0px 10px;
	float: right;
	width: 240px;
}
#menu #menu-box {
	margin-bottom: 20px;
}

#menu #menu-box ul li {
	list-style: none;
	margin-bottom: 2px;
	background-image: url(images/bg_menu.jpg);
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#menu #menu-box ul li a {
	font-size: 1.2em;
	text-decoration: none;
	color: #333;
	background-image: url(images/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;
	text-indent: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 22px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
#menu #menu-box ul li a:hover {
	color: #009;
}



/* メールフォーム設定　開始
---------------------------*/
/* 中央寄せの設定 */
#contact div.atweb_div1 {
	/* 幅の設定 */
	width: 100%;
	/* IE用中央寄せの設定 */
	text-align: center;
}
#contact div.atweb_div2 {
	/* 幅の設定 */
	width: 600px;
	/* 中央寄せの設定 */
	margin-left: auto;
	margin-right: auto;
}
/* テーブル全体の設定 */
#contact table.atweb_table1 {
	/* テーブル幅の設定 */
	width: 600px;
	/* 枠線の設定 */
	border-collapse: collapse;
	border: 1px;
	border-style: solid;
	border-color: #666666;
}
/* 項目セルの設定 */
#contact td.atweb_item1 {
	/* セル幅の設定 */
	width: 25%;
	/* セル余白の設定 */
	padding: 5px;
	/* セル背景色の設定 */
	background-color: #F6F6F6;
	/* 枠線の設定 */
	border: 1px;
	border-style: solid;
	border-color: #666666;
	/* セル内テキスト表示位置の設定 */
	text-align: left;
	font-size: 12px;
}
/* テータセルの設定 */
#contact td.atweb_data1 {
	/* セル幅の設定 */
	width: auto;
	/* セル余白の設定 */
	padding: 5px;
	/* セル背景色の設定 */
	background-color: #FFFFFF;
	/* 枠線の設定 */
	border: 1px;
	border-style: solid;
	border-color: #666666;
	text-align: left;
	font-size: 12px;
}
#sitemap #main .main-box ul {
	margin-bottom: 10px;
	margin-left: 30px;
}
#sitemap #main .main-box ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}


/* メールフォーム設定　終了
---------------------------*/

#contents #page-top-link {
	text-align: right;
	clear: both;
}


#footer {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 10px;
}
#footer #footer-link01 {
	margin-bottom: 10px;
	background-color: #CCC;
}
#footer #footer-link02 {
	margin-bottom: 10px;
}

#footer #footer-link01 ul,
#footer #footer-link02 ul {
	list-style: none;
	text-align: center;
}
#footer #footer-link01 ul li,
#footer #footer-link02 ul li {
	display: inline;
	border-left: 1px solid #CCC;
	padding-left: 5px;
}
#footer ul li.farst-list,
#footer #footer-link01 ul li.farst-list,
#footer #footer-link02 ul li.farst-list {
	border-style: none;
}
#footer #footer-box {
	margin-bottom: 10px;
}
#footer #footer-box ul li {
	display: inline;
	list-style: none;
	padding-left: 5px;
	border-left: 1px solid #CCC;
}

#container #footer address {
	text-align: right;
}

