* {

	margin: 0;
	
	padding: 0;
	
}

body,table,h1,h2,h3,h4,h5,h6,li,a {

	font-size: 13px;

}

img {
	
	border: 0;

}

ul li {
	
	list-style-type: none;

}

body {

	text-align: center;
	
	margin: 0 auto;
	
	background: url(../img/contents_bg.jpg) repeat-y center top;
	
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;
	
	color: #303030;
	
	font-size: 13px;

}

#war {
	
	text-align: center;
	
	margin: 0 auto;
	
	width: 800px;
	
	padding: 5px 0;
	
}

#header {
	
	text-align: left;
	
}

#side {

	float: left;
	
	width: 160px;
	
	margin: 5px 0;
	
}

#main {

	width: 620px;
		
	float: right;
		
	margin: 5px 0;

}

#footer {

	clear: both;
	
	padding: 10px 0;
	
}

/* --- グローバルナビゲーション --- */

.global_nv {
	
	background: url(../img/bg/global_nv_bg.gif);
	
	border-bottom: 2px solid #eeeeee;
	
	border-top: 2px solid #eeeeee;
	
	margin: 10px 0;
	
	text-align: center;
	
	padding: 5px 0;
	
}

.global_nv li {

	display: inline;
	
	padding: 0 1px;
	
}

.global_navi {
	
	width: 100%;
	
	font-size: 13px;
	
	margin: 10px 0;
	
	background: #ffffff url(../img/bg/hor_menu3_off.gif) repeat-x top;
	
	border-top: 1px solid #cccccc;
	
	border-bottom: 1px solid #cccccc;

}

/* --- サイドナビゲーション --- */

#side p {

	margin: 5px 0;

}

.side_nv {

	width:160px;
	
	margin:10px 0;
	
	border-bottom: 1px solid #e2e2e2;

}

.side_nv li {

	border-bottom: 1px dotted #eeeeee;
	
	background: #f9f9f9 url(../img/icon/arrow_white2.gif) no-repeat left center;
	
	text-align: center;
	
}

.side_nv li a {
	
	display: block;
	
	text-decoration: none;
	
	text-align: left;
	
	padding: 8px 0 8px 13px;
	
	width: 145px !important;
	
	width /**/: 155px;
	
	color: #808080;
	
	font-weight: bold;
	
}

.side_nv .cool li a {

	background: #ffffff url(../img/icon/arrow_blue.gif) no-repeat left center;

}

.side_nv .normal li a {

	background: #ffffff url(../img/icon/arrow_orange2.gif) no-repeat left center;

}

.side_nv li a:hover {

	background: none;
	
	color: #808080;

}

/* --- フッタナビゲーション --- */

.footerNav {
	
	margin-bottom: 10px 0;
	
	padding: 10px 0;
	
	background-color: #eeeeee;
	
	font-size: 80%;
	
}

.footerNav .nl {
	
	margin: 0;
	
	padding: 0;
	
	list-style-type: none;
	
	text-align: center;
	
}

.footerNav .nl li {
	
	margin: 0 4px;
	
	display: inline;
	
}

/* --- トップページ中央コンテンツ --- */

.index_con {

	width: 620px;
	
	text-align: center;
	
	padding: 2px 0;
	
	margin: 10px 0;

}

.index_con .white {

	width: 600px;
	
	background-color: #ffffff;
	
	margin: 5px;
	
	padding: 5px;
	
	text-align: left;

}

.index_con .white .news li{

	margin: 5px;
	
	padding: 6px;
	
	border-bottom: 1px dotted #cccccc;

}

