@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/* ---------------------------------------------------------------- *
	ドキュメント全体
 * ---------------------------------------------------------------- */

body {
	background-color: #E2E2E2;
	margin: 0px;
	padding: 0px;
}

a {
	color: #00891B;
	text-decoration: none
}
a:active {text-decoration:none}
a:link    {
	color: #00891B;
	text-decoration: none
}
a:visited  {
	color: #00891B;
	text-decoration: none
}
a:hover {
	color:#FF6600;
	text-decoration:underline
}

#container {
	width: 800px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

/* ---------------------------------------------------------------- *
	ヘッダ部分
 * ---------------------------------------------------------------- */
#header {
	height: 30px;
	background-color: #E2E2E2;
	padding-top: 10px;
}

#mail {
	float: right;
	margin-top: 8px;
}

#menu {
	line-height: 1;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

#submenu {
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

#submenu #menu ul li {
	display: inline;
	line-height: 1;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 20px;
	margin-left: 20px;
}


/* ---------------------------------------------------------------- *
	コンテンツコンテナ
 * ---------------------------------------------------------------- */
#contents {
	text-align: left;
	font-size: 105%;
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
}


.contents-reform {
	background-image: url(../reform/reform-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 1px solid #CCCCCC;
	padding: 19px;
}

.contents-reform .photo {
	float: left;
	width: 178px;
	background-color: #FFFFFF;
	margin-right: 20px;
	border: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}

.contents-reform .text {
	float: left;
	width: 440px;
}

.video {
	width: 330px;
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-top: 5px;
	position: relative;
}



.c2-320l {
	float: left;
	width: 330px;
	margin-right: 20px;
}

.c2-320r {
	float: right;
	width: 330px;
}

.img-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 5px;
	position: relative;
}

.img-left {
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
	margin-top: 5px;
	position: relative;
}


/* ---------------------------------------------------------------- *
	フッタ部分
 * ---------------------------------------------------------------- */


#footer {
	background-image: url(../image/footer-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: right;
	padding-right: 20px;
	font-size: 11px;
	line-height: 1.3;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 1px;
}



/* ---------------------------------------------------------------- *
	LightView
 * ---------------------------------------------------------------- */

#photo-g {
	background-color: #000000;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	color: #E2E2E2;
}

#photo-g .right {
	float: right;
	width: 130px;
	margin-bottom: 20px;
}

#photo-g .left {
	float: left;
	margin-right: 25px;
	width: 130px;
	margin-bottom: 20px;
}

#photo-g .title-border {
	border: 1px solid #E2E2E2;
	margin-bottom: 20px;
	padding: 2px;
}

#photo-g h3 {
	font-size: 120%;
	color: #E2E2E2;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-repeat: repeat-y;
	background-position: right center;
	background-image: url(../image/workstitle-bg-h3.gif);
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFCD00;
}


.underline-dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
