@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

#syukkin {
	width: 510px;
	height: 450px;
}

body {
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}

/* Begin Structure of site '*/

#container {
	width: 950px;
	margin: 0px auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000000;
}

#header {
	margin-top: 1px;
	background-image: url(images/header_low.jpg);
	height: 450px;
	border: 1px solid #FFFFFF;
}

#wrapper {
	margin-top: 7px;
}

#left {
	background-image: url(images/round_corner.gif);
	background-repeat: no-repeat;
	color: #000000;
	background-color: #ffd9f3;
	padding-top: 5px;
	padding-left: 5px;
	width: 180px;
	float: left;
}

#left0 {
	background-image: url(images/round_corner.gif);
	background-repeat: no-repeat;
	color: #000000;
	background-color: #ffd9f3;
	padding-top: 5px;
	padding-left: 5px;
	width: 180px;
	height: 725px;
	float: left;
}

#left_index_2 {
	background-image: url(images/round_corner.gif);
	background-repeat: no-repeat;
	color: #000000;
	background-color: #ffd9f3;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 65px;
	width: 180px;
	height: 1090px;
	float: left;
}

#left_mans {
	background-image: url(images/round_corner.gif);
	background-repeat: no-repeat;
	color: #000000;
	background-color: #ffd9f3;
	padding-top: 5px;
	padding-left: 5px;
	width: 180px;
	height: 1755px;
	float: left;
}

#left_info {
	background-image: url(images/round_corner.gif);
	background-repeat: no-repeat;
	color: #000000;
	background-color: #ffd9f3;
	padding-top: 5px;
	padding-left: 5px;
	width: 180px;
	height: 580px;
	float: left;
}

#left_sitemap {
	background-image: url(images/round_corner.gif);
	background-repeat: no-repeat;
	color: #000000;
	background-color: #ffd9f3;
	float: left;
	padding: 5px 5px 50px;
}

#right {
	background-color: #ffd9f3;
	color: #000000;
	float: right;
	width: 180px;
	background-image: url(images/round_corner_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 5px 67px;
}

#right_top {
	background-color: #ffd9f3;
	color: #000000;
	float: right;
	width: 180px;
	height: 860px;
	background-image: url(images/round_corner_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 5px;
}

#right_index_2 {
	background-color: #ffd9f3;
	color: #000000;
	float: right;
	width: 180px;
	background-image: url(images/round_corner_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 5px 385px;
	height: 770px;
}

#right0 {
	background-color: #ffd9f3;
	color: #000000;
	float: right;
	width: 180px;
	background-image: url(images/round_corner_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 5px 100px;
}

#content {
	margin-bottom: 5px;
	color: #ffffff;
	background-color: #000000;
	border: 0px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}

#content_top {
	margin-bottom: 5px;
	color: #000000;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	margin-right: auto;
	margin-left: 185px;
	width: 575px;
	height: 870px;
}

#content_l {
	margin-bottom: 5px;
	color: #ffffff;
	background-color: #000000;
	border: 0px solid #FFFFFF;
	width: 700px;
}

#footer {
	clear: both;
	background-color: #ffd9f3;
	color: #000000;
	padding: 4px;
	text-align: center;
}

#footer a:link{
	color:#000000;
}

#footer a:visited{
	color:#000000;
}

#footer a:hover{
	color:#FF00FF;
}

/* Begin text formatting and image floats */

.imageleft {
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}

p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-family:"HG丸ｺﾞｼｯｸM-PRO";
}

blockquote {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
	border: 1px dotted #FFFFFF;
	background-image: url(images/blockquote.jpg);
	background-repeat: no-repeat;
}

h1 {
	padding: 5px;
	font-size: 32px;
	color: #FFFFFF;
	font-family:"HG丸ｺﾞｼｯｸM-PRO";
}

h2 {
	padding: 5px;
	font-size: 15px;
	font-family:"HG丸ｺﾞｼｯｸM-PRO";
}
h3 {
	padding: 5px;
	font-size: 15px;
	font-family:"HG丸ｺﾞｼｯｸM-PRO";
}

h4 {
	background-color: #000000;
	padding: 5px;
	font-size: 1.2em;
	color: #FF00FF;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.list {
	margin-left: 25px;
	list-style-image: url(images/list_bullet.png);
	margin-top: 30px;
}

a:link {
	color: #FFFFFF;
	background-color: inherit;
}

a:visited {
	color: #FFFFFF;
	background-color: inherit;
}

a:hover {
	color: #FF00FF;
	background-color: inherit;
}

a:active {
	color: #000099;
	background-color: inherit;
}

#mail a:link {
	color: #f06eaa;
	background-color: inherit;
}

#mail a:visited {
	color: #f06eaa;
	background-color: inherit;
}

#mail a:hover {
	color: #FF00FF;
	background-color: inherit;
}

#mail a:active {
	color: #000099;
	background-color: inherit;
}

/********** Begin top navigation *************/

#navlist {
	height: 2.6em;
	height: 2.7em;
	margin-top: 7px;
	padding: 1.7em 0em .3em .4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
}

#navlist a, #navlist a:link, #navlist a:visited {
	border: 1px solid #CCCCCC;
	padding: 1.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #FFCCFF;
	text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus {
	border: 1px solid #FFFFFF;
	padding: 1.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #FFFFFF;
}

#navlist li {
	padding-right: 1px;
	display: inline;
	font-size: 1em;
}

#navlist ul {
	margin: 0px;
	padding: 0px;
}

#navlist #active a {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}

#scroll {
	width: 140px;
	height: 400px;
	background-color: #d4b5d5;
	overflow: auto;
	background-attachment: scroll;
}

#tel {
	line-height: 1.6;
}

#system {
	color:#000000;
	background-image: url(images/system1.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width: 950px;
}

#deepimpact {
	color:#000000;
	background-image: url(images/deepimpact.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width: 950px;
}

#house {
	color:#000000;
	background-image: url(images/house.jpg);
	width: 950px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}

#house2 {
	color:#000000;
	background-image: url(images/system2.jpg);
	width: 950px;
	height: 250px;
}

#members {
	color:#000000;
	line-height: 1.7;
	background-image: url(images/members.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width: 950px;
	padding-bottom: 30px;
}

#experience {
	color:#000000;
	background-image: url(images/experience.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width: 950px;
	height: 675px;
}

#experience2 {
	color:#000000;
	background-color:#FFFFFF;
	width: 950px;
	padding-bottom: 30px;
}

#reason {
	color:#000000;
	line-height: 1.7;
	background-image: url(images/reason.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width: 950px;
	padding-bottom: 30px;
}

#smilling {
	color:#000000;
	line-height: 1.7;
	background-image: url(images/smilling.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width: 950px;
	padding-bottom: 30px;
}

#smilling_text {
	color:#FFFFFF;
	font-weight:bold;
	line-height: 1.7;
	padding-top: 280px;
	padding-left: 80px;
	text-align:center;
	float:inherit;
}

#style3 {
	font: 12pt "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#style4 {
	font-size: 14pt
}

#style7 {
	color: #0000FF
}

strong {
	font-family:"HG丸ｺﾞｼｯｸM-PRO";
}

p.syukkinn {
	background-color: #b30000;
	margin: 15px 0 5px;
	height: 22px;
	padding-top: 5px;
	text-indent: 10px;
	font: bold 1.2em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 2px;
	border-top: 4px double #e56220;
	border-bottom: 4px double #e56220;
}

#under {
	background-color: #000000;
	padding: 5px;
	font-size: 1.3em;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 15px;
}
