﻿@charset "utf-8";


/*
このセレクタが「Style_P」上に存在する限り、全てのマージン、パディングの値は0になる
*/
* {
	margin: 0px;
	padding: 0px;

}

a {
text-decoration: none;
}


a:link {
	color: #333;
}

a:visited {
	color: #333;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.kasenn {
	text-decoration: underline;
}



img {
    border-style:none;
}

h2{
	font-size: 16px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 8px;
	margin-bottom: 15px;
	margin-top: 15px;
}

h3{
	font-size: 14px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #0E2369;
	padding-left: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
}
p  {
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	line-height: 170%;
}
.AB{
	position: fixed;
}
#header2_a ul{
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
#header2_a li{
	list-style-image: url(image/bc2.png);
	float: right;
	padding-right: 15px;
	margin-right: 10px;
	width:90px;
	text-align: left;
}


#main_said_a ul{
	list-style-image: url(image/bc2.png);
	font-size: 14px;
	color: #333;
	line-height: 300%;
}




#menu_a {
	background-color: #333333;
	height: 35px;
	text-align: center;
	padding-top: 15px;
	color: #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
}

#main_a {
	width: 900px;
}
#main2_a {
	width: 685px;
	padding-left: 210px;
}
table {
	font-size: 12px;
	margin-bottom: 30px;
	margin-top: 10px;
}
table tr  td{
	padding: 5px;
}


#main_said_a {
	width: 150px;
	float: left;
	height: 400px;
	padding-left: 25px;
	padding-top: 7px;
	border-right-style: dotted;
	border-right-color: #999;
	border-right-width: 1px;
}


#footer_a {
	text-align: center;
	color: #CCC;
	background-color: #444;
	height: 25px;
	padding-top: 15px;
	font-size: 14px;
	margin-top: 30px;
}
#main2_a img {
		border: 1px solid #BBB;
	padding: 1px;
}

#main_image_a img {
	border: 1px solid #999;
	padding: 2px;
}





.Center_a {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header_a {
	height: 50px;
	width: 152px;
	float: left;
}
#header2_a {
	height: 50px;
	width: 250px;
	float: right;
	text-align: right;
}


#main_image_a {
	width: 900px;
}
.line01 {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333;
}
.space {
	height: 10px;
}
.B_text {
	background-image: url(image/bc2.png);
	background-repeat: no-repeat;
	background-position: 105px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.clear {
	clear: both;
}

/*リンクされた文字*/
#menu_a a{
	color: #CCC;
}

/*未訪問のリンク*/
#menu_a a:link {
	color: #CCC;
}

/*訪問後のリンク*/
#menu_a a:visited {
	color: #CCC;
}

/*マウスをのせたとき*/
#menu_a a:hover {
	color: #FFFF66;
}
.white {
	color: #CCC;
}
