/****************************************/
/*--basic setteing                    */
/****************************************/


/*--CSScode setteing-                 
*****************************************/

/*ISO-2022-JP(いわゆるJIS) */
/*@charset "iso-2022-jp"; */

/*Shift_JIS(WindowsやMacではこの文字コードがよく使われます) */
@charset "shift_jis";

/*EUC-JP(UNIX系OSではこの文字コードがよく使われます) */
/*@charset "euc-jp";*/


/*@import "UTF-8";*/


/*--all page setteing--                 
*****************************************/
/* *{zoom: 1;} */ /*added 091228*/

html {
}
body {
	margin: 0px;
	padding: 2px;
	text-align: center;
	font-size: 12px;
	line-height:1.4;
	font-weight: normal;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
}

/*--box setteing             
*****************************************/
div {
	height:auto;
}


/*-table setteing             
*****************************************/
table {
	border-collapse: collapse;
}
tr {
}
td {
	font-size: 12px;
}

/*important characters setteing             
*****************************************/
h1,h5 {
	margin: 0px;
	padding: 0px;
    text-indent:-99999px;
	overflow:hidden;
	font-weight: normal;
	font-size:12px;
}

h2 {
	height:57px;
	margin: 0px;
	font-size:20px;
	background-color:#00CCCC;
	background-repeat:no-repeat;
	padding-left:80px;
	padding-top:27px;
	_padding-top:25px;
	color:#FFFFFF;
	margin-bottom:5px;
	margin-top:-10px;
}

h4 {
	width:530px;
	height:auto;
	float:left;
	font-weight: normal;
	font-size:10px;
	text-align:center;
	margin:0px;
	background:url(../images/selectbg.gif);
	margin-bottom:5px;
	padding:5px 10px;
	margin-right:11px;
	}

	
/*--line height               
*****************************************/
p {
	margin: 0px;
	padding: 2px;
	line-height:1.2;
}


/*-menu setteing          
*****************************************/
ul,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dl {
}
dt {
}
dd {
}

/*--link setteing             
*****************************************/
a:link {
	color: #000099;
	text-decoration:none;
} 
a:visited {
	color: #000099; 
	text-decoration:none;
} 
a:hover {
	color: #DC143C; 
	text-decoration: underline;
} 
a:active {
	color: #DC143C; 
	text-decoration: underline;
}

/*--img setteing              
*****************************************/
img {
	border:none;
}

/*--form setteing             
*****************************************/
form {
	margin:0px;
	padding:0px;
}

input{
}
textarea {
}

/*--object setteing             
*****************************************/




/*--underline setteing              
*****************************************/
hr {
	clear:both;
	border:0px;
	background:url(../images/hr.gif) no-repeat; width:560px; height:5px;
	margin:5px 0px;
	_margin:0px 0px;

}

/*--br setteing             
*****************************************/
br {
}

/*--characters setteing            
*****************************************/

.sml {
	font-size: 10px;
	color: #333333;
	font-weight:normal;
	display:inline;
}


.blue_b {
	font-weight:bold;
	color:#3366FF;
	display:inline;
}

.red {
color:#FF0000;
}

.white {
color:#FFFFFF;
}
/* ------------------------------

clearfix Hack

------------------------------ */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display: inline-block; }

.img_anchor {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

/* Hide Mac IE \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
#webcomLink{
	width: 100%;
	height: 335px;
	text-indent: -9999px;
	overflow: hidden;
	clear: both;
	}
#webcomLink a{
	background-image: url("../images/sf_css_sprite.png");
	background-repeat: no-repeat;
	background-position: 0px -227px;
	width: 570px;
	height: 335px; 
	}
/* #webcomLink a:hover{
	background:url(../images/web_comic_on.jpg) left top no-repeat;
	} */