/* DEFAULT SETTING */
body{
	margin:10px;
	padding:0;
	background:#E6E9EC;
	font-size:80%;
	text-align:center;
	line-height:1.4;
	color:#333;
	font-family:verdana,'MS UI Gothic',sans-serif;
	}
div:after{
	content:"clear";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
div{
	zoom:1;
}

/* FONT DECORATIONT */
a{color:#006699;text-decoration:underline;}
a:hover{color:#333;}
.small{font-size:1em;}
.error{color:#ff0000;}


/* LAYOUT */
#layout{
	width:750px;
	text-align:left;
	margin:auto;
	padding:auto;
	background:#fff;
	border:1px solid #ccc;
}

/* HOMEbtn */
#home{
	margin:0 0 1px 0;
}
#home a{
	line-height:1.0;
	font-size:12px;
	vertical-align:top;
}


/* HEADER */
#header{
	position:relative;
	margin:0;
	padding:0;
	height:100px;
	border-bottom:3px solid #739FC8;
}
#logo{
	position:absolute;
	bottom:22px;
	left:25px;
	background:url(img/bg_logo.jpg) no-repeat;
	width:450px;
	height:52px;
	margin:0;
}
#logo a{
	display:block;
	width:450px;
	height:52px;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}
#logo h1{
	font-size:1.1em;
	font-weight:bold;
	color:#006699;
	margin:0px;
	padding:0;
}
#logo p{
	font-size:0.8em;
	color:#999;
	font-weight:normal;
	margin:0 10px 0 0;
	padding:0;
}

/* MAINMENU */
#mainmenu{
	margin:0 0 20px 0;
	padding:0;
}
#mainmenu ul{
	margin:0;
	padding:0;
}
#mainmenu li{
	position:relative;
	margin:0 0 1px 0;
	padding:0;
	list-style-type:none;
	width:180px;
	vertical-align:top;
}
#mainmenu li span{
	display:block;
	position:absolute;
	visibility:hidden;
}
#mainmenu a{
	display:block;
	font-size:12px;
	line-height:1.0;
	margin:0;
	padding:9px 0 11px 15px;
	width:165px;
	color:#fff;
	text-decoration:none;
	background:#548ABC url(img/mainmenu_off.gif) no-repeat left center;
}
#mainmenu a:hover{
	background:url(img/mainmenu_off.gif) no-repeat left center #666;
}
#mainmenu .active{
	background:url(img/mainmenu_off.gif) no-repeat left center #1A5CA6;
}


/* SUBMENU */
#submenu{
	position:absolute;
	right:10px;
	bottom:10px;
	margin:0;
	padding:0;
	font-size:0.8em;
}
#submenu ul{
	margin:0;
	padding:0;
}
#submenu li{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}

#submenu a{
	display:block;
	padding:0 10px;
	text-decoration:underline;
	color:#999;
	border-left:1px solid #ccc;
}
#submenu a:hover{
	color:#333;
	text-decoration:underline;
}
#submenu .active{
}


/* CHILDMENU */
#childmenu{
	margin:0 0 20px 0;
	padding:0;
}
#childmenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#childmenu li{
	margin:0 0 1px 0;
	padding:0;
	width:180px;
	vertical-align:top;
}
#childmenu a{
	display:block;
	padding:2px 0 2px 20px;
	width:160px;
	font-size:12px;
	line-height:1.0;
	text-decoration:none;
	color:#666;
	border-bottom:1px dotted #ccc;
	background:url(img/childmenu_off.gif) no-repeat left center;
}
#childmenu a:hover{
	color:#006699;
}
#childmenu .active{
	color:#333;
}


/* PAGENAVI */
#pagenavi{
	margin:0 0 10px;
	padding:0;
	font-size:1em;
}


/* CONTENTS */
#contents{
	margin:15px 15px 15px 10px;
	padding:0;
	background:url(img/bg_contents.gif) repeat-y left;
}


/* MAINCONTENTS */
#main{
	float:right;
	width:520px;
	padding:0;
}
#main h2{
	font-size:18px;
	background:url(img/bg_pagetitle.jpg) no-repeat right top;
	height:64px;
	margin:0 0 20px;
	padding:10px 0 0 15px;
	color:#FFFFFF;
}
#main h2 span{
	display:block;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#3399CC;
}
h3{
	font-size:1.1em;
	margin:0 0 10px 0;
	padding:2px 0 2px 15px;
	font-weight:bold;
	border-bottom:1px solid #739FC8;
	background:url(img/bg_h3.gif) no-repeat left center #fff;
	clear:both;
}


