/* Edited with EditCSS */
/*CSSLicense: jp-soft.com Tsunehisa Hazama*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}

/* BODY */
body {
	font-size: 13px;
	line-height:150%;
	color: #333;
	list-style: none;
	text-align: center;
 	background: url("./img/back.gif") repeat-x;
 	background-attachment: fixed;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
	
/* 画像の属性等 */
img {border: 0;}
.img-left {	float: left;margin: 0 10px 0 0;}
.img-right {float: right;margin: 0 0 0 10px;}

/* リンクの属性 */
a:link, a:visited, a:active {color: #0080C0;text-decoration: underline;}
a:hover{color : #FF3300;text-decoration: none;}

/* 改行 */
br.all {clear: both;}

/* テーブル設定 */
table {
	margin: 15px 10px;
	border: 1px solid #999;
	border-collapse: collapse;
}

td {
	padding: 5px;
	border: 1px solid #999;
	border-collapse: collapse;
}

/* 基本設定 ----------------------------- */
#base{
	width: 804px;
	height: 100%;
	margin: 0 auto;
 	background: url("./img/base_back.gif") repeat-y;
	text-align: center;
}

/*サイト幅指定*/
#wrapper{
	margin: 0 auto;
	width: 800px;
	text-align: center;
 	background: url("./img/header.jpg") no-repeat top left;
 	position: relative;
}

/*ページ幅指定*/
#container{
	margin: 0 auto;
	width: 760px;
	height: 100%;
	text-align: left;
}

/*ヘッダー*/
#header	{
	margin: 0;
	padding: 0;
	height : 180px;
	text-align: left;
}

#header h1{
 	position: absolute;
	top: 5px;
	right: 10px;
    color: #333;
    font-weight: normal;
 	font-size: 13px;
	text-align: left;
}


#header h2{
 	position: absolute;
 	top: 110px;
 	left: 20px;
 	margin: 0;
 	width: 450px;
 	font-size: 100%;
 	font-weight: normal;
 	color: #FFF;
 	text-align: left;
}

/*-----パンくずリスト-----*/
p#navi{
	margin: 5px;
 	font-size: 85%;
 	color: #666;
 	line-height: 130%;
 	text-align: left;
}

/*コンテンツ属性*/
#content{
	float: right;
	width: 760px;
	margin: 0;
	padding: 0;
 	margin: 0;
 	overflow: hidden;
}
						
#content h2{
 	margin: 10px 0 0 0;
 	font-size: 123%;
 	color: #333;
 	font-weight: bold;
 	text-align: left;
 	padding-left: 5px;
 	line-height: 150%;
 	border-left: 8px solid #666;
 	background: #EEE;
}

#content h3 {
 	margin: 10px 0 15px 0;
 	font-size: 108%;
 	font-weight: bold;
 	color: #3C2492;
 	padding-left: 10px;
 	line-height: 150%;
 	border-left: 8px solid #3C2492;
}

#content h4 {
 	margin: 10px 0 5px 0;
 	font-size: 100%;
 	font-weight: bold;
 	text-indent: 5px;
 	line-height: 150%;
	border-left: 5px solid #3C2492;
}


#content .posted {
 	margin: 5px 0;
 	text-align: right;
 	font-size: 84%; 
 	border-top: 1px dotted #CCC;
}

#content .doc{
	margin: 10px 0 0 0;
 	padding: 10px;
 	text-align: left;
 	font-size: 16px;
 	font-weight:bold;
 	line-height: 170%;
}

#content .doc2{
	margin: 10px 20px;
 	text-align: left;
 	font-size: 14px;
 	line-height: 170%;
}

#content .camp{
    margin-top: 20px;
    text-indent: -2000px;
	width: 700px;
	height: 120px;
}

#content .camp a{
    margin-top: 20px;
    text-indent: -2000px;
	width: 700px;
	height: 120px;
	display: block;
    background: url("./img/happy.jpg") no-repeat;
}
#content .camp a:hover{background: url("./img/happy2.jpg") no-repeat;}


#content ul{
	margin: 5px 0 10px 10px;
 	list-style-type: square;
 	font-size: 12px;
 	line-height: 150%;
}
#content li{
 	margin-left: 10px;
}

/*中尾さん属性設定*/

#content dl{
	margin: 5px 0 10px 10px;
}

#content dt{
	font-size: 12px;
}

#content dd{
	font-size: 10px;
	padding-left: 10px;
}

/*詳細*/

.shousai{
    width: 380px;
    height: 40px;
    display: block;
    text-indent: -2000px;
    text-align: center; 
}

.shousai a{
    width: 380px;
    height: 40px;
    background: url("./img/shousai01.gif") no-repeat;
    display: block;
}

.shousai a:hover {
	background: url("./img/shousai02.gif") no-repeat;
}

.shousai2{
    width: 380px;
    height: 40px;
    display: block;
    text-indent: -2000px;
    text-align: center; 
}

.shousai2 a{
    width: 380px;
    height: 40px;
    background: url("./img/shousai03.gif") no-repeat;
    display: block;
}

.shousai2 a:hover {
	background: url("./img/shousai02.gif") no-repeat;
}

.shousai3{
    width: 380px;
    height: 40px;
    display: block;
    text-indent: -2000px;
    text-align: center; 
}

.shousai3 a{
    width: 380px;
    height: 40px;
    background: url("./img/shousai04.gif") no-repeat;
    display: block;
}

.shousai3 a:hover {
	background: url("./img/shousai02.gif") no-repeat;
}

	
	
/*フッター*/
#footer {
 	clear: both;
 	margin: 0;
 	height: 50px;
 	color: #FFF;
 	padding: 0;
 	background: #6666CC;
}

#footer .copyright {
 	padding: 10px;
 	text-align: center;
 	line-height: 120%;
 	font-size: 100%;
 	font-weight: normal;
 	color: #DDD;
}

#footer img{border-style: none;	vertical-align: middle;	}

/* フッターリンクの属性 */
#footer a:link, #footer a:visited, #footer a:active {color: #FFF;text-decoration: none;}
#footer a:hover {color: #FF0;text-decoration: underline;}



