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

/* RESET
-------------------------------------------------- */
* {
	padding:0px;
	margin:0px;
	
}

body {
	background-color:#d5eff8;
	background-image : url(body_bg.gif);
	background-position:center top;
	background-repeat:repeat;
	padding:0px 0px 10px 0px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", Osaka, sans-serif;
	font-size:12px;
	color:#333333;
	
}

#wrapper {
	width:876px;
	height:auto;
	padding:10px 30px 0px 30px;
	margin:0px auto 0px auto;
	background-image : url(wrapper_bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	
}





/* TAG
-------------------------------------------------- */
img {
	border:none;
	
}

a {
	color:#253174;
	text-decoration:underline;
	
}
a:hover {
	color:#50a5c3;
	
}

p {
	font-size:12px;
	line-height:160%;
	padding:0px 25px 15px 20px;
	
}

ul {
	padding:0px 15px 10px 8px;
	margin:0px;
	
}
ul li {
	padding:0px 0px 5px 15px;
	margin:0px;
	line-height:140%;
	list-style:none;
	background-image : url(li_icon.gif);
	background-position:left 4px;
	background-repeat:no-repeat;
	
}
ul ul {
	padding:0px 15px 5px 8px;
	margin:0px;
	
}
ul li ul li {
	padding:5px 0px 0px 15px;
	margin:0px;
	line-height:140%;
	list-style:none;
	background-image : url(li_icon.gif);
	background-position:left 9px;
	background-repeat:no-repeat;
	
}

dl {
	padding:0px 15px 10px 8px;
	margin:0px;
	
}
dt {
	padding:0px 0px 2px 15px;
	margin:0px;
	line-height:140%;
	font-weight:bold;
	background-image : url(li_icon.gif);
	background-position:left 4px;
	background-repeat:no-repeat;
	
}
dd {
	padding:0px 0px 5px 15px;
	margin:0px;
	line-height:140%;
	
}

table {
	padding:0px 10px 0px 10px;
	margin:0px 0px 15px 0px;
	
}
td {
	padding:10px 10px 10px 10px;
	
}





/* CLASS
-------------------------------------------------- */
.clear {
	clear:both;
	
}
.none {
	display:none;
	
}

.align_center {
	text-align:center;
	
}
.align_left {
	text-align:left;
	
}
.align_right {
	text-align:right;
	
}
.align_justify {
	text-align:justify;
	
}

.float_left {
	float:left;
	
}
.float_right {
	float:right;
	
}
.float_none {
	float:none;
	
}

.border_solid {
	border:solid 1px #c8c8c8;
	padding:1px;
	background-color:#ffffff;
	
}

.gray_area {
	background-color:#f8f8f8;
	padding:15px 15px 15px 15px;

	/padding:15px 15px 15px 15px; /* IE6/7 ハック */
	
}
.gray_area p {
	padding:0px 0px 15px 0px;
	line-height:160%;
	
}

.font_11 {
	font-size:11px;
	
}
.font_10 {
	font-size:10px;
	
}





/* HEADER
-------------------------------------------------- */
#header {
	background-image : url(header_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:876px;
	height:90px;
	
}

h1 {
	width:515px;
	height:65px;
	float:left;
	padding:15px 0px 0px 30px;
	
}

#h_navi {
	width:300px;
	height:auto;
	float:right;
	padding:7px 0px 0px 0px;
	
}

.language {
	float:right;
	border:solid 1px #c8c8c8;
	
}

#h_navi p {
	color:#dbdbdb;
	font-size:11px;
	padding:3px 20px 0px 0px;
	float:right;
	
}
#h_navi p a {
	color:#dbdbdb;
	text-decoration:none;
	
}





/* CONTAINER
-------------------------------------------------- */
#container {
	width:824px;
	height:auto;
	padding:20px 25px 20px 25px;
	/padding:20px 25px 5px 25px; /* IE6/7 ハック */
	background-color:#f1f3f6;
	border:solid 1px #c8c8c8;
	
}



/* --------------- NAVIGATION --------------- */
#navigation {
	width:145px;
	height:auto;
	float:left;
	
}

