﻿/****************************************/
/*おまじない
/****************************************/
* { box-sizing : border-box}
* { -moz-box-sizing : border-box}

html, body,  {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, dl, address {
    margin: 0;
    padding: 0;
}

body{
	position: relative;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	background: url("/_images/bg_img.gif");

	color: #222222;

    text-align: center;

	width: 100%;

}

.FloatEnd{
	clear:both;
}
/****************************************/
/*ココまでおまじない
/****************************************/
#shadow_body{
 	background: url("/_images/body_shadow.gif");

	background-position: right;
	background-repeat: repeat-y;

	text-align: center;

	margin: 15px auto;
	width: 810px;
	_width: 816px;
}

#center_body {
	border: 1px solid #cccccc;

	background: #ffffff;

	width: 800px; 
}

#main_body {
	width: 750px;

	margin: 0 auto;
}

/****************************************/
/*header
/****************************************/
#top_title{
	background: #00008A;
	width: 100%;
	height: 17px;
}

#top_title h1{
	float: left;

	padding-top: 2px;
	padding-left: 10px;

	font-size: 70%;
	color: #edffff;
}

#ajima_logo{
	float: left;

	margin-top: 20px;
	margin-bottom: 10px;

	width: 172px;
	height: 51px;
}

#ajima_name_logos{
	float: right;

	margin-bottom: 2px;

	width: 326px;
}

#ajima_name_logos img{
	float: right;
	margin-top: 10px;
}

#contents_body{

	margin-top: 15px;
	padding-top: 10px;

}

#guide_menu{
	width: 750px;
}

#guide_menu a{
	float: left;
}

#guide_menu a:hover{
	filter: alpha(style=0, opacity=80);
}

#cat_img{
	float: left;
}

#comBannerS{
	background: url("/_images/flash_shadow.gif");
	background-repeat: no-repeat;
	background-position: center bottom;

	height: 270px;
}
/****************************************/
/*left_box
/****************************************/
#left_box{
	float: left;
	width: 220px;
}

#ajima_face{
	float: left;
	background: url("/_images/ajima_face.gif") 0 0 no-repeat;

	width: 220px;
	height: 150px;

	_margin-bottom: -125px;
}

#face{
	float: left;

	margin: 55px 0 0 3px;
}
#face a{
	text-decoration: none;
}

#face img{
	width: 77px;
	height: 77px;
	text-decoration: none;
}

#face a img{
	border: none
}

#fukidashi{
	position: relative;
	float: left;

	background: url("/_images/fukidashi.gif") 0 0 no-repeat;

	top: -135px;
	left: 60px; 

	margin-top: 40px;

	width: 148px;
	height: 100px;

	font-size: 80%;
	color: #555555;
}

#fukidashi a{
	text-decoration: none;
	color: #555555;
}

#fukidashi p{
	float: left;

	width: 105px;
	margin: 10px 0 0 35px;
	_margin: 10px 0 0 18px;

	text-align: left;
}

#mobile{
	float: left;

	margin-top: -5px;

	height: 115px;
}

/****************************************/
/*center_box
/****************************************/
#center_box{
	float: left;

	background: url("/_images/news.gif") 0 0 no-repeat;

	padding-top: 40px;

	width: 337px;
	height: 235px;
}

.news_block{
	float: left;

	margin-left: 7px;

	width: 310px;
}

.news_block a{
	display: block;
	float: left;

	text-decoration: none;
	font-size: 100%;
	color: #0000BB;

	cursor: pointer;
}

.news_block a:hover{
	color: #00A550;
}

.news_block strong{
	float: left;
	font-size: 90%;
}

.news_block span{
	float: left;

	margin-left: 10px;

	text-align: left;
	font-size: 90%;
}

.news_block hr{
	float: left;

	margin-top: -3px;
	_margin-top: 5px;
	width: 310px;

	color: #ffffff;

	border-top: 1px dotted #ffbb55;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

#backnumber{
	float: right;

	margin-right: 10px;
}

/****************************************/
/*right_box
/****************************************/

#right_box{
	float: left;

	margin-left: 5px;

	width: 188px;
}

#fast{
	background: url("/_images/fast.gif") 0 0 no-repeat;

	padding-top: 40px;

	width: 188px;
	height: 120px;
}
#fast p{
	margin-top: -5px;
}

#fast hr{

	color: #ffffff;

	border-top: 1px dotted #45bf6c;
	border-bottom: none;
	border-right: none;
	border-left: none;

	margin-top: 3px;
	_margin-top: -5px;

	width: 90%;
}

#banners {
	margin-top: 5px;
}

#banners img{
	margin-top: 5px;
}

/****************************************/
/*footer
/****************************************/

#footer{
	background: #00008A;

	margin-top: 10px;

	width: 100%;
	color: #cccccc;
	font-size: 90%;
}
#footer a{
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover{
	color: #FF6600;
}

#footer img{
	float: left;

	margin-top: 5px;
	margin-left: 45px;
	margin-right: -30px;
}
