/* 全体構造
---------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka,;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 150%;
	text-decoration: none;
	text-align: left;
	background-image: url(../images/back_g.gif);
	background-repeat: repeat;
}
#wrapper {
	text-align:center;
	/*widows:800px;*/
	margin-right: auto;
	margin-left: auto;
	width: 825px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
  }

h1{
}  

h2{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
}

h3{
	font-size: 16px;
	color: #6654A2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 150%;
	text-decoration: none;
	padding: 0px;
	font-weight: normal;
}

hr{
	margin: 0px;
}

table{
	margin-bottom: 10px;
}
th{
}
td{
	padding-left: 5px;
	padding-top: 5px;
}

.clear {
        clear: both;
}
/* リンク
---------------------------------------------------- */
a:link {
	color: #ffffff;
	background: transparent;
        text-decoration: none;
}
a:visited {
	color: #800080;
	background: transparent;
        text-decoration: none;
}
a:hover, a:active {
	color: #ff9933;
	background: transparent;
	position:relative;
	top: 1px; left: 1px;
        text-decoration: none;
}

/* ヘッダ
---------------------------------------------------- */
#header {
	width: 825px;
	margin-top: 0px;
	position: relative;
	height: 325px;
}

/* コンテンツラップ
---------------------------------------------------- */
#pagebody{
	margin: 0px;
	background-image: url(../images/contents_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/* ページ本体
---------------------------------------------------- */
#pan{
	font-size: 11px;
	margin: 5px 0px 0px 0px;
	text-align: left;
}

#content {
	width: 825px;
	text-align: left;
	margin: 0px;
	height: auto;
}

.img_L {
	float: left;
	border: 1px solid #999999;
	padding: 3px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.img_R {
	float: right;
	margin: 0px 0px 5px 10px;
	border: none;
}

.dotLine{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	clear: both;
	background-image: url(../images/rc_mid.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 5px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	/*margin-bottom: 5px;*/
	margin-left: 0px;
}

#concept {
       background-image: url(../images/middle_back.jpg);
       background-repeat: no-repeat;
       background-position: left top;
       width: 825px;
       height: 170px;
       margin: 0px;
       /*padding: 10px;*/
}

.concept_a {
        float: left;
        width: 355px;
        height: 150px;
        margin-top: 15px;
        margin-left: 5px;
        margin-right: 5px;
        margin-botom: 10p;
}

.concept_b {
        float: left;
        width: 440px;
        height: 150px;
        margin-top: 15px;
        margin-left: 5px;
        margin-right: 5px;
        margin-botom: 10p;
}

.concept_text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
        line-height: 120%;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	width: 425px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.concept_text_a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
        line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	width: 330px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.concept_text_a img {
	float: left;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* 左コンテンツ
---------------------------------------------------- */
#content_l {
	float: left;
	width: 560px;
	top: 0px;
	padding-top: 10px;
	margin: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	height: auto;
}

#topix{
	width: 538px;
	margin-bottom: 15px;
}

#topix a{
	color: #FFFFFF;
	text-decoration: none;
}
.topix_top{
	height: 32px;
	background-image: url(../images/topix_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
.topix_middle{
	background-image: url(../images/topix_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 10px;
}
.topix_bottm{
	background-image: url(../images/topix_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	background-color: #1B0805;
	margin: 0px;
}

.1pxLine{
	clear: both;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

#colam{
        width: 538px;
	margin-bottom: 15px;
}

.colam_top{
	height: 20px;
	background-image: url(../images/colam_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
.colam_middle{
	background-image: url(../images/colam_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
}
.colam_bottm{
	background-image: url(../images/colam_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	/*background-color: #1B0805;*/
	margin: 0px;
}

.colam_title{
        font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
        text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
}

.colam-text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	line-height: 130%;
	color: #CCCCCC;
	text-decoration: none;
	text-align: justify;
	width: 516px;
	margin-top: 10px;
}

/* 右コンテンツ
---------------------------------------------------- */
#content_r {
	float: right;
	width: 225px;
	right: 0px;
	top: 0px;
	text-align: center;
	margin: 10px;
}

.banner{
	/*height: 79px;*/
	margin-bottom: 10px;
	font-size: 11px;
}

.banner a:link {
        text-decoration: none;
}

.banner2{
	height: 195px;
	margin-bottom: 5px;
	width: 300px;
}

/* フッタ
---------------------------------------------------- */
#footer {
	color: #FFFFFF;
	background-color: #340A12;
	clear: both;
	width: 825px;
	font-size: 11px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer a{
	color: #FFF;
}

