@charset "utf-8";
/* CSS Document */
@import url("/default_files/css/default.css");
@import url("./style.css");

h1{	
	height:40px;
	color:#ffffff;
	background:#002a94 url(../images/div_barline.png) repeat-x bottom;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	text-shadow:1px 1px 2px #999;
	margin-top:20px;
	margin-bottom:10px;
}/* index_layoutのh3をコピー */
h2{
	color:#0a0369;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	text-shadow:1px 1px 2px #999;
	margin-bottom:10px;
}/* index_layoutのh2をコピー */
h3{	
	background-image:url(../../images/icon.png);
	background-repeat:no-repeat;
	text-indent:20px;
	color:#0a0369;
	text-align:left;
	font-size:100%;
	font-weight:bold;
	text-shadow:1px 1px 2px #999;
	margin-top:10px;
	margin-bottom:5px;
}/* index_layoutのh4をコピー */
h4{}
h5{}
h6{}/* h6は基本不使用 */
h4{}
h5{}
h6{}/* h6は基本不使用 */

#contents p{
	margin-bottom:5px;}
*li{
	margin-top:3px;
}
#contents ul li{
	padding:10px;
}
#contents ol li{
	padding-left:20px;
	font-size:80%;
}
ul.list_40 li a{
	height:30px;
	font-weight:bold;
	line-height:30px;
}
ul.list_40 li a img{
	magin-left:35px;
	padding-right:10px;
}
ul.list_60 li a img{
	magin-left:35px;
	padding-right:10px;
}
ul.list_80 li a{
	height:80px;
	font-weight:bold;
}
ul.list_80 li a span{
	fontsize:18px;
	line-height:30px;
}
ul.list_80 li a img{
	magin-left:35px;
	padding-right:10px;
}
a.button_2{
	font-size:18px;
	line-height:40px;
	height:40px;
	width:150px;
}
a.button_5{
	font-size:18px;
	line-height:40px;
	height:40px;
	width:55px;
	margin:0px auto;
	display:block;
	text-align:center;
	text-decoration:none;
}
a.link_list{
	float:left;
	line-height:30px;
}
a.link_list:after{
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}