/*index-----------------------
00:common set
01:indivisual link set
02:wrapper set
03:contents set
04:left column set
05:right column set
06:footer set
07:text set
08:table set
09:text position set
10:margin set
11:attention set
12:width set
13:content set
14:popmemo set
----------------------------*/


/*00:common set-------------------------------*/
body{
	margin:0;
	padding:0;
	border:0;
}

img{
	border:0;
}

a:link{
	color:#000;
	text-decoration:underline;
}
a:hover{
	color:#888;
	text-decoration:underline;
}
a:visited{
	color:#000;
	text-decoration:underline;
}

.f_clear{
	clear:both;
}

h1{
	margin:0 0 5px 0;
	padding:0;
	border:0;
	font-size:medium;
}
h2{
	margin:0 0 5px 0;
	padding:0;
	border:0;
	font-size:small;
}


form{
	margin:0;
	padding:0;
}
form select{
	margin:2px 6px 8px 0;
	padding:0;
}
form input{
	margin:2px 3px 8px 0;
	padding:0;
}
form input.w_fixed{
	width:50px;
}

p.dan{margin-left:1em;
	margin-bottom:5px!important;}
p.dan:first-letter {margin-left:-1em;}


/*--------------------------------------------------------------------------------------*/
/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
content:" ";
display:block;
visibility:hidden;
clear:both;
height:0.1px;
font-size:0.1em;
line-height:0;
}
* html .pkg { display: inline-block; }
/* no ie mac */
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */
/*--------------------------------------------------------------------------------------*/




/*01:indivisual link set-------------------------------*/

#footer1 a:link, #footer2 a:link{
	color:#0000AA;
	text-decoration:underline;
}
#footer1 a:hover, #footer2 a:hover{
	color:#6666FF;
	text-decoration:underline;
}
#footer1 a:visited, #footer2 a:visited{
	color:#0000AA;
	text-decoration:underline;
}

a.white:link{
	color:#FFF;
	text-decoration:underline;
}
a.white:hover{
	color:#999;
	text-decoration:underline;
}
a.white:visited{
	color:#FFF;
	text-decoration:underline;
}

/*02:wrapper set-------------------------------*/

#wrapper{
	width:1000px;
	margin:0;
	padding:0;
	float:left;
	position:absolute;
}
#wrapper h2{
	margin:10px;
	padding:0;
	font-size:medium;
	line-height:1em;
}
#wrapper2{
	width:970px;
	margin:0;
	padding:0;
	float:left;
	position:absolute;
}
#wrapper2 h2{
	margin:10px;
	padding:0;
	font-size:medium;
	line-height:1em;
}

/*03:contents set-------------------------------*/
#contents{
	margin:0;
	padding:0;
}

/*04:left column set-------------------------------*/
#left_column{
	width:300px;
	float:left;
}
#left_column2{
	width:300px;
	float:left;
	border-right:1px solid #CCC;
}
#left_nav{
	background-color:#EBEBEB;
	overflow: hidden;
	width: 285px;
}
#left_nav, #left_nav2{
	margin:0 0 10px 6px;
	padding:8px 8px 7px 8px;
	_padding:6px 8px 5px 8px;
	border:0;
	list-style:none;
}
#left_nav li, #left_nav2 li{
	margin:0 0 4px 0;
	_margin: 0;
	padding:0;
	border:0;
}
#left_nav li, #left_nav2, x:-moz-any-link, x:only-child{
	margin:0;
	padding:0;
	border:0;
}


