/* CSS Document */

BODY {
background:url(../img/foto1.jpg);
background-attachment: fixed;
background-position:100% 100%;
background-repeat: no-repeat;
background-color:#FFFFFF;
}

/*　枠　*/

#bodyid{
padding:0;
margin:0;
text-align:left;
}

#bg{
background: url(../img/bgmain.gif) repeat-y left top;
width:700px;
margin:0;
}

#bg2{
background: url(../img/bgbottom.gif) no-repeat left bottom;
}

#page{
background: url(../img/bgtop.gif) no-repeat left top;
}

#top{
padding:40px 50px 0 50px;
}


#main{
width:600px;
margin:0 auto;
padding:5px 0 0 0;
font-size:13px;
}


#left{
width:465px;
float:left;
padding:0;
}

#right{
width:120px;
float:right;
padding:0 0 20px 0;
}

#copy{
clear:both;
color:#FF9999;
font-size:14px;
font-weight:bold;
padding:0 0 2px 120px;
}

/* 文字 */

#right p{
font-size:13px;
font-weight:normal;
padding:0 3px 20px 3px;
margin:0;
text-align:left;
color:#666666;
line-height:120%;
}

#left p{
margin:0;
padding:0;
text-align:left;
color:#666666;
font-size:13px;
font-weight:normal;
line-height:120%;
}

h1 {
color:#FF9999;
font-family:"High Tower Text";
}

h2 {
border-left:solid 4px #FF9999;
padding-left:5px;
border-bottom:dashed 1px #FF9999;
padding-bottom:1px;
padding-top:2px;
font-size:14px;
color:#FF9999;
margin-bottom:10px;
font-weight: normal;
}

h3 {
border:dotted 3px #FF9999;
padding:1px;
font-weight:normal;
margin:10px 0 10px 0;
font-size:13px;
color:#ff9999;
background-color:#FFFFCC;
}

h4 {
margin:0 5px 0 5px;
font-weight:normal;
border-left:solid 4px #FF9999;
padding-left:5px;
font-size:13px;
color: #FF9999;
}

h5 {
font-size:13px;
color:#FF9999;
border-bottom:solid 2px #FFFF99;
border-top:solid 2px #FFFF99;
padding:2px;
font-weight:normal;
}


/*　装飾　*/



.bor{
border-bottom:dotted 2px #FF9999;
padding-bottom:1px;
}

.style2 {color: #666666}
.style4 {font-size: 12px}
.style6 {color: #999999}
.style7 {
	font-size: 16px;
	font-family: "High Tower Text";
	font-weight: bold;
	color: #FF9999;
}
.style9 {font-size: 15px}
.style11 {
	font-size: 14px;
	color: #FF9999;
	font-weight: bold;
}

.aka {color:#FF0000;
}

/*　LINK　*/

/*--　リンク設定変更 --*/ 

a:link , a:visited , a:active , a:hover {
	color: #666666;
	text-decoration: none;
}


#right a:link , #right a:visited {color:#FF9999;
text-decoration:none;
}

#right a:hover {color:#FF6699;
text-decoration:underline;
}

.top a:link {
	width:117px;
	height:55px;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	border:1px #FF9999 solid;
	background-color:#FFCCCC;
	font-size:14px;
	color: #FFFFFF;
	font-weight:bold;
}

.top a:visited {
	width:117px;
	height:55px;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	border:1px #FF9999 solid;
	background-color:#FFCCCC;
	font-size:14px;
	color: #FFFFFF;
	font-weight:bold;
}

.top a:hover {
	text-decoration: none;
	color: #FF9999;
	display: block;
	border:1px #FF9999 solid;
	background:url(../img/bb.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color: #FFFFFF;
	width:117px;
	height:55px;
	font-size:14px;
	color:#FF9999;
	font-weight:bold;
}

table a{color:#0000FF; text-decoration:none;}