#menu {
	width:141px;
	height:auto;
	padding:1px 1px 0px 1px;
	margin:0px 0px 20px 0px;
	border:solid 1px #c8c8c8;
	background-color:#ffffff;
	
}

#menu ul,
#menu ul ul {
	padding:0px;
	margin:0px;
	
}

#menu ul li {
	width:141px;
	height:auto;
	list-style:none;
	line-height:140%;
	margin:0px 0px 1px 0px;
	background-image:none;
	padding:0px;
	
}
#menu ul li ul li {
	width:141px;
	height:auto;
	list-style:none;
	line-height:140%;
	margin:1px 0px 0px 0px;
	background-image:none;
	padding:0px;
	
}

#menu ul li a {
	display:block;
	width:113px;
	height:auto;
	padding:7px 5px 7px 23px;
	font-weight:bold;
	text-decoration:none;
	background-image : url(menu_bg_off.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#5f5e5e;
	
}
#menu ul li a:hover {
	display:block;
	width:113px;
	height:auto;
	padding:7px 5px 7px 23px;
	font-weight:bold;
	text-decoration:none;
	background-image : url(menu_bg_on.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#ffffff;
	
}

#menu ul li ul li a {
	display:block;
	width:100px;
	height:auto;
	padding:7px 5px 7px 36px;
	font-weight:bold;
	text-decoration:none;
	background-image : url(menu_sub_bg_off.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#5f5e5e;
	
}
#menu ul li ul li a:hover {
	display:block;
	width:100px;
	height:auto;
	padding:7px 5px 7px 36px;
	font-weight:bold;
	text-decoration:none;
	background-image : url(menu_sub_bg_on.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#ffffff;
	
}

#navigation p {
	border:solid 1px #c8c8c8;
	padding:1px;
	background-color:#ffffff;
	margin:0px 0px 10px 0px;
	
}



/* --------------- CONTENT --------------- */
#content {
	width:657px;
	height:auto;
	float:right;
	
}

p#eyecatch {
	line-height:100%;
	border:solid 1px #c8c8c8;
	padding:1px;
	background-color:#ffffff;
	margin:0px 0px 20px 0px;
	
}

#content_box {
	width:605px;
	height:auto;
	border:solid 1px #c8c8c8;
	background-color:#ffffff;
	padding:25px;
	/padding:25px 25px 5px 25px; /* IE6/7 ハック */
	
}

#message {
	width:320px;
	height:auto;
	float:left;
	
}

h2.t_title {
	border-bottom:solid 1px #c8c8c8;
	padding:0px 0px 5px 0px;
	margin:0px 0px 15px 0px;
	
}

.project_top {
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	
}
.project_top td {
	vertical-align:top;
	text-align:center;
	background-color:#dfdfdf;
	margin:3px;
	
}

#news {
	width:250px;
	height:auto;
	float:right;
	
}

.btn_view {
	padding:10px 0px 15px 0px;
	margin:0px;
	text-align:right;
	
}





/* FOOTER
-------------------------------------------------- */
#footer {
	width:824px;
	height:auto;
	padding:20px 25px 15px 25px;
	/padding:20px 25px 0px 25px; /* IE6/7 ハック */
	background-color:#f7f7f7;
	background-image : url(footer_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	border-right:solid 1px #c8c8c8;
	border-bottom:solid 1px #c8c8c8;
	border-left:solid 1px #c8c8c8;
	
}

#copyright {
	width:430px;
	height:auto;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px;
	color:#777777;
	font-size:11px;
	
}

#f_navi {
	width:370px;
	height:auto;
	float:right;
	padding:0px 0px 0px 0px;
	margin:0px;
	color:#777777;
	font-size:11px;
	text-align:right;
	
}
#f_navi a {
	color:#777777;
	text-decoration:none;
	
}










/* SUB
-------------------------------------------------- */
/* TAG
-------------------------------------------------- */
.sub h2 {
	font-size:16px;
	font-weight:bold;
	line-height:140%;
	color:#253174;
	background-color:#f8f8f8;
	border-top:solid 1px #dcdcdc;
	border-right:solid 1px #dcdcdc;
	border-bottom:solid 1px #dcdcdc;
	border-left:solid 4px #253174;
	padding:8px 10px 7px 12px;
	margin:0px 0px 20px 0px;
	clear:both;
	
}