.box{
	width:283px;
	margin:0 0 5px 15px;
	padding:0;
	border:1px solid #C8C8C8;
}
.box h2{
	font-size:14px;
	margin:5px 0 5px 5px;
	padding:0;
}
#left_column .box ul{
	margin:0;
	padding:0 10px 10px 20px;
	overflow: hidden;
}
* html #left_column .box ul{
	margin:0;
	padding:0 10px 10px 5px;
	list-style:none;
	list-style-image:url("../images/mark_triangle_02.gif");
}
*:first-child+html #left_column .box ul{
	margin:0;
	padding:0 10px 10px 5px;
	list-style:none;
	list-style-image:url("../images/mark_triangle_02.gif");
}
.box li{
	width:250px;
	list-style:none;
	list-style-image:url("../images/mark_triangle_02.gif");
}
* html #left_column .box li{
	width:250px;
	padding: 0 0 0 15px;
	list-style:none;
	background:url("../images/mark_triangle_02.gif") no-repeat;
}
*:first-child+html #left_column .box li{
	width:250px;
	padding: 0 0 0 15px;
	list-style:none;
	background:url("../images/mark_triangle_02.gif") no-repeat;
}

/*05:right column set-------------------------------*/
#news{
	margin:0;
	padding:0;
	width: 690px;
	display: inline;
	overflow: hidden;
}
#news h3{
	font-size:14px;
	margin:0;
	padding:0;
	font-family:sans-serif;
}
#news ul{
	margin:0;
	float: left;
	padding:10px 20px;
	border:1px solid #C8C8C8;
	overflow: hidden;
}
* html #news ul{
	margin:0;
	float: left;
	padding:10px 5px;
	border:1px solid #C8C8C8;
	overflow: hidden;
}
*:first-child+html #news ul{
	margin:0;
	float: left;
	padding:10px 5px;
	border:1px solid #C8C8C8;
	overflow: hidden;
}
#news li{
	list-style:none;
	list-style-image:url("../images/mark_triangle_02.gif");
	width: 630px;
}
* html #news li{
	padding: 0 0 0 15px;
	list-style:none;
	background:url("../images/mark_triangle_02.gif") no-repeat;
}
*:first-child+html #news li{
	padding: 0 0 0 15px;
	list-style:none;
	background:url("../images/mark_triangle_02.gif") no-repeat;
}
.mark li{
	list-style:none;
	list-style-image:url("../images/mark_triangle_02.gif");
	width: 630px;
}


#about{
	width:690px;
	margin:10px 0 15px 0;
	padding:0;
	float:left;
	border-bottom:1px solid #C8C8C8;
}
#about_inner{
	width:456px;
	margin:0;
	padding:0;
	float:left;
}
#about h3{
	margin:0 0 10px 0;
	padding:0;
}


#right_nav{
	width:230px;
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	float:right;
}
#right_nav li{
	margin:0 0 3px 0;
	_margin:0;//only win ie
	padding:0;
	border:0;
	height:47px;
}


#right_column{
	width:690px;
	float:right;
	display: inline;
}
#right_column2{
	width:689px;
	float:right;
}
#right_column2 ul{
	float:left;
	clear: both;
	width: 630px;
	margin: 0;
}
#right_column2 li{
	float:left;
}
#right_column2_inner{
	margin:0;
	padding:0 15px;
	display: inline;
}
#right_column2 #right_column2_inner #breadcrumb{
	font-size:small;
	margin:0 0 20px 0;
	padding:1em 0;
}
#right_column2 #right_column2_inner #breadcrumb a:link{color:#0000AA;text-decoration:underline;}
#right_column2 #right_column2_inner #breadcrumb a:hover, #right_column2 #right_column2_inner #breadcrumb a:visited:hover{color:#6666FF;text-decoration:underline;}
#right_column2 #right_column2_inner #breadcrumb a:visited{color:#0000AA;text-decoration:underline;}



#right_column2 #right_column2_inner h2{
	margin:0 0 25px 0;
	padding:0 0 3px 0;
	font-size:medium;
	line-height:1em;
	border-bottom:1px dashed #666;
}

#right_column2 #right_column2_inner p{
	font-size:small;
	line-height:1.4em;
}
#right_column2 #right_column2_inner dl{
	margin:0;
	padding:0;
	border:0;
	font-size:small;
	line-height:1.5em;
	float: left;
	width: 660px;
	clear: both;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
