@charset "shift_jis";


/*----- common -----*/
* {
	margin: 0;
	padding: 0;
}

a img
{
	border: none;
}

/*----- body -----*/
body
{
	background-color: #D4E4E5;
	background-image: url("img/back.jpg"); 
	background-repeat: repeat-x;
	margin: 0px 0px;
	text-align: left;
}

/*----- Main -----*/
div.BoxMain
{
	background-color: #FFFFFF;
	width: 750px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

/*----- Header -----*/
div.BoxHeader
{
	height: 42px;
	width: auto;
	text-align: right;
	border-bottom: 2px #DDDDDD solid;
}
div.BoxCompLogo
{
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}
div.BoxCompName
{
	margin-top: 16px;
	margin-left: 5px;
	float: left;
}
ul.ulComp
{
	float: right;
	*margin-top: 16px;		/*IE6 - 7対応*/
	margin-left: 0px;
	padding-left: 0px;
}
ul.ulComp li
{
	border-right: 1px solid #666;
	display: inline;
	margin-left: 0px;
	_margin-right: 3px;		/*IE6対応*/
	padding-left: 5px;
	padding-right: 5px;
	
}
ul.ulComp li a
{
	position: relative; /* for IE6 */
	text-decoration: none;
}

/*----- Info Disp Zone -----*/
div.BoxInfo
{
	clear: both;
	width: auto;
	text-align: left;
	margin-left: 0px;
}

.BoxInfoBar
{
	clear: both;
	width: auto;
	height: 35px;
	border-bottom: 1px #DDDDDD solid;
	border-left: 1px #DDDDDD solid;
	border-right: 1px #DDDDDD solid;
	background: #FFFFFF url(img/bar_back.jpg) top left repeat-x;
}
.BoxInfoBar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.BoxInfoBar ul li
{
	float: left;
	width: auto;
	_width: 160px;
	background: transparent url(img/bar_back.jpg) top left repeat-x;
}
.BoxInfoBar ul li a
{
	display: block;
	height: 35px;
	text-align: center;
	text-decoration: none;
}
ul.ulInfoBar li a:link
{
	color: #000000;
}
ul.ulInfoBar li a:visited
{
	color: #000000;
}
ul.ulInfoBar li a:hover
{
	color: #2662DF;
}
.BoxInfoBar ul li a span
{
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 35px;
	cursor: pointer;
}
.BoxInfoBar ul li a span.menu_off
{
	background: transparent url(img/bar_back.jpg) top left repeat-x;
}
.BoxInfoBar ul li a span.menu_on
{
	background: transparent url(img/bar_back_select.jpg) top left repeat-x;
}

div.BoxInfoChild
{
	clear: both;
	width: auto;
	min-height: 500px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
	_display: inline;  	/* IE 6でのマージン広がりを回避*/
}

div.BoxMidashi
{
	background-image: url("img/midashi_back.jpg");
	background-repeat: none;
	clear: both;
	width: 750px;
	height: 200px;
	border-top: 2px #81BADE solid;
	border-bottom: 2px #81BADE solid;
}
div.BoxUrizunLogo
{
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}
div.BoxTitle
{
	font-size: large;
	/*position:absolute; */
	margin-left: 30px;
	margin-top: 100px;
}

/*----- Fooder -----*/
div.BoxFooder
{
	clear: both;
	width: auto;
	text-align: left;
	border-top: 2px #DDDDDD solid;
}
ul.ulFooder
{
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
}
ul.ulFooder li
{
	border-right: 1px solid #666;
	display: inline;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
ul.ulFooder li a
{
	position: relative; /* for IE6 */
	text-decoration: none;
}
div.BoxCopyRight
{
	float: right;
	margin-top: 5px;		/*IE6 - 7対応*/
	margin-left: 0px;
	padding-left: 0px;
}

