@charset "Shift_JIS";
/*________________________________
JKA futakotamagawa  main css 
http://www.max.hi-ho.ne.jp/futakotamagawa/
last mod 4/29/06
__________________________________*/

body { 
	margin: 0; 
	padding: 0;
	color: #333; 
	background: url(../elements/body.jpg) repeat-x #fff; 
	text-align: center; 
}

div,  span, form, h1, h2, h3, h4, h5, ul, ol { margin: 0; padding: 0; }
p{margin:0 0 1em 0;padding:0;}
a:link, a:visited, a:active { color: #5fa0be; text-decoration: none; }
a:hover { color: #f05fa0; text-decoration: none; }

/*     wrapper     */

#wrapper { 
	margin: 0 auto; 
	padding: 0; 
	width: 760px;
	background: url(../elements/wrapper.jpg) repeat-y #fff ;
	position: relative;
	text-align: left;  
}

#inner { 
	margin: 0; 
	padding: 0; 
	background: url(../elements/inner.jpg) no-repeat;
}

/*     header     */

#header { 
	margin: 0; 
	padding: 20px 0 0 0; 
	height: 205px;
	background: url(../elements/header.jpg)  no-repeat 10px 100%; 
}

#sitename_home { display: none; }

#sitename a {
	margin: 0;
	padding: 0;
	position: relative; 
	top: 138px; 
	left: 30px;
	display: block;
	width: 276px;
	height: 52px;
	text-indent: -9999px;
	text-decoration: none;
}

#headswf { 
	margin: 0 10px; 
	padding: 5px 0 0 0; 
	width: 740px; 
	height: 200px;
}

/*     nav     */

#nav {
	margin: 0 10px; 
	padding : 0;
	width: 740px;
	height: 2em;  
	font-size: 90%;
	background: url(../elements/nav.jpg) 0 50% no-repeat #ccc;
	font-family: "Trebuchet MS", Verdana, "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;  
}

#nav ul { 
	margin: 0; 
	padding: 0 20px; 
	list-style-type: none; 
}

#nav li { 
	float: left;
	margin: 0; 
	padding : 0; 
	border-right: 1px solid #fff; 
	height: 2em;
	line-height: 2em;
}

#nav a {
	float: left;	
	margin: 0;
	padding: 0 10px;
	display: block; 
	text-decoration: none;
	color: #ffe;
	height: 2em;
	line-height: 2em;
	text-shadow: #333 0.2em 0.2em 0.2em;
}

#nav a:hover {
	color: #333;
	background: url(../elements/nav_a.jpg) 0 50% repeat-x #fff;
	text-shadow: #666 0.2em 0.2em 0.2em;
}

#nav strong { color: #fff; }
#present { background: url(../elements/nav_h.jpg) 0 50% repeat-x #999; }
.akey { text-decoration: underline; }

/*     content     */

#content { 
	margin: 0; 
	padding: 0 10px;
	background: url(../elements/content.jpg) no-repeat 0 100%; 
	font-size: 80%; 
	line-height: 1.6em;
	font-family: Verdana, "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
}

/*     breadCrumb     */

#breadCrumb { clear: both; margin: 0; padding: 20px 0; text-align: center; height:1%; }
#breadCrumb a { margin: 0; padding: 0 4px;  }
#breadCrumb ul { list-style: none; }
#breadCrumb li { display : inline; }
#breadCrumb strong { margin: 0; padding: 0 4px; }

/*     r_side     */

#r_side { 
	float: right;
	margin: 0; 
	padding: 0;
	width: 210px;
	background: url(../elements/r_side.jpg) no-repeat #f2f2ee;
}

#menu  { 
	margin: 0;
	padding: 70px 20px 10px 20px; 
	background: url(../elements/menu.jpg) 0 100% no-repeat ;
	word-break: break-all;
	/* white-space: -moz-pre-wrap; /* Mozilla */
	/* white-space: -pre-wrap;      /* Opera 4-6 */
	/* white-space: -o-pre-wrap;    /* Opera 7 */
	/* white-space: pre-wrap;       /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
	/* overflow: auto; */
}

/*     sub_nav     */

#sub_nav {
	margin-bottom: 40px;
	padding: 0px;
}

#sub_nav ul { margin:0;padding:0;
	list-style: none; 
	border-top:1px dotted #ccc;
}

#sub_nav li  { 
	border-bottom: 1px dotted #ccc;
}

#sub_nav li a {
	padding-left:20px;
	display: block;
	height:2em;
	line-height:2em;
	background: url(../elements/sub_nav_li.gif) no-repeat 5px 50%;
}

#sub_nav li a:hover {
	background: url(../elements/on.gif) no-repeat 4px 50%; 
}

#on { background: #fff; }

/*     linktext     */

.linktext {
	position: relative;
	margin: 0;
	padding-bottom: 40px;
}

