@charset "UTF-8";
/* CSS Document */

/*リセットcss*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

img{
	vertical-align:text-bottom;
} 

/*テキスト設定*/
body {
	line-height:1.3;
	color:#FFF;
	font-family:Arial, sans-serif;
	font-size:0.8em;
}

h2 {
	font-size: 110%;
	font-style: normal;
	font-weight: bolder;
	margin-bottom: 0.6em;
}

h3 {
	font-size: 105%;
	font-style: normal;
	font-weight: bolder;
	margin-bottom: 10px;
}

p {
	margin-bottom: 1em;
}

/*リンクテキスト設定*/

a:link {
	color: #06F; 
}

a:visited {
	color: #F33;
}

a:hover {
	color: #0CF;
}

/*共通デザイン*/

body {
	background-color: #000;
}

#footer {
	font-size: 10px;
	color: #FFF;
	text-align: right;
}

/*▼メニューここから*/

#menu ul {
	height: 36px;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#menu li strong {
	display: none;
}

#menu ul li {
	float: left;
}

a#menu_01 {
	background-image: url(images/menu_01_a.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 152px;
}

a:hover#menu_01 {
	background-image: url(images/menu_01_b.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 152px;
}

a#menu_02 {
	background-image: url(images/menu_02_a.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 101px;
}

a:hover#menu_02 {
	background-image: url(images/menu_02_b.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 101px;
}

a#menu_03 {
	background-image: url(images/menu_03_a.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 134px;
}

a:hover#menu_03 {
	background-image: url(images/menu_03_b.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 134px;
}

a#menu_04 {
	background-image: url(images/menu_04_a.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 105px;
}

a:hover#menu_04 {
	background-image: url(images/menu_04_b.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 105px;
}

a#menu_05 {
	background-image: url(images/menu_05_a.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 72px;
}

a:hover#menu_05 {
	background-image: url(images/menu_05_b.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 72px;
}

/*▲メニューここまで*/

/*　clearfix　*/  

#menu ul:after,
#main_01:after,
#main_02:after,
#main_03:after,
#main_04:after
{
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

#main_01,
#main_02,
#main_03,
#main_04 {
  min-height: 1px;
}

* html #main_01,
* html #main_02,
* html #main_03,
* html #main_04 {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*インデックス用*/

html, body {height: 100%;} 

body {
  position: relative;
  min-width: 900px;  /*中央配置するボックスの横幅*/
  min-height: 560px;  /*中央配置するボックス縦幅*/
}


#index_container {
	width: 900px;
	height: 560px;
	margin-top: -280px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 50%;
}

#index_container #header {
	height: 500px;
	width: 900px;
	background-image: url(images/index_img.jpg);
}

h1 strong {
	display: none;
}

#index_container h1 {
	background-image: url(images/index_top.png);
	height: 92px;
	width: 900px;
}

/*下部ページ用*/

#container {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}

#container #header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#main_01 {
	background-image: url(images/page_name_01.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-left: 150px;
	padding-bottom: 60px;
	background-position: left top;
}

#main_02 {
	background-image: url(images/page_name_02.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-left: 150px;
	padding-bottom: 60px;
	background-position: left top;
}

#main_03 {
	background-image: url(images/page_name_03.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-left: 150px;
	padding-bottom: 60px;
	background-position: left top;
}

#main_04 {
	background-image: url(images/page_name_04.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-left: 150px;
	padding-bottom: 60px;
	background-position: left top;
}

#under_title {
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#plofile_photo {
	float: left;
	margin-right: 15px;
	height: 600px;
	width: 400px;
}

#main_02 h2 {
	margin-bottom: 2em;
}

#container #main_02 dl {
	margin-bottom: 2em;
}

#container #main_02 dl dt {
	float: left;
}

#container #main_02 dl dd {
	margin-bottom: 1em;
}

#main_01 p {
	margin-bottom: 3em;
}
#main_03 p {
	margin-bottom: 3em;
	margin-left: 2.5em;
}
.img_box_01 {
	float: left;
	height: 160px;
	width: 240px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.img_box_02 {
	float: left;
	height: 160px;
	width: 240px;
	padding-bottom: 15px;
}
.txt_box {
	background-color: #999;
	border: 1px solid #666;
	padding: 5px;
	width: 200px;
	float: left;
	font-weight: bolder;
	margin-top: 20px;
}

.txt_box a:link {
	text-decoration: none;
	color: #000;
}.txt_box strong {
	font-size: 10px;
}
