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

/*ページ基礎セッティング*/
body {
	margin: 0px;
	padding: 0px;
	font: 12px Tahoma, verdana, sans-serif;
	line-height:15px;
	background-image:url(../images/pict_bg.jpg);
	background-size:100%;
}

#wrapper {
/*	position:relative;*/
	height:100%;
	background-image:url(../images/bg_machi.png);
	background-repeat:no-repeat;
	background-position:bottom;
}


#container {
/*	position:relative;*/
	width:800px;
	margin:30px auto;
	background-color:rgba(255,255,255,0.7);
	border-radius: 10px;         /* CSS3 */
    -moz-border-radius: 10px;    /* Firefox */
    -webkit-border-radius: 10px; /* Safari,Chrome */
}

img {
	border:none;
	color: #A2A2A2;
}

img.bg{
	min-height:100%;
	min-width:1024px;
	height:auto;
	width:100%;	
	position:fixed;
	bottom:0;
	right:0;
}

@media screen and (max-width: 1280px){
	img.bg {
		left:50%;
		margin-left: -512px;}
}


/*リンク*/
a. {color: #39F; text-decoration: none;}
a:link {color: #39F; text-decoration: none;} /* 通常時 */
a:visited {color: #39F; text-decoration: none;} /* 訪問済 */
a:active {color: #39F; text-decoration: none;} /* クリック時 */
a:hover {color: #F9C; text-decoration:underline;}　/* マウスオーバー時 */

a.sub {color: #CCCCFF; text-decoration: none;}
a.sub:link {color: #CCCCFF; text-decoration: none;} /* 通常時 */
a.sub:visited {color: #CCCCFF; text-decoration: none;} /* 訪問済 */
a.sub:active {color: #CCCCFF; text-decoration: none;} /* クリック時 */
a.sub:hover {color: #DDDDFF; text-decoration:underline;}　/* マウスオーバー時 */


/*Border関連*/

.border-solid{
	border:solid 1px #666;
}

.border-dotted{
	border:dotted 1px #666;
}

.border-double{
	border:double 3px #666;
}

.line-solid{
	border-bottom:solid 1px #666;
	margin:5px 0px;
}

.line-dotted{
	border-bottom:dotted 1px #333;
	margin:5px 0px;
}

.line-dotted-w{
	border-bottom:dotted 1px #FFF;
	margin:5px 0px;
}

.line-double{
	border-bottom:double 3px #666;
	margin:5px 0px;
}

.line-orange{
	border-bottom:solid 2px #F60;
	margin:5px 0px;
}

/*Div関連*/
div#contents{
	color:#666666;
	margin:auto;
	width:760px;
	height:4700px; 写真掲載時
	/*height:4500px;*/
	margin:auto;
	padding:0px 10px;
}

div.title {
	padding:5px;
	font-size:12px;
	font-weight:bold;
	border-bottom:dotted 1px #666666;
	border-top:dotted 1px #666666;
	margin:5px 0px;
}

div.box {
	text-align: left;
	padding: 7px;
	
	background-image:url(../images/bg_white.png);
	/*border:solid 1px #093;*/
	
	border-radius: 10px;         /* CSS3 */
    -moz-border-radius: 10px;    /* Firefox */
    -webkit-border-radius: 10px; /* Safari,Chrome */
}

/*テーブル*/
table.border {border: solid 1px #396;}	
td.border1 {border-bottom: dotted 1px #396; border-right:dotted 1px #396; padding:2px;}
td.border1s {border-bottom: solid 1px #396; border-right:solid 1px #396; padding:2px;}
td.border2 {border-bottom: dotted 1px #396; padding:2px;}
td.border2s {border-bottom: solid 1px #396; padding:2px;}
td.border3 {border-right: dotted 1px #396; padding:2px;}

/*Font調整　必要に応じて加筆*/
.14 {font-size:14px;}
.16 {font-size:16px;}
.20 {font-size:20px;}