/* PAGECONTENTS */
.page_contents{
	overflow:hidden;
	width:500px;
	margin:0 10px 30px 10px;
}


/* SIDEBAR */
#side{
	float:left;
	width:180px;
	margin:0;
	line-height:1.2;
}
#side h4{
	font-size:0.9em;
	margin:0 0 10px;
	padding:4px 0 4px 5px;
	color:#fff;
	font-weight:bold;
	background:#999;
}
.sidebox,.sidebox01,.sidebox02{
	width:180px;
	margin:0 0 20px 0;
	padding:0;
	overflow:hidden;
}
.sidebox01 ul,.sidebox02 ul{
	margin:0 0 0 20px;
	padding:0;
	font-size:0.9em;
}
.sidebox01 li,.sidebox02 li{
	margin:0 0 5px 0;
}
.sidebox01 a,.sidebox02 a{
}
.sidebox01 li{
}
.sidebox02 li{
}


/* PAGE TOP */
#pagetop{
	clear:both;
	text-align:right;
	font-size:0.8em;
	padding:20px 0;
}


/* FOOTER */
#footer{
	text-align:center;
	font-size:0.8em;
	margin:0;
	padding:10px;
	text-align:center;
	color:#fff;
	border-top:1px solid #ccc;
	background:#739FC8;
}
#footermenu{
	padding:10px 0;
	text-align:center;
	font-size:0.8em;
}
#footermenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footermenu li{
	margin:0 0 3px 0;
	display:inline;
}
#footermenu a{
	padding:0 5px;
}


/* PAGE MOVE */
.page_move{
	text-align:center;
	margin:5px 0;
}

/* TABE CELL */
.left{
	width:30%;
	padding:2px 0 2px 10px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	background-position:0 8px;
}
.right{
	width:70%;
	padding:2px 0 2px 10px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	background:#fff;
}
.left2{
	width:15%;
	padding:5px 0 5px 10px;
	border-bottom:1px solid #ddd;
	vertical-align:middle;
	background-position:0 8px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ddd;
}
.right2{
	width:85%;
	padding:5px 0 5px 10px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	background:#fff;
}
.leftno{
	padding:5px 0 5px 10px;
	border-bottom:1px solid #ddd;
	vertical-align:top;
	background-position:0 8px;
}
#tbl {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
}
#tbl .sel1 {
	margin: 0px;
	padding: 5px;
	background-color: #E1E1FF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-size: 90%;
	font-weight: bold;
}
#tbl .sel2 {
	margin: 0px;
	padding: 5px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-size: 90%;
}


/* PROFILE PAGE */
#table_profile{
	width:100%;
}
#img_profile{
	float:left;
	width:240px;
	display:block;
	border:1px solid #999;
	margin:0 20px 20px 0;
	padding:3px;
	text-align:center;
}
.map{
	width:498px;
	height:300px;
	border:1px solid #ccc;
	margin:0;
}


/* FORM PAGE */
form{
	margin:0;
}
#table_form{
	width:100%;
	margin:0 0 20px 0;
}
#captcha{
	border:1px solid #ccc;
	background:#ddd;
	margin:0 0 0 10px;
	padding:5px 10px;
}

/* BLOG PAGE */
.blog{
	border:1px solid #ccc;
	padding:1px;
	margin:0 0 20px;
	position:relative;
}
.blog_title{
	margin:0 0 10px;
	padding:6px 0 6px 10px;
	font-weight:bold;
	background-color:#E8E8FF;
	background-image:none;
	border:none;
}
.blog_cnt{
}
.blog_date{
	margin:0 0 5px 0;
	padding:0;
	color:#999;
	font-size:0.8em;
	font-weight:bold;
}
.blog_body{
	overflow:hidden;
	width:500px;
	margin:0 9px 20px 9px;
}
.blog_bottom{
	padding:10px 5px;
	font-size:0.8em;
	text-align:right;
}
#entory_preview{
	float:left;
	margin:0 0 5px 0;
	padding:0 0 0 12px;
	text-align:left;
	width:45%;
	background:url(img/icon_arrow_left.gif) left no-repeat;
}
#entory_next{
	float:right;
	margin:0 0 5px 0;
	padding:0 12px 0 0;
	text-align:right;
	width:45%;
	background:url(img/icon_arrow_right.gif) right no-repeat;
}


