/*藤代工房 scripted by marquees design 無断使用を禁じます*/

/*All Config*/

body {
	color : #000000;
	margin-top : 0px;
	margin-left : 20px;
	padding : 0px;
	text-align : left;
	background : #FFFFFF ;
	/*background-image : url("./img/bg.gif");*/
	font : 9pt "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img {
	border : none;
	vertical-align : bottom;
}

/*リンク装飾指定*/
a:link {
	color: #808080; text-decoration:none;
}
a:visited {
	color: #808080; text-decoration:none;
}
a:active {
	color: #DCDCDC; text-decoration:border; background-color : #DB7093;
}
a:hover {
	color: #DCDCDC;	text-decoration:border; background-color : #DB7093;
}

/*リンク文字拡張*/
#white{
font-size : 9pt;
color : #FFFFFF;
}

/*フォント太字ちょい大きめpink*/
#bld_p{
font-size : 10pt;
color : #DB7093;
font-weight : bold;
}

/*外枠*/

#container{
width : 900px;
height : 100%;
font-size : 100%;
line-height : 20px;
text-align : left;
border : solid 0px #000000;
background : #FFFFFF;
margin: 0;
padding: 0;
}

#container_hakama{
width : 900px;
height : 100%;
font-size : 100%;
line-height : 20px;
text-align : left;
border : solid 0px #000000;
background : #FFFFFF;
background-image : url(./img/back_hakama.jpg);
background-attachment : scroll;
background-repeat : no-repeat;
background-position : bottom right;
margin: 0;
padding: 0;
}

#container_753{
width : 900px;
height : 100%;
font-size : 100%;
line-height : 20px;
text-align : left;
border : solid 0px #000000;
background : #FFFFFF;
background-image : url(./img/back_753.jpg);
background-attachment : scroll;
background-repeat : no-repeat;
background-position : bottom right;
margin: 0;
padding: 0;
}

#container_mamacam{
width : 900px;
height : 100%;
font-size : 100%;
line-height : 20px;
text-align : left;
border : solid 0px #000000;
background : #FFFFFF;
background-image : url(./img/back_mamacam.jpg);
background-attachment : scroll;
background-repeat : no-repeat;
background-position : bottom right;
margin: 0;
padding: 0;
}

#container_event{
width : 900px;
height : 100%;
font-size : 100%;
line-height : 20px;
text-align : left;
border : solid 0px #000000;
background : #FFFFFF;
background-image : url(./img/back_event.jpg);
background-attachment : scroll;
background-repeat : no-repeat;
background-position : bottom right;
margin: 0;
padding: 0;
}


/*ヘッダ*/
#header{
width : 900px ;
text-align : left ;
padding : 20px 10px 10px 0px;
}

/*メイン部分
メニュー部分（.menu）190pxで左によせる
コンテンツ部分（.content）660pxで左によせる
*/
#menu {
	float : left;
	width : 200px;
	padding : 5px 20px; 0px;
	text-align : left;
}

#content {
	float : right;
	width : 660px;
	padding : 10px 0px 10px;
	text-align : left;
	font-size : 9pt;
	color : #483D8B;
}

#content_photo {
	float : right;
	width : 660px;
	padding : 10px 0px 10px;
	text-align : left;
	background : #000000;
	font-size : 9pt;
	color : #483D8B;
}

/*フッタ*/
#footer{
width : 900px ;
margin-right : 10px ;
color : #808080 ;
text-align : right ;
background : #FFFFFF ;
font-size : 9pt ;
clear : both;
}

#char1{
font-size : 9pt;
color : #808080;
text-decoration : underline;
}

#char2{
font-size : 9pt;
color : #FA8072;
text-decoration : none;
}
/*Table and frames*/
.dot{
border-top-style : none;
border-left-style : none:
border-right-style : none;
border-bottom-style : dotted;
border-color : #DB7093;
border-width : 1pt;
}