@charset "utf-8";

/* －－－－－ トップ用 －－－－－ */

body {
	background-image: url(../images/bg_tmain.jpg);
	}

#container {
	width: 1100px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	}

#head {
	width: 1080px;
	margin: 0px 0px;
	background-image: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px 10px;
	height: 170px;
	}

#foot {
	width: 1080px;
	clear: both;
	margin: 0px;
	padding: 10px 10px;
	background-color: #76A4D3;
	background-image: url(../images/bg_foot.jpg);
	background-repeat: repeat-x;
	height: 85px;
	color: #FFFFFF;
	}

#head #header {
	width: 1080px;
	margin: 0px auto;
	padding: 0px 0px;
	}


#head #hbox {
	width: 320px;
	float: right;
	text-align: right;
	margin-right: 10px;
	}

#head #hbox #gbox {
	width: 220px;
	float: left;
	margin-right: 10px;
	}

#head #hbox ul#hbtn {
	width: 70px;
	float: right;
	display: inline;
	margin-right: 10px;
	}

#head #hbox ul#hbtn li {
	display: inline;
	margin-left: 10px;
	}


#topmain {
	width: 1100px;
	margin: 0px auto;
	overflow: hidden;
	}


#content {
	width: 1100px;
	clear: both;
	margin: 0px 0px 0px 0px;
	}

#TRblock {
	width: 480px;
	float: right;
	margin: 0px 0px 30px 20px;
	}

#TRblock h2 {
	margin: 0px 0px 10px 0px;
	background-image: none;
	}

#TRblock h3 {
	font-weight: bold;
	font-size: 120%;
	color: #669999;
	margin: 10px 5px 5px 5px;
	}

#TRblock p {
	margin: 0px 5px 20px 5px;
	line-height: 140%;
	}



#TLblock {
	width: 600px;
	float: left;
	}

#TLblock #maing {
	margin: 0px 0px 15px 0px;
	}

#TLblock h2 {
	margin: 0px 0px 10px 0px;
	background-image: none;
	}

#TLblock ul {
	margin: 0px 0px 10px 0px;
	line-height: 200%;
	}

#TLblock ul li {
	background-image: url(../images/list01.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	padding: 0px 0px 0px 20px;
	}

#TLblock ul li a {
	text-decoration:none;
	color: #3333CC;
	}

#TLblock ul li a:visited {
	color: #660066;
	text-decoration: none;
	}

#TLblock ul li a:hover {
	text-decoration:underline;
	}

#TLblock ul li a:active {
	color: #336699;
	}

#TLblock p#morenews {
	background-image: url(../images/list02.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 25px 0px;
	}



