/**************************************************************************************************
INITIAL SETTINGSձZֻƥ
**************************************************************************************************/

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	font-style: normal;
}

ul, ol, li  {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*line-height: 1;*/
}

dl, dt, dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

form, fieldset, input, textarea, select, option, label {
	margin: 0px;
	padding: 2px;
}

fieldset, a img {
	border: 0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
	line-height:inherit;
}

table, th, td, th {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

p, pre, address, blockquote, caption, cite, code {
	margin: 0px;
	padding: 0px;
}

pre, code {
	/*font-size: 11px;*/
	font-weight: normal;
	font-style: normal;
}

input,
select,
textarea {
	font-size:inherit;
}

abbr,
acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}

img {
	vertical-align:bottom;
	border:none;
}

optgroup {
	font-style:normal;
	font-weight:bold;
}

button {
	cursor:pointer;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	font-size: 1%;
	line-height: 1%;
}

.clearfix:after{
display:block;
clear:both;
height:0;
visibility:hidden;
content:.;
line-height:0;
}

.clearfix{
display:inline-table;
min-height:1%;
}

/* FOR MAC IE */
* html .clearfix{
height:1%;
}

.clearfix{
display: block;
}

h2{

	margin-top: 20px;
	margin-bottom: 5px;
	}
h3{
	background-image: url(../images/h3_index_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	}
h4{
	background-color: #336699;
	height: 15px;
	padding-top: 3px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 3px;
	font-size: 12px;
	font-weight: normal;
	}

/**************************************************************************************************
GENERAL
**************************************************************************************************/

body{
	margin:0px;
	padding:0px;
	text-align: center;
	line-height: 1.5em;
	color: #333333;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial;

}

*html body {
	font-size: 0.75em;
}

hr, .nodisp{
	display:none;
}

img{
	border:none;
}


.inline {
	display: inline-block;
	float: left;
}
.inline-r {
	display: inline-block;
	float: right;
}
.inline, .inline-r {
	display: inline;
}


/*
Container
**************************************************************************************************/
#Container{
	width: 800px;
	line-height: 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/body_bg.jpg);
	padding-left: 9px;
	padding-right: 7px;
	background-repeat: repeat-y;
	background-position: center top;
	}
/*
header
**************************************************************************************************/	
#header {
	width: 760px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px #CCCCCC solid;
	padding-right: 20px;
	padding-left: 20px;
	}
#header h1{
	width: 400px;
	float: left;
	}		
#HeaderRight{
	width: 360px;
	float: right;
	text-align: right;
	padding-top: 8px;
	}	
/**************************************************************************************************
wrapper
**************************************************************************************************/		
#wrapper{
	clear: both;
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
	}		

#content{
	width: 760px;
	padding-top: 15px;
	padding-bottom: 15px;
	}	
#secondary{
    width: 370px;
	float: left;
	}

#primary{
	width: 370px;
	text-align: left;
	float: right;
	}	

#cont_top {}
#phobox{
	width: 370px;
	padding: 9px;
	border: 1px #CCCCCC solid;
	float: left;
	background-color: #FAFAFA;
	height: 288px;
	}
#info{
	width: 340px;
	float: right;
	background-color: #FFF2DF;
	padding: 10px;
	height: 288px;
	}
#info p {
	margin-bottom: 25px;
}
#photo {
	height: 225px;
	width: 370px;
	margin-bottom: 10px;
}		
#navi{
	width: 370px;
	height: 53px;
	}
#navi ul{
    }
#navi ul li{
	float: left;
	}
#navi .n01{
    width: 85px;
	margin-right: 10px;
	}				
#navi .n02{
    width: 85px;
	margin-right: 10px;
	}
#navi .n03{
    width: 85px;
	margin-right: 10px;
	}										

#partner {
	padding-top: 10px;
}

/**************************************************************************************************
Footer
**************************************************************************************************/		
#Footer {
	text-align: left;
	clear: both;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}  	
.copyright {
	text-align: right;
	font-size: 11px;
}	