#right_column2 #right_column2_inner dl dt{
	margin:0;
	padding:3px;
	border:0;
	float:left;
	border-bottom:1px solid #ccc;
}
#right_column2 #right_column2_inner dl dd{
	margin:0;
	padding:3px;
	border:0;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
#right_column2 table{
	border-width:0px;
}




/*06:footer set-------------------------------*/

#footer1{
	width:1000px;
	margin:0;
	padding:0;
	float:left;
	border-top:1px solid #969696;
}
#footer1 #footer_nav{
	margin:3px 0 0 3px;
	padding:0;
	float:left;
}
#footer1 #copy{
	margin:3px 3px 0 0;
	padding:0;
	float:right;
}

#footer2{
	width:1000px;
	margin:0;
	padding:0;
	float:left;
}
#footer2 #footer_nav{
	margin:3px 0 0 3px;
	padding:0;
	float:left;
}
#footer2 #copy{
	margin:3px 3px 0 0;
	padding:0;
	float:right;
}

.btn{
	margin:0 3px 0 0;
	padding:0;
}

/*07:text set-------------------------------*/
.txt_b_s{
	font-size:small;
	line-height:1.5em;
	color:#000;
}
.txt_b_xs{
	font-size:x-small;
	line-height:1.5em;
	color:#000;
}
.txt_b_10{
	font-size:10px;
	line-height:1.5em;
	color:#000;
}
.txt_b_12px{
	font-size:12px;
	line-height:1.5em;
	color:#000;
}
.txt_b_14px{
	font-size:14px;
	line-height:1.5em;
	color:#000;
}

.txt_g_s{
	font-size:small;
	line-height:1.5em;
	color:#646464;
}
.txt_g_xs{
	font-size:x-small;
	line-height:1.5em;
	color:#646464;
}
.txt_g_10{
	font-size:10px;
	line-height:1.5em;
	color:#646464;
}
.txt_g_12px{
	font-size:12px;
	line-height:1.5em;
	color:#646464;
}
.txt_g_14px{
	font-size:14px;
	line-height:1.5em;
	color:#646464;
}


.txt_w_s{
	font-size:small;
	line-height:1.5em;
	color:#ffffff;
}
.txt_w_xs{
	font-size:x-small;
	line-height:1.5em;
	color:#ffffff;
}
.txt_w_10{
	font-size:10px;
	line-height:1.5em;
	color:#ffffff;
}
.txt_w_12px{
	font-size:12px;
	line-height:1.5em;
	color:#ffffff;
}
.txt_w_14px{
	font-size:14px;
	line-height:1.5em;
	color:#ffffff;
}
.talc{
	text-align: center;
}

/*08:table set-------------------------------*/
.a_table{
	font-size:small;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}
.a_table tr td, .a_table tr th{
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}
.b_table{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}
.b_table tr td, .b_table tr th{
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}
.b_table tr th{
	font-size:small;
}
.b_table tr td{
	font-size:x-small;
}

.c_table{
	margin:0 0 25px 0;
	width:1000px;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}
.d_table{
	margin:14px auto 0 auto;
	width:970px;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
}
.c_table tr td, .c_table tr th, .d_table tr td, .d_table tr th{
	margin:0;
	padding:2px;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}
.c_table tr td, .c_table tr th, .d_table tr td, .d_table tr th{
	font-size:small;
	text-align:center;
}
.c_table tr th, .d_table tr th{
	background-color:#ffffcc;
}


.e_table {
	background-color: #EBEBEB;
	border-top:0px !important;
	border-left:0px !important;
}
.e_table tr th{
	background-color: #EBEBEB;
	border-bottom:0px !important;
	border-right:0px !important;
	font-size:small;
	line-height:1.5em;
	padding:5px !important;
}
.e_table tr td{
	background-color: #ffffff;
	border-bottom:0px !important;
	border-right:0px !important;
	font-size:small;
	line-height:1.5em;
	padding:20px !important;
}

.f_table{
	margin:20px 0 2px 0 !important;
}



/*09:text position set-------------------------------*/

