img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#title {
	font-family: "Shin Go Regular", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 18px;
	line-height: 28px;
	height: 30px;
	width: 100%;
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFFFFF;
	background-color: #666666;
}

.bodyCopy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}

.bodyCopy02 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}

.bodyCopyMid {
	font-family: "Shin Go Regular";
	font-size: 16px;
	line-height: 28px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}

.bodyCopyLarge {
	font-family: "Shin Go Regular";
	font-size: 18px;
	line-height: 30px;
	text-justify: auto;
	text-align: justify;
	height: auto;
	width: 100%;
	margin-bottom: 35px;
}

#headerLine {
	background-color: #4c4c4c;
	height: 6px;
	width: 100%;
}

#footerBase {
	background-color: #000000;
	height: auto;
	width: 100%;
	padding: 0px;
}

hr {
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

/*リンク*/

a img.linkimg{
background:none!important;
}

a:hover img.linkimg{
opacity:0.7;
filter: alpha(opacity=50);        /* ie lt 8 */
-ms-filter: "alpha(opacity=50)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.7;              /* Safari 1.x */
zoom:1;
background:none!important;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #28A7E1;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/*追加テキストリンク*/
.normal:link {
	color: #000000;
	text-decoration: none;
	}
.normal:visited {
	color: #000000;
	text-decoration: none;
		}
.normal:hover {
	color: #0000FF;
	text-decoration: none;
		}

.normal:active {
	color: #000000;
	text-decoration: none;
		}
		

/*メニュー*/
	
ul {
	list-style : none
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, pre {
	margin-top: 0
}
p, li, dt, dd, th, td, pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict
}

#NaviBase{
	max-width: auto;
	min-width: 320px;
	position: relative;
	background-color: #000000;
	height: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	width: 600px;
	padding-top: 50px;
}

#navi {
	position: relative;
	height: 40px;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -10px;
	margin-left: 0;
	background-color: #000000;
}
#menu {
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
}

#menu li {
	font-size: 16px;
	float: left;
	width: auto;
	text-align: left;
	position: relative;  /*z-indexの指定や子要素の基準とするために指定*/
	z-index: 1;  /*ドロップダウンしたメニューが隠れないように*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-bottom: 10px;
	font-weight: bold;
}

#menu li a {
	border-top: none;
	border-right: none;
	background: none;
	color: #FFFFFF;
	display: inline-block;
	margin: auto;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#menu li a:hover {
	background: none;
	text-decoration: none;
	color: #FFFF00;
}

#menu li a:active {
	color: #ffffff;
	text-decoration: none;
}
#menu li ul.sub-menu {
	display: none;  /*サブメニューは最初は非表示にしておく*/
	position: absolute;  /*絶対配置にしておかないとうまくいかない*/
	top: 40px;
	}
#menu li:hover ul.sub-menu {
	padding: 0px; /*サブメニュー表示させる位置*/
	display: block;    /*マウスオーバー時にサブメニューを表示する*/
	width: 210px;
	background: #333333;
}
#menu li ul.sub-menu li {
	float: none;  /*サブメニューはフロートさせないので解除*/
}

/*共通テキスト設定*/

.span_Catch {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
}

.span_Midashi_L {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
}

.txt_bold {
	font-weight: bold;
}
