/* FontSizeSetting */
body{
	font-family: "ＭＳ Ｐゴシック", osaka, Arial, Verdana, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	line-height: 140%;
}



/* LinkSetting */
A:link {text-decoration:none; color: #0000FF}
A:visited {text-decoration:none; color: #0000FF}
A:active  {text-decoration:underline; color: #F60}
A:hover {
	text-decoration:underline;
	color: #F60
}


/* layoutSetting */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bk.jpg);
	background-repeat: repeat;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 85%;
}



html {
 overflow-y: scroll;
}



img{
	border: none;
	vertical-align: bottom;

}


hr{
	line-height: 0px;
	visibility: hidden;
}

p{
	padding: 0px;
	margin-bottom: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

div#stage {
	width: 675px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.clear{
	clear: both;
}

/* list_small */

.list_small{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}

.list_small ul{
	margin-left: 30px;
}

.list_small ul li{
	font-size: 75%;
}


/* list_menu */

#list_menu_left{
	width: 80px;
	float: left;
	margin-left: 20px;
}

#list_menu_left A{
	color: #000;
}

#list_menu_right{
	float: right;
	margin-left: 0px;
	width: 550px;
}

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

#list_menu_right ul li{
	background-image: url(../images/icon_ya.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}

#list_menu_foot{
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}

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

#list_menu_foot ul li{
	background-image: url(../images/icon_ya.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
}

/* layout */

#update{
	text-align: right;
	padding: 10px;
}

#copyright{
	text-align: right;
	margin-top: 50px;
	font-size: 80%;
}

#footer{
	margin-right: 20px;
	margin-left: 20px;
}

#footer_02{
	margin-top: 30px;
	margin-bottom: 20px;
}


#con_bg{
	background-color: #666;
}


#con_area{
	margin-right: 6px;
	margin-left: 6px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}


.section{
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}

.caption{
	font-size: 80%;
	background-image: url(../images/icon_kome.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	padding: 8px;
}

/* 見出し */

h1{}

h2{
	font-size: 120%;
	font-weight: bold;
}

h3{}

/* リスト */

.no_list{}

.no_list ol{}

.no_list ol li{}


.kaku_list{
	margin-bottom: 10px;
}

.kaku_list ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.kaku_list ul li{
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.notype_list{
	margin-bottom: 10px;
}

.notype_list ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.notype_list ul li{
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.nomal_list{
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.nomal_list ul{
	list-style-type: none;
}

.nomal_list ul li{
	list-style-type: disc;
}
.table_A {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCC;
	border-collapse:collapse;
}
.table_A th {
	background-color: #E3E3E3;
	text-align: center;
	line-height: 1.3em;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	white-space: nowrap;
	
}
.table_A td {
	text-align: left;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
.txt_6ems {
	width: 6em;
}


.line_none {
	text-align: left;
	padding: 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}




/* テキスト */

.txt_bold{
	font-weight: bold;
}

.txt_red{
	color: #F00;
}

.txt_big{
	font-size: 110%;
}

.txt_italic{
	font-style:italic;
	text-decoration:underline;
	
}
.txt_right {
	text-align: right;
	margin-top: 20px;
}

