@charset "utf-8";



/*============================== 初期化 ==============================*/

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-size:small;

	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

	line-height:1.4em;

}



html{

overflow-y: scroll;

}



body {

	line-height: 1;

}



ul, ol{

	list-style:none;

}



input, textarea, select, option{

	margin:1px;

	padding:2px 5px;

	line-height:1.0em;

}



table, pre, code, select, input, textarea, kbd, var, ins, del, samp {

	font-size:100%;

}



img{

	border:none;

	vertical-align: top;

}



table {

	border-collapse: collapse;

	border-spacing: 0;

}





/*============================== 全般 ==============================*/

body{

	color:#222222;

}



a {

	color: #683197;

	text-decoration: underline;

}



a:hover { 

	color:#9f67da;

}



small{

	font-size:0.8em;

}



em{

	font-weight:bold;

	font-style:normal;

	color:#FF0000;

}



strong{

	font-size:1.2em;

	font-weight:bold;

	color:#6d247a;

}



iframe{

	border:solid 1px #CCCCCC;

}



.clear{

	clear:both;

	height:0px;

	line-height:0px;

}



.mb10{

	margin-bottom:10px;

}

/*============================== レイアウト ==============================*/

/*----- ヘッダ -----*/

td#header_rect td#cell1 a{

	display:block;

	margin:5px auto auto 25px;

	width:180px;

	height:90px;

}



ul.navi{

	width:798px;

	height:60px;

	margin:0 1px;

	padding-bottom:5px;

	background:url(../data/img/navi_bg.gif) repeat-x bottom;

}



ul.navi li{

	float:left;

	width:133px;

	height:60px;

}



/*----- メニュー -----*/

#menu_rect0 #cell1,

#menu_rect3 #cell1{

	padding-left:3px;

	padding-right:2px;

}

#menu_rect3 #cell2{

	padding:2px 2px 2px 3px;

	width:140px;

}



.leftNavi{

	width:144px;

}

.leftNavi{

	width:140px;

	padding:0 2px;

	background:#666534;

}



/*----- フッタ -----*/

td#footer_rect td#cell1{

	border-top: solid 1px #666534;

	padding:5px 0 0;

}

td#footer_rect td#cell1 a{

	text-decoration:none;

	color:#333333;

}



/*============================== ナミックス ==============================*/

/*----- テーブル・フォーム -----*/

.csttbl_border1, .csttbl_border2, .csttbl_border3, .csttbl_border4, .csttbl_head, .csttbl_input,

.cart_border1, .cart_border2, .cart_border3, .cart_border4, .cart_head, .cart_input{

	padding:8px;

}



/*----- フォーム -----*/

textarea{width:260px;}

form table td.cart_border4{

	border-left:none;

	border-right:none;

	border-bottom:none;

}

/*----- ナミックススタイル -----*/



/*トップ　インフォメーション*/

.nm_style0 #cell2{

	padding:10px 0 2px 10px;

}

.nm_style0 #cell4{

	padding-left:20px;

	font-size:12px;

	line-height:13px;

}

.nm_style0 #cell4 div{

	width:363px;

	height:157px;

	overflow-x:hidden;

	overflow-y: auto;

	font-size:12px;

	line-height:13px;

}

.nm_style0 #cell4 div p{

	margin-bottom:0.8em;

}



.nm_style0 #cell4 a{

	font-size:12px;

}

.nm_style0 #cell4 em{

	font-style:normal;

	font-weight:bold;

	font-size:18px;

	color:#79000c;

}



/*右エリア*/

.nm_style1{

	line-height:1.0em;

}

.nm_style1 a img{

	margin-bottom:10px;

}

.nm_style4{

	border-bottom:solid 1px #6600cc;

}



/* ---------- サイトマップページ ---------- */



div.sitemap{

	margin:10px;

}

div.sitemap a{

	font-size:1.1em;

	font-weight:bold;

}

div.sitemap ul li{

	padding-left:45px;

	line-height:45px;

	background:url(../data/img/site_icon.gif) no-repeat;

}

div.sitemap ul li.last{

	background:url(../data/img/site_icon_last.gif) no-repeat;

}



/*============================== カレンダー ==============================*/



@charset "UTF-8";



li.Today {

	cursor: pointer;

	background-color: #ffff31;

}

span.Today {
	cursor: pointer;
	font-weight: bolder;
	color: #FFFFFF;
	display: block;
	background-color: #FF11FF;
}

li.holyday {

	color: #FF0000;

}

li.Sun {

	color: #FF0000;
	font-weight:bold;

}

li.Sat {

	color: #0000FF;

}

li.undefined {

	cursor: pointer;

}



/*ui*/

div.cal_wrapper {

	padding: 5px;

	width: 130px!important;

	height: 160px!important;

	background:#FFFFFF;

	position: relative;

}

ul.cal_ui {

	padding: 0px;

	margin: 0px;

	width: 60px;

	float: right;

}

ul.cal_ui li {

	float: left;

	width: 20px;

	height: 15px;

	font-size: 10px;

	list-style: none;

	background-repeat: no-repeat;

	cursor: pointer;

}

li.cal_prev {

	background-image: url(../data/img/cal_01.gif);

}

li.cal_to {

	background-image: url(../data/img/cal_02.gif);

}

li.cal_next {

	background-image: url(../data/img/cal_03.gif);

}



div.cal_base {

	

}



div.cal_base p {

	font-size: 12px;

	padding:5px 0;

	border-bottom: solid 1px #CCCCCC;

}



ul.cal_main {

	clear: both;

	padding: 0px;

	margin: 0px;

}

ul.cal_main li {

	padding: 3px 0px 3px 0px;

	width: 18px;

	text-align: center;

	list-style: none;

	font-size: 10px;

	float: left;

	border-bottom: solid 1px #CCCCCC;

}



li.cal_headline {

}



.holyday{

	font-weight:bold;

	color:#FF0000;

}



/*注意書き用書きたし*/

div.cal_footer{

	padding:10px 5px 5px;

	width:130px;

	background:#FFFFFF;

	font-size:13px;

}