#imagePos{
	margin:0;
	padding:0;
	border:0;
	position:absolute;
}
#imagePos p{
	font-size:small;
	padding:0;
	border:0;
	position:relative;
	top:-40px;
	left:-10px;
	text-align:right;
}

/*10:margin set-------------------------------*/

.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}
.ml25{
	margin-left:25px;
}
.ml75{
	margin-left:75px;
}
.ml30{
	margin-left:30px;
}
.ml40{
	margin-left:40px;
}
.ml50{
	margin-left:50px;
}
.ml75{
	margin-left:75px;
}

.mt10{
	margin-top:10px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}
.mb80{
	margin-bottom:80px;
}
.mb100{
	margin-bottom:100px;
}
.mb130{
	margin-bottom:130px;
}
.mb150{
	margin-bottom:150px;
}



/*11:attention set-------------------------------*/

#attention{
	margin:0;
	padding:30px 50px 50px 50px;
}
#attention h2{
	margin:0 0 25px 0;
	padding:0 0 3px 0;
	font-size:medium;
	line-height:1em;
	border-bottom:1px dashed #666;
}
#attention h3{
	margin:30px 0 5px 50px;
	padding:0;
	font-size:small;
	line-height:1em;
}
#attention p{
	margin:0 0 10px 75px;
	padding:0;
	font-size:small;
	line-height:1.5em;
}
#attention ul{
	margin:0;
	padding:0;
	list-style:square;
}
#attention ul li{
	margin:0 0 10px 75px;
	_margin:0 0 10px 35px;
	padding:0;
	font-size:small;
	line-height:1.5em;
}
#attention dl{
	margin:0;
	padding:0;
	font-size:small;
}
#attention dl dt, #attention dl dd{
	margin:0;
	padding:2px;
}
#attention a{
	font-size:small;
	line-height:1em;
	margin:0;
	padding:0 0 0 15px;
	background:#fff url("../images/mark_triangle_02.gif") no-repeat 0px 2px;
}
#attention a:link{
	color:#0000AA;
	text-decoration:underline;
}
#attention a:hover, #attention a.a:visited:hover{
	color:#6666FF;
	text-decoration:underline;
	background:#fff url("../images/mark_triangle_02.gif") no-repeat 0px 2px;
}
#attention a:visited{
	color:#0000AA;
	text-decoration:underline;
}

/*12:width set-------------------------------*/

.w10{width:10px;}
.w25{width:25px;}
.w50{width:50px;}
.w75{width:75px;}
.w100{width:100px;}
.w125{width:125px;}
.w150{width:150px;}
.w160{width:160px;}
.w175{width:175px;}
.w200{width:200px;}
.w225{width:225px;}
.w250{width:250px;}
.w275{width:275px;}
.w300{width:300px;}
.w325{width:325px;}
.w350{width:350px;}
.w375{width:375px;}
.w400{width:400px;}
.w425{width:425px;}
.w450{width:450px;}
.w475{width:475px;}
.w500{width:500px;}
.w550{width:550px;}
.w600{width:600px;}
.w650{width:650px;}
.w700{width:700px;}




/*13:content set-------------------------------*/

#content{
	margin:0;
	padding:0;
}
#sakuin{
	position: relative;
	margin: auto;
	background: #000;
}
#sakuin ul{
	width: 1000px;
	height: 80px;
	background:#000 url("/images/header_01.jpg") no-repeat 0px 2px;
}
#sakuin h1{
	width: 1000px;
	height: 80px;
	margin: 0;
	background:#000 url("/images/header_logo_glaze.jpg") no-repeat 0px 2px;
	text-indent: -9999px;
}
#sakuin li{
	margin: 0;
	float: left;
	list-style: none;
}
#sakuin table{
	background:#000;
}
#sakuinform{
	width: 1000px;
	margin: 0;
	float: left;
	color: #EEEEEE;
	font-size:x-small;
	line-height:2em;
}
#sakuinform td{
	background:url("/images/touka.gif") repeat 0px 0px;
	color:#EEE;
	font-size:small;
}
#sakuin a:link{
	color:#EEE;
	text-decoration:none;
}
#sakuin a:hover{
	color:#FFF;
	text-decoration:underline;
}
#sakuin a:visited{
	color:#EEE;
	text-decoration:none;
}