.sub h3 {
	font-size:14px;
	font-weight:bold;
	line-height:140%;
	color:#444444;
	border-bottom:solid 1px #dcdcdc;
	border-left:solid 4px #a72e62;
	padding:3px 10px 2px 12px;
	margin:0px 0px 15px 0px;
	clear:both;
	
}

.sub h4 {
	font-size:13px;
	font-weight:bold;
	line-height:140%;
	color:#444444;
	border-left:solid 4px #50a5c3;
	padding:3px 10px 2px 12px;
	margin:0px 0px 15px 0px;
	clear:both;
	
}





/* MEMBER
-------------------------------------------------- */
.member img {
	border:solid 1px #c8c8c8;
	padding:1px;
	background-color:#ffffff;
	
}

table.member01 {
	width:590px;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	background-color:#e8e8e8;
	float:left;
	
}
.member01 td {
	padding:10px 10px 0px 10px;
	vertical-align:top;
	background-color:#fefefe;
	/*background-image:url(images/member/comment_member_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;*/
	
}
/*
.member01 td.picture {
	padding:0px 8px 0px 0px;
	margin:0px;
	width:160px;
	height:auto;
	vertical-align:top;
	background-color:#e8e8e8;
	background-image:none;
	}
*/
table.member02 {
	width:280px;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px 12px 15px 0px;
	background-color:#e8e8e8;
	float:left;
	
}
.member02 td {
	padding:10px 10px 0px 10px;
	vertical-align:top;
	background-color:#fefefe;
	/*background-image:url(images/member/comment_member_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;*/
	
}
/*
.member02 td.picture {
	padding:0px 8px 0px 0px;
	margin:0px;
	width:105px;
	height:auto;
	vertical-align:top;
	background-color:#e8e8e8;
	background-image:none;
	}
*/
.member01 p,
.member02 p {
	padding:0px 0px 8px 0px;
	margin:0px;
	line-height:150%;
	
}





/* GALLERY
-------------------------------------------------- */
/*
.gallery_index table {
	width:176px;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px 9px 15px 9px;
	float:left;
	}
.gallery_index td {
	padding:0px 0px 5px 0px;
	vertical-align:top;
	}
.gallery_index td.text {
	padding:10px 10px 10px 10px;
	vertical-align:top;
	text-align:center;
	background-color:#efefef;
	}
*/
.gallery_index table {
	padding:0px 0px 20px 0px;
	margin:0px;
	
}
.gallery_index td {
	padding:0px 10px 15px 10px;
	width:176px;
	height:auto;
	vertical-align:top;
	
}

.comment_index {
	width:160px;
	height:auto;
	background-image : url(comment_index_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:solid 1px #d2d2d2;
	padding:25px 9px 0px 9px;
	margin:5px 0px 0px 0px;
	
}

.gallery table {
	padding:0px 0px 20px 0px;
	margin:0px;
	
}
.gallery td {
	padding:0px 5px 15px 5px;
	width:138px;
	height:auto;
	vertical-align:top;
	
}

.gallery_index p,
.gallery p {
	padding:0px 0px 6px 0px;
	margin:0px;
	line-height:150%;
	
}

.gallery_index img,
.gallery img {
	border:solid 1px #d2d2d2;
	padding:3px;
	background-color:#ffffff;
	
}

.comment {
	width:120px;
	height:auto;
	background-image : url(comment_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:solid 1px #d2d2d2;
	padding:25px 9px 0px 9px;
	margin:5px 0px 0px 0px;
	
}





/* RESULT
-------------------------------------------------- */
.result p {
	font-size:12px;
	line-height:140%;
	padding:0px 25px 25px 20px;
	
}

.result p a {
	text-decoration:none;
	
}





/* ACCESS
-------------------------------------------------- */
.access table {
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	
}
.access td {
	width:285px;
	height:auto;
	padding:0px 17px 0px 0px;
	margin:0px 0px 0px 0px;
	vertical-align:top;
	
}

.access td p {
	padding:0px 10px 10px 10px;
	margin:0px;
	
}
