@charset "UTF-8";

/* ===========================================================================

CSS Information

Update:2010/12/04

01：setting
02：Clear Fix Hack (Float Clear Hack)
03：header
04：gnavi
05:content
06:footer

=========================================================================== */

/*----------------------------------------------------------------------------
	01：framework
----------------------------------------------------------------------------*/
body {
/*background:url(../images/common/bg_stripe.gif);*/
background-color:#FFDDDD;

}
div#wrap {
	background-color:#fff;
	width:850px;
/*background:url(../images/common/bg_shadow.png) repeat-y center;*/
margin:0 auto;
-webkit-box-shadow: 0px 2px 6px 0px #777; /* Safari, Chrome用 */
-moz-box-shadow: 0px 2px 6px 0px #777; /* Firefox用 */
box-shadow: 0px 2px 6px 0px #777; /* CSS3 */
position:relative;
behavior: url(js/PIE.htc);
}


/*----------------------------------------------------------------------------
	02：header
----------------------------------------------------------------------------*/
div#header_outer {
	clear:both;
	background:url(../images/common/header_bg.jpg) no-repeat center;
	height:220px;
}
div#header {
	clear:both;
	background:url(../images/common/header_bg.jpg) no-repeat center;
	width:750px;
	height:220px;
	display:block;
	margin:0 auto;
	position:relative;
}

div#header h1 a{
	text-indent:-9999px;
	display:block;
	width:451px;
	height:111px;
	position:absolute;
	top: 16px;
}
div#header p {
	text-indent:-9999px;
}
/*----------------------------------------------------------------------------
	03：gnavi
----------------------------------------------------------------------------*/
div#gnavi_outer {
	display:block;
	height:53px;
	background:url(../images/common/gnavi_bg.gif) no-repeat top center;
}
div#gnavi {
	margin:0 auto;
	width:750px;	
}

div#gnavi ul {
	display:inline;
}
div#gnavi ul li{
	float:left;
}
div#gnavi ul li a{
	float:left;
	display:block;
	width:150px;
	height:53px;
}

/*----------------------------------------------------------------------------
	04：breadcrumbs
----------------------------------------------------------------------------*/

div#breadcrumbs {
	clear:both;
	width:750px;
	margin:10px 0;
	height:20px;
}
div#breadcrumbs ul {
	display:inline;
}

div#breadcrumbs li{
	float:left;
	
}
div#breadcrumbs li a{
	float:left;
	background:url(../images/common/arrow01.gif) no-repeat right center;
	margin-right:5px;
	padding-right:15px;
}

/*----------------------------------------------------------------------------
	04：main
----------------------------------------------------------------------------*/

div#main {
	width:750px;
	margin:0 auto;

}

div#left_column {
	float:left;
	width:550px;
	margin-right:20px;
}

div#right_column {
	float:right;
	width:180px;
}

div#right_column_top {
	background:url(../images/common/right_column_top_bg.gif) no-repeat ;
	display:block;
	width:180px;
	height:24px;
}

div#right_column_top h3 {
	font-size:110%;
	font-weight:bold;
	color:white;
	text-align:center;
	line-height:24px;
	margin-bottom:10px;
}

div#right_column {
	background:url(../images/common/right_column_middle_bg.gif) repeat-y ;
}

div#right_column_middle p {
	padding:0 10px;
}

div#right_column_middle h3 {
	font-size:110%;
	font-weight:bold;
	color:white;
	margin:10px 0;
	text-align:center;
	line-height:24px;
	background:url(../images/common/right_column_h3_bg.gif) no-repeat ;
	display:block;
	width:180px;
	height:24px;
}

div#right_column_middle h4 {
	text-align:center;
	font-weight:bold;
	font-size:90%;
	border:1px solid #ccc;
	margin:0 5px;
	margin-top:10px;
	background-color:#eee;
}



/*----------------------------------------------------------------------------
	02：text
----------------------------------------------------------------------------*/

h1 {
}
h2 {


}
div#left_column h3 {
	margin-top:20px;
	color:#c70003;
	font-size:140%;
	background:url(../images/common/h3_bg.gif) no-repeat;
	display:block;
	width:550px;
	height:35px;
	line-height:35px;
	padding-top:5px;
	text-indent:10px;
	margin-bottom:10px;

}

h4 {
	font-weight:bold;
	font-size:110%;
}


a {
	color:#333;
}

a:link {
	color:#333;
}

a:visited {
	color:#333;
}

a:hover {
	color:#c70003;
}

a:active {
	color:#333;
}



.dotted_line{
	width:100%;
	border-bottom:1px dotted #ccc;
	font-size:0;
	line-height:0;
	height:0;
}

table.table01{
	border:1px solid #ccc;
	border-collapse:separate;
	width:100%;
}
.table01 th {
	padding:5px;
	color:#333;
	white-space:nowrap;
	border:1px solid #c70003;
	background:url(../images/common/bg_stripe02.gif);
	text-align:center;

	
}


.table01 td {
		padding:5px;
		border-bottom:1px solid #c70003;
		border-right:1px solid #c70003;

}


p.chu{
	margin-left:1em;
	margin-bottom:5px;
	text-indent:-1em;
}

.ul01 {	list-style-type:none;}
.ul01 li{
	line-height:180%;
	padding-left:15px;
	background:url(../images/common/listmark02.gif) no-repeat 0 0.5em;
}



div#news_middle {
	background:url(../images/common/news_middle_bg.gif) repeat-y;
}

div#news_bottom {
	background:url(../images/common/news_bottom_bg.gif) no-repeat;
	display:block;
	width:550px;
	height:10px;
}

/*----------------------------------------------------------------------------
	03：tab
----------------------------------------------------------------------------*/
div#header_upper_outer {
	text-align:center;
	
}
div#header_upper {
	text-align:left;
	width:750px;
	margin:0 auto;
	padding-top:20px;
	display:block;
}

ul#tab {
	display:inline;
}

ul#tab li {
margin-top:5px;
float:left;
margin-right:5px;
}
p#ics_logo {
	float:right;
}

div#subnavi {
	clear:both;
	margin:10px 0;
	width:750px;
}
div#subnavi ul {
	display:inline;
}
div#subnavi ul li {
	background:url(../images/common/list_mark01.gif) no-repeat left center;
	float:right;
	margin-left:15px;
	padding-left:10px;
}

div#page_top {
text-align:right;
height:28px;
width:750px;
margin:0 auto;
}
div#page_top img {
	margin-top:10px;
}

div#breadcrumbs p {
	font-size:90%;
}

/*----------------------------------------------------------------------------
	06：footer
----------------------------------------------------------------------------*/

div#return_top img {
	float:right;
}

div#footer {
	clear:both;
}
div#footer02_inner{
	width:750px;
	height:82px;
	display:block;
	margin:0 auto;
	background:url(../images/common/footer_bg.gif) no-repeat center;

}

div#footer02_inner p {
	text-align:center;
	line-height:36px;
	padding-top:5px;
}


div#footer02{
	clear:both;
	background:url(../images/common/footer_bg.gif) no-repeat center;
	height:82px;
}

div#address {
	width:750px;
	margin:0 auto;
}

address {
	margin-top:10px;
	text-align:center;
	color:#666;
	font-style:normal;
	font-size:80%;
}
	
	
.w350 {
	width:350px;
}

	
.mb07 {
	margin-bottom:7px;
}

.right_logo {
	margin:15px 0;
	text-align:center;
}