#content h3{
	margin:0 0 5px 0;
	padding:0 0 1px 0;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	background-color:#eee;
	font-size:small;
	line-height:1.5em;
	color:#333;
}

#content table{
	margin:20px 0 20px 0;
	padding:0;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	font-size:small;
}
#content table tr td{
	margin:0;
	padding:3px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#content table tr th{
	margin:0;
	padding:3px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#efefef;
	text-align:left;
	font-weight:normal;
}


#content ul{
	margin:0;
	padding:0 0 0 2em;
	border:0;
	font-size:small;
	line-height:1.4em;
	list-style-type:square;
}

#content ul li{
	margin:0 0 10px 0;
	padding:0;
	border:0;
}

#content .column{
	margin:0 0 0px 0;
	padding:0;
	border:0;
	clear: both;
}
#content .column p{
	margin:0 0 1em 0;
	padding:0;
	border:0;
}

#content .float_left{
	float:left;
	margin:0 15px 5px 0;
	padding:0;
	text-align:center;
	font-size:x-small;
	line-height:1.2em;
}
#content .float_right{
	float:right;
	margin:0 0 10px 5px;
	padding:0;
	text-align:center;
	font-size:x-small;
	line-height:1.2em;
}
#content .float_center{
	float:center;
	margin:0 0 0 0;
	padding:0;
	text-align:center;
	font-size:x-small;
	line-height:1.2em;
}


/*14:popmemo set-------------------------------*/

#popmemo{
	margin:0;
	padding:10px 10px 10px 10px;
}
#popmemo h2{
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	font-size:medium;
	line-height:1em;
	border-bottom:1px dashed #666;
}
#popmemo h3{
	margin:15px 0 5px 0;
	padding:0;
	font-size:small;
	line-height:1em;
}
#popmemo p{
	margin:0 0 10px 0px;
	padding:0;
	font-size:small;
	line-height:1.5em;
}

#popmemo a{
	font-size:small;
	line-height:1em;
	margin:0;
	padding:0 0 0 15px;
	background:#fff url("../images/mark_triangle_02.gif") no-repeat 0px 2px;
}
#popmemo a:link{
	color:#0000AA;
	text-decoration:underline;
}
#popmemo a:hover, #attention a.a:visited:hover{
	color:#6666FF;
	text-decoration:underline;
	background:#fff url("../images/mark_triangle_02.gif") no-repeat 1px 2px;
}
#sakuin1{
	position: relative;
	margin: auto;
	width: 800px;
	height: 1200px;
	background:#FFF url("../images/sakuinlink1.jpg") no-repeat 0 0;
}
#sakuin2{
	position: relative;
	margin: auto;
	width: 800px;
	height: 1200px;
	background:#FFF url("../images/sakuinlink2.jpg") no-repeat 0 0;
}
#sakuin3{
	position: relative;
	margin: auto;
	width: 800px;
	height: 1200px;
	background:#FFF url("../images/sakuinlink3.jpg") no-repeat 0 0;
}
.fll{
	float: left;
}
.flr{
	float: right;
}
.okuduke{
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
}
.okuduke ul,li{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sakuin{
	float: left;
	margin: 0 0 0 15px;
	padding: 10px 0 5px 0;
	line-height: 2em;
	clear: both;
	width: 630px;
	background-color: #F4F3EA;
	display: inline;
}
* html .sakuin{
	float: left;
	margin: 0;
	padding: 0;
	line-height: 2em;
	clear: both;
	width: 630px;
	background-color: #F4F3EA;
	display: inline;
}
.sakuin li{
	margin: 0 15px 0 5px;
	width: 150px;
	float: right;
	list-style: none;
	border-bottom-width: 0;
	clear: none;
}
.contents_bg{
	background-color: #F4F3EA;
	border-width: 0px;
}

