@charset "Shift_JIS";
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px auto;
	padding: 0;
	background: #fafafa url(http://seal-nyumon.com/template/img/bg.gif) top center repeat;
	/*background:url(http://seal-nyumon.com/template/img/bg_container.gif) top center repeat-y #fafafa;*/
	text-align:center;
	color: #555;
	font-size: 13px; /* before 12px */
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
/*	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
}
a {
	line-height:18px;
	text-decoration:none;
}
a:link {
	color: #3366CC;
	line-height:18px;
}
a:visited {
	color: #3366CC;
	line-height:18px;
}
a:hover {
	color: #3366CC;
	line-height:18px;
}
a:active {
	color: #3366CC;
	line-height:18px;
}
tbody, tr {
	border:none;
}
table {
	border:#ccc 2px solid;
	padding: 3px;
	margin: 0 0;
	border-collapse:collapse;
	border-spacing:0;
}
th, td {
	border:#CCCCCC 1px solid;
	padding:5px;
	border-collapse:collapse;
	border-spacing:0;
}
table.tbl01{
	width: 100%;
	border: #ccc 2px solid;
}
.tbl01 th, .tbl01 td{
	line-height: 1.3em;
}
.tbl01 th{
	vertical-align: top;
}
.tbl01 td{
	vertical-align: top;
	text-align: center;
}
td.number{
	text-align: right;
}
th.empty{
	text-align: center;
}
#main .entry_box p.tbl_head,
p.tbl_head{
	text-align: right;
	padding-bottom: 0;
	padding-right: 10px;
}
fieldset, img {
	border:0;
}
h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, var {
	font-style:normal;
	font-weight:normal;
	font-size: medium;
}
hr {
	border:#CCCCCC 1px dotted;
}
.clear {
	clear:both;
}
caption {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
caption .memo {
	font-weight: normal;
}
dt{
	font-weight: bold;
}
/*---------------------------------------- Table Set ----------------------------------------*/
#container {
	line-height: 1.8em;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	width:810px;
	height: auto;
	border-left:#BBBBBB solid 2px;
	border-right:#BBBBBB solid 2px;
	background: #ffffff;
}
.nb {
	border-style:none;
	margin:auto auto auto 0px;
	padding:0px 10px 0px 0px;
}
.tnb {
	border-style:none;
	vertical-align:top;
}
/*---------------------------------------- header ----------------------------------------*/
/*#header{
display:block;
width:900px;
height:150px;
background:url(http://seal-nyumon.com/template/img/header.jpg) top left no-repeat;
}
#header a		{display:block; position:relative; width:900px; height:120px; color:#ffffff; text-decoration:none;}
#header a:link	{display:block; position:relative; width:900px; height:120px; color:#ffffff; text-decoration:none;}
#header a:hover	{display:block; position:relative; width:900px; height:120px; color:#9999CC; text-decoration:none;}
*/

h1 {
	display:block;
	width:auto;
	width:800px;
	height:20px;
	background-color:#66CC66;
	font-size:12px;
	padding:3px 0px 0px 10px;
	color:#FFFFFF;
	border-bottom:#FFFFFF 1px solid;
}
#header_menu {
	display:block;
	width:810px;
	height:200px;
	margin-bottom:10px;
	background:url(http://seal-nyumon.com/template/img/header.jpg) top left no-repeat;
	color:#000000;
	text-align:right;
	border-bottom:#000063 5px solid;
}
/*
#header_menu a,#header_menu a:link 	{color:#993333; text-decoration:none;}
#header_menu a:hover 				{color:#CC6633; text-decoration:none;}
*/

.header_logo {
	float:left;
	height:160;
	width:770px;
	margin:30px 0px 0px 10px;
}
.header_link {
	float:right;
	margin:27px 5px 0px 0px;
}
.header_mail {
	vertical-align:middle;
	padding:0px 5px 2px;
}
/*-------------------- Menu --------------------*/