/* BBS PAGE */
.bbs{
	border:1px solid #ccc;
	padding:0px;
	margin:0 0 20px 0;
	position:relative;
}
.bbs_title{
	margin:0 0 10px 0;
	padding:3px 0 3px 10px;
	font-weight:bold;
	background-color:#f7f7f7;
	background-image:none;
	border:none;
}
.bbs_cnt{
}
.bbs_date{
	margin:0 0 10px 0;
	padding:0 10px;
	color:#476785;
	font-size:0.8em;
	font-weight:bold;
	font-family:"Trebuchet MS",verdana,'MS UI Gothic',sans-serif;
}
.bbs_body{
	margin:0 10px 20px 10px;
}
.bbs_bottom{
	padding:10px 5px;
	font-size:0.8em;
	text-align:right;
}
#table_bbs{
	width:100%;
	margin:0 0 30px 0;
}
#table_bbs td{
	border-bottom:1px dotted #ccc;
	padding:4px 0;
	vertical-align:top;
}
#table_bbs .theme{
	padding:4px 0 4px 20px;
	background:url(img/icon_theme.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .thread{
	padding:4px 0 4px 20px;
	background:url(img/icon_thread.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .res{
	padding:4px 0 4px 20px;
	background:url(img/icon_comment.gif) left top no-repeat;
	background-position:0 5px;
}
#table_bbs .c1{
	font-size:0.8em;
	text-align:right;
}
#table_bbs .theme a{
	font-weight:bold;
}
#table_bbs .tr{
	text-align:right;
	font-size:0.8em;
	margin:10px 0;
	color:#666;
}


/* POST */
.post{
	border:none;
	background:#f1f1f1;
	color:#666;
	font-size:1em;
	padding:2px 5px;
}
.post_com{
	margin:20px 0 10px 0;
	padding:10px 0 0 24px;
	border-top:1px solid #ddd;
	background:url(img/icon_comment.gif) left top no-repeat;
	background-position:0 12px;
}
.post_tb{
	margin:20px 0 10px 0;
	padding:10px 0 0 24px;
	border-top:1px solid #ddd;
	background:url(img/icon_tb.gif) left top no-repeat;
	background-position:0 12px;
}
.post_bottom{
	margin:0 0 20px 0;
	padding:5px 0;
	font-size:0.8em;
	text-align:right;
}


/* TOPIMAGE */
#topimage{
	width:750px;
	height:230px;
	margin:1px 0 0 0;
	background-repeat:no-repeat;
	text-indent:-10000px;
	border-bottom:1px solid #ccc;
}
#topimage a{
	display:block;
	width:750px;
	height:230px;
}


/* TOPNEWS */
#top_news{
	font-size:1em;
	margin:0 0 10px 0;
	padding:2px 0 2px 15px;
	font-weight:bold;
	border-bottom:1px solid #739FC8;
	background:url(img/bg_h3.gif) no-repeat left center #fff;
	clear:both;
}
.news_contents{
	overflow:hidden;
	width:500px;
	margin:0 10px 20px 10px;
}
.topnews_date{
	width:20%;
	font-size:0.8em;
	color:#666;
	padding:3px 0 2px 16px;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
	background:url(img/icon_clock.gif) no-repeat left top;
	background-position:0 5px;
}
.topnews_body{
	overflow:hidden;
	padding:2px 0 5px 0;
	border-bottom:1px dotted #ccc;
	vertical-align:top;
}


/* TOPPHOTO */
#top_photo{
	font-size:1em;
	margin:0 0 10px 0;
	padding:2px 0 2px 15px;
	font-weight:bold;
	border-bottom:1px solid #739FC8;
	background:url(img/bg_h3.gif) no-repeat left center #fff;
	clear:both;
}
.photo_contents{
	margin:0 10px 20px 10px;
}
.photo_contents a{
	text-decoration: none;
}
.top_photo{
	font-size:0.8em;
	text-align:center;
	color:#666;
	padding:0 0 10px 0;
}