.linktext ul {
	margin-left: 20px; 
	list-style-type: circle; 
}

/*     l_side     */

#l_side   { 
	float: left;
	margin: 0; 
	padding: 0; 
	width: 530px; 
	background: url(../elements/l_side.jpg) repeat-x; 
}

#main {
	margin: 0;
	padding: 20px 20px 10px 20px;
	word-break: break-all;
	/* white-space: -moz-pre-wrap; /* Mozilla */
	/* white-space: -pre-wrap;      /* Opera 4-6 */
	/* white-space: -o-pre-wrap;    /* Opera 7 */
	/* white-space: pre-wrap;       /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
	/* overflow: auto; */
}

#pagename { 
	font-weight: normal;
	font-size:160%; 
	height: 50px; 
	color: #999;	
}

.col, .col2, .event { margin: 0; padding: 0 0 40px; }

.col img {  
	margin: 0;
	padding: 5px;
	border: 1px solid #ddd; 
}

.back, .return {
	margin: 0;
	padding: 0;
	clear: both;
 }

.back a {
	float: right;
	margin: 0;
	padding-left: 15px;
	background: url(../elements/back.gif) no-repeat 0 50%;
	display: block;
 }

.return a {
	float: left;
	margin: 0;
	padding-left: 15px;
	background: url(../elements/return.gif) no-repeat 0 50%;
	display: block;
 }

/*     news     */
.news {margin:0;padding:0;list-style: none;}

.news li{float:left;margin:0 0 1em;padding:0;width:100%;}
.date {
	margin: 0;
	padding: 0;
	width:15%;
	line-height: 1.6em;
	white-space: nowrap;
	color: #f05fa0;
	font-weight: bold;
}
	
.cont {
	position: relative; 
	top: -1.6em; 
	left: 0;
	margin: 0 0 0 17%; 	
	padding: 0;
	line-height: 1.6em;
	width: 83%;
}

.cont img{position:relative;top:-1.6em;/*\*/top:0;/**/}

/*     photos     */

.photos { 
	margin: 0; 
	padding-bottom: 15px; 
}

.photos dt { 
	margin: 0; 
	padding: 0;
	font-weight: normal; 
	font-size: 120%;
}

.photos dd { 
	margin: 0 0 25px 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}

/*     event     */

.event img {  
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #ddd; float: left;
}
.event li { padding-bottom: 10px; }


/*     footer     */

#footer { 
	clear: both;
	margin: 0;
	padding: 0;
	height: 100px;	
	text-align: center;
	background: url(../elements/footer.jpg) no-repeat;
}

#footer p {
	margin: 0;
 	padding: 23px 0 0 0;
}

#footer a { 
	padding: 0 4px;
	color: #5fa0be; 
}

#footer a:hover { 
	color: #fff; 
	background: #5fa0be; 
}

/*     title     */

h1, h2, h3, h4, h5, h6 { 
	color: #999; 
	font-family: "Trebuchet MS", Verdana, "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;  
}

h1 { font-size: 180%; }
h2 { font-size: 160%; }
h3 { font-size: 120%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

/*     main title     */

#main h3  { 
	margin: 0 0 10px -10px;
	padding: 5px 0 10px 25px;
	background: url(../elements/title2.jpg) no-repeat 0 60%; 
}

#main h4 {
	margin: 0;
	padding-bottom: 10px;
}

/*     menu title     */

#menu h3 { 
	margin: 0 0 10px -10px;
	padding: 5px 0 10px 25px;
	background: url(../elements/menu_title2.jpg) no-repeat 0 60%; 
}

/*     list     */

 ul { margin-left: 20px; }

.no-style{ list-style: none; }

.alpha { list-style-type: upper-alpha }

dt { font-weight: bold; }

dd { margin: 0 0 15px 20px; }

/*     other     */

#main table {
	font-size: 100%;
	border: solid 1px #ccc; 
	border-collapse: collapse;
	width:100%;
}

#main th {
	border: solid 1px #ccc;
	padding:5px;
	background: #eee;
	text-align: center;
}

#main td {
	vertical-align: top;
	border: solid 1px #ccc;
	padding:5px;
}

em { font-style: italic; }

strong { font-weight: bold; }

hr { margin: 5px; }

address { font-style: normal; }

img {text-decoration: none; border: none; }

.clear { clear: both; }
.left{float: left;}
.left img{margin: 0 10px 0 0;}
.right  {float: right;}
.right img {margin: 0 0 0 10px;}
.center { text-align: center; }

#inputField { width: 150px; }

.btn { 
	color: #666; 
	border: 1px solid #999;
	font-size: 100%;
}
#BBS { padding-bottom: 40px; }
#stylechange{
	padding-left: 55px;
	margin-bottom: 10px;
	background: url(../elements/fontsize.jpg) no-repeat; 
}
#counter { margin: 10px 0 0 ; }
