/********************　レイアウト設定　********************/
*{
	margin: 0;
	padding: 0;
}
body{
	background: #eee;
	text-align: center;
}
#container{
	width: 700px;
	background: url(../img/bg.jpg) repeat center;
	text-align: left;
	margin: 0 auto;
	color: #333;
    padding: 0 10px;
}
#contents{
	text-align: left;
    width: 550px;
    padding: 10px 5px 10px 10px;
    line-height: 150%;
    float: right;
    border-left: 1px solid #ccc;
}
#main_menu{
    width: 120px;
    float: left;
}
#footer{
	clear: both;
    width: 700px;
    height: 57px;
	background: url(../img/footer_bg.jpg);
}
.br_clear{
	clear: both;
}

/********************　共通フォント設定　********************/
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
    color: #333;
}
a:focus {
	-moz-outline-style: none; 
}
h1,ul,li,p,a{
	color: #333;
    font-size: 12px;
    font-family: Verdana, Chicago, sans-serif;
    font-weight: normal;
}
img{
	border: 0;
}
h2{
	text-indent: -5000px;
    height: 30px;
    width: 550px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 2px;
    background-position: center;
}
h3{
	font-size: 18px;
    margin-bottom: 5px;
    text-indent: 25px;
    height: 30px;
	line-height: 30px;
    font-family: Verdana, Chicago, sans-serif;
}
h4,h5,h6,table,tr,dl{
    font-family: Verdana, Chicago, sans-serif;
}

/********************　ヘッダ−設定　********************/
#header{
	background: url('../img/main2.jpg') no-repeat;
    width: 700px;
    height: 180px;
    position: relative;
}
#header h1{
	font-size: 0px;
	background-image: url('../img/shadow.jpg');
	position: absolute;
    width: 145px;
    height: 93px;
    top: 95px;
    left: 393px;
    color: #4e9fe1;
}
#rute{
	float: right;
    margin-top: 121px;
    padding-right: 5px;
    color: #333;
    font-size: 12px;
    text-align: right;
    line-height: 150%;
    font-family: Verdana, Chicago, sans-serif;
}
#rute a{
	color: #333;
    font-size: 12px;
}
#header p{
	font-size: 16px;
    color: #333;
    margin: 10px;
    float: right;
}

/********************　メニュー設定　********************/
ul#menu{
    list-style: none;
	width: 0px;
    margin: 5px 0 5px 5px;
    padding: 5px 0 15px 0;
}
ul#menu li{
    margin-bottom: 5px;
}
ul#menu a{
    display: block;
    width: 115px;
    height: 30px;
    text-indent: -1000px;
    background-image: url(../img/menu.jpg);
    overflow: hidden;
}
a.top{
    background-position:0px 0px;
}
a:hover.top{
    background-position:0px -30px;
}
a.biz{
    background-position:-115px 0px;
}
a:hover.biz{
    background-position:-115px -30px;
}
a.us{
    background-position:-230px 0px;
}
a:hover.us{
    background-position:-230px -30px;
}
a.ric{
    background-position:-345px 0px;
}
a:hover.ric{
    background-position:-345px -30px;
}
a.cont{
    background-position:-460px 0px;
}
a:hover.cont{
    background-position:-460px -30px;
}
a.pri{
    background-position:-575px 0px;
}
a:hover.pri{
    background-position:-575px -30px;
}


/********************　サブメニュー設定　********************/
#sub_menu{
	margin-left: 35px;
    padding-bottom: 20px;
}
#sub_menu li{
	list-style-position: outside;
    margin-bottom: 5px;
    width: 65px;
}
ul#sub_menu a{
	display: block;
    width: 84px;
    height: 15px;
	background: none;
    text-indent: 0;
    margin-bottom: 5px;
}
ul.sub_menu a{
	display: block;
    width: 84px;
    height: 15px;
    background: none;
    text-indent: 0;
    margin-bottom: 5px;
}

/********************　フッター設定　********************/
#footer p{
	float: right;
    font-size: 10px;
    color: #eee;
    margin-right: 10px;
    margin-top: 13px;
    width: 300px;
}
#footer ul{
	float: left;
	padding: 10px 0 0 10px;
    height: 30px;
}
#footer li{
	display: inline;
    font-size: 12px;
    color: #fff;
}
#footer a{
	color: #fff;
}


/********************　表設定　********************/
table{
	table-layout: fixed;
	border-collapse: separate;
    font-size: 12px;
}
td{
	vertical-align: top;
    padding: 5px 5px 5px 10px;
	background-color: #eee;
}
.left_td{
	background-color: #ccc;
}