/* CALENDAR */
#calendar{
	width:160px;
	margin:0 10px;
	text-align:center;
}
#calendar tr td{
	padding:0 2px 5px 2px;
	font-size:0.8em;
}
#calendar caption{
	padding:0 5px 8px 5px;
	text-align:right;
	font-size:0.8em;
}
.cal_sun{color:#FF0000;}
.cal_day{color:#333333;}
.cal_sat{color:#006699;}


/* SEARCH PAGE&SEARCH BOX */
#search{
	position:absolute;
	top:10px;
	right:15px;
}
#search .search{
	width:120px;
	height:10px;
	font-size:0.8em;
}
.result_title{
	margin:0 0 10px 0;
	font-size:1.2em;
}
.result_body{
	margin:0 0 20px 30px;
	padding:0 0 20px 0;
	border-bottom:1px solid #ddd;
}
.highlight{
	font-weight:bold;
	background:#ff9900;
	color:#fff;
}

/* CRAWLER */
#crawler{
	position:relative;
	width:180px;
	height:200px;
}
#crawler h4{
	font-size:0.8em;
	margin:0;
	padding:2px 0 2px 5px;
	color:#fff;
	font-weight:bold;
	background:#999;
}
.crawler_body{
	padding:5px 10px;
	font-size:10px;
	line-height:1.3;
	height:150px;
	border:1px solid #ccc;
	border-top:none;
}
#crawler img{
	margin:0 10px 10px 0;
}

/* COUNTER */
#counter{
	font-size:0.8em;
	text-align:center;
	color:#666;
}

/* MOBILE QR CODE */
#qr{
	position:relative;
	margin:0 0 20px 0;
	width:180px;
	height:100px;
}
#qr a{
	position:absolute;
	display:block;
	width:100px;
	height:18px;
	left:74px;
	top:69px;
	text-indent:-1000px;
	overflow:hidden;
}
.bnbox {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* CONTENTS STYLE */
.mbold {
	font-weight: bold;
	color: #003399;
	padding: 0px 0px 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	clear: both;
}
.col {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#mlist {
	font-size: 120%;
	font-weight: bold;
	line-height: 160%;
	margin: 0px 0px 20px;
	padding: 0px;
	list-style-type: none;
}
#mlist li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	margin: 0px;
}
#mlist a {
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 7px 10px 7px 20px;
	margin: 0px;
	background-image: url(img/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#mlist a:hover {
	text-decoration: none;
	color: #333333;
	background-color: #E6E9EC;
	display: block;
	padding: 7px 10px 7px 20px;
	margin: 0px;
	background-image: url(img/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* CONTENTS STYLE　shikairyou */
#main p.midasi {
	text-align: left;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003399;
	margin: 0px 0px 15px;
	padding: 2px 0px 3px 5px;
}
#main p.paddbox {
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
}
#main .gentenbox {
	background-image: url(img/bg_genten.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main .genstc {
	background-image: url(img/under_genten.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px 15px 15px;
}
#main .mgen {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main .imgboxc {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#main .imgboxc_line_red {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#main .grybox {
	background-color: #F7F7F7;
	padding: 0px 0px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}
#main .midasi_blue {
	font-size: 1.1em;
	line-height: 120%;
	font-weight: bold;
	color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 8px 10px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main .katudoustc {
	margin: 0px;
	padding: 0px 10px 10px;
}
#main .stcr {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#main .stcr2 {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#main .sstcr {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 80%;
}
/* CONTENTS STYLE　Schedule */
#main .grybox {
	background-color: #F7F7F7;
	padding: 0px 0px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}
#main .grybox2 {
	background-color: #F7F7F7;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}
#main .midasi_blue {
	font-size: 1.1em;
	line-height: 120%;
	font-weight: bold;
	color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 8px 10px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main .katudoustc {
	margin: 0px;
	padding: 0px 10px 10px;
}
#main .stcr {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#main .sstcr {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 80%;
}
#main .yoteibox {
	background-color: #EEEEFF;
	border: 1px solid #CCCCCC;
	padding: 2px 2px 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
#main .yoteimidasi {
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 120%;
	font-weight: bold;
	text-align: center;
	background-color: #003399;
	padding: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#main .tbl_yotei {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#main .sel_yti1 {
	margin: 0px;
	padding: 5px 0px;
	width: 90px;
	text-align: center;
	background-color: #BBBBFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#main .sel_yti2 {
	margin: 0px;
	padding: 5px 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 384px;
}
#main .syousaibox {
	text-align: right;
	margin: 0px 2px;
	padding: 0px;
}

