@charset "utf-8";

/*
//////////////////////////////////////////
		--- CSS Documents ---
　　http://www.miyakokeiiteam.com/
			copyright(C):kaorhythm 2006
/////////////////////////////////////////
*/

/* Page Style */

* {
	margin: 0;
	padding: 0;
}

html {
	scrollbar-face-color:         #000; 
	scrollbar-arrow-color:        #ff0;
	scrollbar-highlight-color:    #000; 
	scrollbar-shadow-color:       #000;
	scrollbar-3dlight-color:      #fff; 
	scrollbar-darkshadow-color:   #fff; 
	scrollbar-track-color:        #fff;
}
body,table,textarea {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 18px;
	font-family: Verdana,"ＭＳ Ｐゴシック", Osaka, arial, sans-serif;
	color: #000000;
}
body {
	background-image: ;
	background-attachment: fixed;
	background-repeat: repeat;

}
form {margin: 0px;}
list {
	list-style-position : outside;
	margin : 0;
	padding : 0 0 0 20px;
}
br   {letter-spacing: normal;}
table {word-break: break-all;}
input,textarea,select { 
	font-size: 10px;
	letter-spacing: 1px;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, arial, sans-serif;
	color: #000000;
	border: 1px solid #000000; 
	background-color: #EEEEEE; 
}
h1 {
	font-size: 14px;
	margin: 0px;
}
h2 {
	font-size: 12px;
	margin: 0px;
}

/* Link Style */

a {color: #ff00cc; text-decoration: none;}
a:hover {color: #ff0; background-color: #ff00cc; text-decoration: none;}

.mlink        {color: #000; text-decoration: underline;}
a.mlink:hover {color: #ff0; text-decoration: underline; background-color: #000;}

a.linknone:hover {text-decoration: none; background: none;}

/* Font Style */

.big {
	font-family: "ＭＳ Ｐゴシック", Osaka,;
	font-size: 22px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: normal;
}
.big2 {
	font-family: "ＭＳ Ｐゴシック", Osaka,;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: normal;
}
.strong {font-weight: bold;}
.font1 {color: #B3B300;}
.red {color: #FF0000;}
.blue {color: #0000FF;}
.green {color: #008000;}
.pink {color: #FF66CC;}
.orange {color: #FF8000;}

/* Footer Style */

#footer {
	width: 748px;
	color: #fff;
	letter-spacing: 2px;
	padding: 5px;
	border-top: 1px solid #000;
	background-color: #000;
	text-align: center;
}

/*
-------------------------------------
  CSS Layout
-------------------------------------
*/

#main {
	text-align: center;  /* Box Centering for IE */
	margin: 0 5px;
} 
#main_in {
	margin: 0 auto;
	text-align: left;
	width: 758px;    /* ALL 760px */
	background-color: #ff0;
	border-right: 1px solid #222;
	border-left: 1px solid #222;  
}

h1 {
	width: 340px;
	height: 320px;
	background-image: url(marathon_bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;	
}
h2,h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

#layout_l {
	float: left;
	width: 340px;
}
#layout_r {
	float: left;
	width: 395px;
	border-left: 1px solid #222;
	padding: 10px;
}

table.timetbl {
	background-color: #222;
	font-size: 10px;
	margin-bottom: 10px;
}
.timetbl th {
	background-color: #b3b300;
	padding: 3px 5px;
	text-align: center;
}
.timetbl td {
	background-color: #ff5;
	padding: 3px 5px;
	text-align: center;
}





/* main table */
.tbl {
	border-right: 1px solid #000000;
}

.main {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.topics {
	width: 270px;
	border: 1px dotted #000;
	padding: 10px;
}

.div1 {
	float: left;
	width: 300px;
	height: auto;
	border: 1px solid #000;
	margin-left: 10px;
	margin-top: 5px;
}
.div2 {
	float: left;
	margin-left: 10px;
	padding-top: 20px;
}
.clear {
	clear: left;
}




.head2 {
	background-color: #E9E9E9;
	background-image: url(img/listbg.gif);
	background-repeat: repeat;
	width: 530px;
	border-bottom: 4px double #CCCCCC;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.tbllist {
	border-left: 5px solid #e29999;
	padding-left: 5px;
}

.list1 {
	list-style-type: square;
	list-style-position : outside;
	margin : 0 0 20px 0;
	padding : 0 0 0 24px;
}
.sin {
	display: none;
}
p.meigen {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b3b300;
}


p.meigen br {
	line-height: 30px;
}

table.progresstbl {
	margin-bottom: 30px
}

.kansei {
	text-align: center;
	margin-top: 30px;
}

/*
------------------------------------------
 <p>タグ 下のマージン
------------------------------------------
*/

p {
	margin-bottom: 14px;
}
p.m20 {
	margin-bottom: 20px;
}
p.m30 {
	margin-bottom: 30px;
}
p.m40 {
	margin-bottom: 40px;
}
p.m50 {
	margin-bottom: 50px;
}
p.m60 {
	margin-bottom: 60px;
}