.menu_text {
	display: block;
	width:175px;
	position:relative;
	margin-left:20px;
	margin-top:2px;
	font-weight:normal;
	cursor: pointer;
	padding:7px 0px 0px 7px;
}
.menu_margin {
	margin-top:10px
}
.menu_waku {
	border:#CCCCCC 1px solid;
}
.menu_hr {
	border:#000000 1px solid;
	margin:3px 0px;
}
.category_margin {
	margin-bottom:8px;
}
/*--------------------- side_menu_l ----------------------------------------*/
#side_menu_l {
	float:left;
	width: 200px;
	height: auto;
	margin:0px 10px 0px 0px;/*
background-color:#FFCCFF;
*/
}
.menu_ul {
	padding:0px 0px 0px 5px;
}
.menu_parent {
	height:24px;
	padding:5px 0px 0px 18px;
	background:url(img/sidemenu_parent_img.gif) top left no-repeat;
	margin:0px 0px 7px;
}
.menu_parent a, .menu_parent a:link, .menu_parent a:visited, .menu_parent a:hover, .menu_parent a:active {
	color: #FFFFFF;
}
.menu_li_box {
	padding:0px 6px 0px 6px;
	margin:0px 0px 7px;
}
.menu_li {
	padding:0px 0px 3px 14px;
	background:url(img/sidemenu_list_img.gif) top left no-repeat;
	border-bottom:#999999 1px dotted;
}
.menu_li a {
	color: #3366CC;
	line-height:18px;
	text-decoration:none;
}
.menu_li a:link {
	color: #3366CC;
	line-height:18px;
}
.menu_li a:visited {
	color: #3366CC;
	line-height:18px;
}
.menu_li a:hover {
	color: #3366CC;
	line-height:18px;
}
.menu_li a:active {
	color: #3366CC;
	line-height:18px;
}
/*-------------------- main --------------------*/

p {
	display:block;
	/*width:620px; */
height: inherit;
}
#main p.p1 {
	padding: 0 0 1em;
	margin: 0;
}
#main p.p2 {
	padding: 1em 0;
	margin: 0;
}
.pankuzu {
	margin-bottom:15px;
	border-bottom:#0066FF solid 1px;
}
/*.pankuzu a {color:#330000;}*/

.bottom_padding {
	padding-bottom:20px;
}
/*---------------------  top_main  ----------------------------------------*/




/*---------------------  main  ----------------------------------------*/