/* CONTENTS STYLE　iryouseisaku */
#main .fltbox_r {
	text-align: center;
	padding: 0px;
	float: right;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main .caption {
	font-size: 10px;
	margin: 5px 0px 0px;
	padding: 0px;
}
#main .tbl {
	padding: 0px;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	width: 500px;
	margin: 0px;
}
#main .celc {
	text-align: center;
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#main .cell {
	text-align: left;
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#main .celr {
	text-align: right;
	margin: 0px;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#main .leftb {
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#main ul.list {
	margin: 0px 0px 15px;
	padding: 0px;
}
#main ul.list li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: square;
}
#main .fsmall {
	font-size: 0.8em;
	color: #999999;
}

/* CONTENTS STYLE　TOP-sakurai */
#main .sakuraibox {
	background-image: url(img/top_sakurai.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	padding: 70px 0px 95px;
	width: 500px;
}
#sbox1 a {
	background-image: url(img/b_s01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	height: 50px;
	width: 312px;
	display: block;
	text-indent: -10000px;
}
#sbox1 a:hover {
	background-image: url(img/b_s01-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	height: 50px;
	width: 312px;
	display: block;
	text-indent: -10000px;
}
#sbox2 a {
	background-image: url(img/b_s02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	height: 50px;
	width: 268px;
	text-indent: -10000px;
	display: block;
}
#sbox2 a:hover {
	background-image: url(img/b_s02-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	height: 50px;
	width: 268px;
	text-indent: -10000px;
	display: block;
}
#sbox3 a {
	background-image: url(img/b_s03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	height: 50px;
	width: 268px;
	text-indent: -10000px;
	display: block;
}
#sbox3 a:hover {
	background-image: url(img/b_s03-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	height: 50px;
	width: 268px;
	text-indent: -10000px;
	display: block;
}
#sbox4 a {
	background-image: url(img/b_s04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	height: 50px;
	width: 268px;
	text-indent: -10000px;
	display: block;
}
#sbox4 a:hover {
	background-image: url(img/b_s04-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	height: 50px;
	width: 268px;
	text-indent: -10000px;
	display: block;
}
#main .memobox {
	background-image: url(img/bg_memo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main .memostc {
	background-image: url(img/under_memo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px 15px 15px;
}.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title2 {background:url(img/title2.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title3 {background:url(img/title3.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title4 {background:url(img/title4.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title122 {background:url(img/title122.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title121 {background:url(img/title121.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title120 {background:url(img/title120.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title119 {background:url(img/title119.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title118 {background:url(img/title118.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title117 {background:url(img/title117.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title116 {background:url(img/title116.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title115 {background:url(img/title115.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title114 {background:url(img/title114.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title113 {background:url(img/title113.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title112 {background:url(img/title112.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title111 {background:url(img/title111.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title110 {background:url(img/title110.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title109 {background:url(img/title109.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title108 {background:url(img/title108.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title107 {background:url(img/title107.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title106 {background:url(img/title106.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title104 {background:url(img/title104.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title103 {background:url(img/title103.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title101 {background:url(img/title101.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title100 {background:url(img/title100.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title9 {background:url(img/title9.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title123 {background:url(img/title123.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title124 {background:url(img/title124.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title124 {background:url(img/title124.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title124 {background:url(img/title124.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title115 {background:url(img/title115.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title115 {background:url(img/title115.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title115 {background:url(img/title115.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title115 {background:url(img/title115.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title115 {background:url(img/title115.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title123 {background:url(img/title123.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title123 {background:url(img/title123.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title123 {background:url(img/title123.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title122 {background:url(img/title122.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title122 {background:url(img/title122.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title122 {background:url(img/title122.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title122 {background:url(img/title122.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title125 {background:url(img/title125.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title113 {background:url(img/title113.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title124 {background:url(img/title124.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title110 {background:url(img/title110.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title110 {background:url(img/title110.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title110 {background:url(img/title110.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title119 {background:url(img/title119.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title126 {background:url(img/title126.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title110 {background:url(img/title110.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}
.title110 {background:url(img/title110.png) no-repeat !important;padding:0;width:520px;height:64px;text-indent: -10000px;}