#main {
	float:left;
	height: inherit;
	width: 590px;
}
#main p {
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
}
.fax {
	width:587px;
	height:75px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
	background:url(http://seal-nyumon.com/template/img/bg_cd.jpg) no-repeat;
	margin-right:5px;
	padding-top:75px;
	font-weight:bold;
}
.fax img {
	float:right;
}
.caption_h2, h2 {
	display:block;
	width:575px;
	height:23px;
	padding:6px 0px 0px 15px;
	margin-bottom:10px;
	background: url(http://seal-nyumon.com/template/img/h2.jpg) no-repeat;
	font-size:15px;
	font-weight:bold;
	color: #3366FF;
}
h3, h4, h5, h6, .caption {
	display:block;
/*	width:570px; */
	padding: 0 0 5px 20px;
	margin:5px 0px;
	font-size:14px;
	font-weight:bold;
	background: url(http://seal-nyumon.com/template/img/h2_2.jpg) no-repeat;
	color:#000000;
}
.sub_caption {
	display:block;
	width:550px;
	margin:10px 0px 10px 0px;
	padding:2px 0px 2px 5px;
	border-bottom: #330000 dashed 1px;
	border-left: #330000 solid 10px;
	font-size:12px;
	color:#330000;
	font-weight:bold;
}
.date_box {
	text-align:right;
	padding:0px 10px 0px 0px;
	margin:0px 0px 10px 0px;
	border-right:#0099FF solid 3px;
	border-bottom:#0099FF solid 1px;
	color:#0099FF;
}
/*___ TOP_PAGE _____________________*/

.top_img_main {
	padding: 10px 0px;/*background: url(http://seal-nyumon.com/template/img/top_main.jpg) no-repeat;
height:250px;*/
}
.top_img_main2 {
	padding-bottom:20px;
}
.top_main_text {
	width:270px;
	padding:55px 0px 0px 30px;
	color:#666633;
	line-height:20px;
}
/*___ category _____________________*/

.category_index_box {
	display:block;
	width:550px;
	height:20px;
	background: url(http://seal-nyumon.com/template/img/cat_index_li.jpg) no-repeat;
	margin:3px 0px 3px 0px;
	padding:7px 0px 0px 25px;
	border-bottom: #168741 dashed 1px;
	/*
border-left: #003399 solid 10px;
font-weight:bold;
*/
font-size:12px;
	color:#003399;
}
.category_index_box a, .category_index_box a:link, .category_index_box a:visited, .category_index_box a:active {
	color:#168741;
	line-height:16px;
}
.category_index_box a:hover {
	color:#76D499;
	line-height:16px;
}
/*___ entry _____________________*/








/*---------------------------------------- Hyo style ----------------------------------------*/
.none, .none table, .none th, .none tr, .none td {
	border:none 0px;
	border-collapse:collapse;
	border-spacing:0;
}
.th {
	background-color:#999999;
	color:#FFFFFF;
	text-align:center;
}
.light_blue {
	background-color:#EEFBFF;
	color: #5B7897;
	text-align:center;
}
.hyo_left {
	position:relative;
	vertical-align:top;
	float:left;
	margin-right:10px;
}
.hyo_last {
	position:relative;
	vertical-align:top;
	clear:right;
}
.center_td {
	margin:auto;
	width:auto;
	text-align:center;
}
.bg_grey {
	background: #E7E7E7;
	font-weight:bold;
}
.bg_sumire {
	background: #CCCCFF;
	font-weight:bold;
	padding:10px;
	color:#663366;
}
.bg_kon {
	background: #504486;
	color:#FFFFFF;
	font-weight:bold;
}
.padding3 {
	padding: 3px 3px 3px 3px;
}
.padding4 {
	padding: 4px 4px 4px 4px;
}
.padding5 {
	padding: 5px 5px 5px 5px;
}
.padding7 {
	padding: 7px 7px 7px 7px;
}
.padding10 {
	padding: 10px 10px 10px 10px;
}
/*---------------------------------------- DIV ----------------------------------------*/

.table_th {
	color:#330000;
	padding:0px 10px 5px 0px;
	border:none;
	width:auto;
	font-size:13px;
	font-weight:bold;
}
.pickup {
	clear: both;
	border:1px solid #ccc;
	padding:10px;
	margin: 10px 0;
}
.pickup dt {
	text-indent:1em;
	float:left;
	clear:left;
}
.pickup dl {
	padding: 1em 0;
	clear:left;
}
.unit {
	font-weight: normal;
	float: right;
	display: block;
}
.mini {
	font-size: 10px;
}
/*  clearfix
-------------------------------------------------- */
.pickup dl:after, .pickup:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.pickup dl, .pickup {
	min-height: 1px;
}
* html .pickup dl, * html .pickup {
	height: 1px;/*\*//*/
height: auto;
overflow: hidden;
/**/
}
/*---------------------------------------- Category Link ----------------------------------------*/

.crumb_text {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	width: 760px;
	line-height:20px;
	display:block
}
.titles {
	padding-right:5px;
	padding-left: 5px;
	line-height:18px;
}
.permalink {
	white-space:nowrap;
}
/*---------------------------------------- Page TOP ----------------------------------------*/

.top {
	text-align:right;
	font-size:80%;
}
.next_page {
	margin-top:10px;
	padding-top:10px;
	border-top:#CCCCCC 1px solid;
	text-align:center;
	font-size:100%;
}
/*---------------------------------------- footer ----------------------------------------*/

#footer {
	clear: both;
	width:810px;
	height:30px;
	background:url(http://seal-nyumon.com/template/img/bg_footer.jpg) top left no-repeat;
	border-top:#999999 solid 1px;
	border-bottom:#999999 solid 5px;
	/*
border-top:#663333 solid 3px;
background-color:#0066CC;
border-bottom:#6699FF solid 2px;
*/
display:block;
	padding:0px 0px;
}
.footer_text {
	padding:5px 0px 0px;
	text-align:center;
	font-size:100%;
	color:#333333;
}
/*---------------------------------------- font style ----------------------------------------*/
.text_center {
	text-align: center;
}
.text_r {
	text-align:right;
	padding:auto 0px auto auto;
	position:relative;
	display:block;
}
.b {
	font-weight:bold;
	color:#000000;
}
.nowrap {
	white-space:nowrap;
}
.text_pureblue_big {
	color: #006699;
	font-weight:bold;
}
.text_pureblue {
	color: #2500de;
}
.text_orange {
	color: #ee7800;
}
.text_red, .aka {
	color: #CC0000;
}
.text_ss {
	font-size:60%;
}
.text_s {
	font-size:80%;
}
/*---------------------------------------- Image style ----------------------------------------*/

.plus {
	position:relative;
	text-align:center;
	margin:10px auto;
}
.left {
	float:left;
	margin:0px 5px 5px 10px;
	display:block;
	position:relative;
}
.no-border table, .no-border tr, .no-border td {
	border:none;
	border:0px;
}
.center {
	display:block;
	position:relative;
	margin:auto;
	width:auto;
	text-align:center;
}
.p_center {
	display:block;
	position:relative;
	margin:auto;
	width:auto;
}
.clear{
	clear: both;
}
.30test_long {
	display:block;
	position:relative;
	margin: 100px 0px 0px 20px;
	text-align:right;
}
.img_right {
	display:block;
	position:relative;
	margin:auto 0px auto auto;
	width:100%;
	text-align:right;
}
.img_right1 {
	display:block;
	position:relative;
	margin:auto auto auto 10px;
	float:right;
}
.img_left {
	display:block;
	position:relative;
	margin:auto 10px auto auto;
	float:left;
}
.img_left1 {
	display:block;
	position:relative;
	margin:auto 10px auto auto;
	float:left;
	border:#666666 1px solid;
	padding:2px;
	height:inherit;
	width: auto;
}
.entry_map {
	display:block;
	position:relative;
	margin:auto 10px auto auto;
	float:left;
	border:#666666 1px solid;
	padding:2px;
	height:300px;
	width:300px;
}
.icon {
	float:left;
	margin:1px;
}
.yohaku_top10 {
	position:relative;
	margin-top:10px;
}
.yohaku_10 {
	position:relative;
	margin:10px;
}
.yohaku_side {
	margin-left:10px;
	margin-top:10px;
}
.top_pic a {
	border:#cccccc 1px solid;
	display:block;
	float:left;
	padding:2px;
	margin:5px;
}
.top_pic a:hover {
	border:#66CCFF 1px solid;
	display:block;
	float:left;
	padding:2px;
	margin:5px;
}
.img_border_white {
	border: #ffffff 1px solid;
}
/*---------------------------------------- Hyo style ----------------------------------------*/
.none, .none table, .none th, .none tr, .none td {
	border:none 0px;
	border-collapse:collapse;
	border-spacing:0;
}
.th {
	background-color:#DEEDF3;
	color:#1C5A8E;
	text-align:center;
}
.light_blue {
	background-color:#EEFBFF;
	color: #5B7897;
	text-align:center;
}
.hyo_left {
	position:relative;
	vertical-align:top;
	float:left;
	margin-right:10px;
}
.hyo_last {
	position:relative;
	vertical-align:top;
	clear:right;
}
.red_td {
	background:#CC0000;
	color:#efefef;
	font-weight:bold;
}
.gray_td {
	background: #E7E7E7;
	font-weight:bold;
}
.yohaku4_td {
	padding:4px;
}
.grey_border_td {
	background: #ffffff;
	text-align: left;
	border: #cccccc 1px solid;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 20px 0px;
}
.usu_grey_td {
	background-color: #ebebeb;
	text-align: left;
	border: #cccccc 1px solid;
	padding: 10px 10px 10px 10px;
}
.usu_grey_s_td {
	background-color: #ebebeb;
	text-align: left;
	border: #cccccc 1px solid;
	padding: 3px;
}
.pureblue_td {
	background: #A9DAE8;
	text-align: left;
	border: #7c7c7c 1px solid;
	padding: 5px 5px 5px 5px;
}
.center_td {
	margin:auto;
	width:auto;
	text-align:center;
}
.center_th{
	text-align:center;
}
.top_th{
	vertical-align:top;
}
.cell_top th,
.cell_top td{
	vertical-align:top;
}

/*---------------------------------------- .entry_box ----------------------------------------*/
#main .entry_box p {
	padding: 0.5em 0;
	margin: 0;
	letter-spacing: -0.05em;
	text-align: justify;
}
#main .entry_box ol {
	margin: 0 1em;
	padding: 0 0 1em 1em;
}
#main .entry_box th {
	white-space: nowrap;
	text-align: left;
	background: #efefef;
}
.sub_title {
	font-weight: bold;
}

/*---------------------  other  ----------------------------------------*/
