@charset "UTF-8";



/*= Base Color ==================================

background(default) : #b0c4de
text(default) : #000000
text(a:link) : 
text(a:hover) : 
border(default) : 

===============================================*/

/*= Contents ====================================

1. Default Reset
2. Base TAG
3. Base Link Color Setting
4. Header
5. Footer
6. Contents
 6-1. Main
 6-2. Sub

===============================================*/

/*-----------------------------------------------
 1. Default Reset
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

/*-----------------------------------------------
 2. Base TAG
-----------------------------------------------*/

body {
	background: #F0FFFF;
	font-family:
		Verdana,
		Arial,
		Meiryo,
		"Hiragino Kaku Gothic Pro",
		Osaka,
		"MS P Gothic",
		sans-serif;
	color: #000;
	line-height: 1.6;
	font-size: 12px;
}


p {
	margin: 0 0 1em;
}

li {
	list-style: none;
	line-height: 1.3;
}

img {
	border: none ;
}



textarea,select,input {
	font-family:
		Verdana,
		Arial,
		Meiryo,
		"Hiragino Kaku Gothic Pro",
		Osaka,
		"MS P Gothic",
		sans-serif;
	font-size: 100%;
}

hr {
	display: none;
}

h1{
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-weight: 700;
	line-height:normal;
}

h2{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight:normal;
	line-height:normal;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}



/*-----------------------------------------------
 3. Base Link Color Setting
-----------------------------------------------*/

a {
	color:#0033cc;
	text-decoration: none;
}

a:hover {
	color: #6495ED;
	text-decoration: none;
}



/*-----------------------------------------------
 6. Contents
-----------------------------------------------*/


#container {
	font-size: 12px ;
	width: 850px ;
	background-color: #FFF;
	text-align: left ;
	border-left: #6495ED solid 1px;
	border-right: #6495ED solid 1px;
	margin: 0 auto ;
}



/*-----------------------------------------------
 6-1. header
-----------------------------------------------*/

#banner {
	height: 190px ;
}




/* ================================================
◆◇　きほんれいあうと
================================================*/


#content{
	width:649px;
	float:right;
	text-align:left;
	margin:0 ;
	padding-top:10px ;
	border-left:1px solid #6495ED;
}


#right {
	width:200px;
	float:right;
	text-align:left;
	margin:0 ;
	padding-top:5px ;
}



#copyright {
	background:#6495ED bottom;
	clear:both;
	width: 830px ;
	font-size:11px;
	color:#fff;
	line-height:16px;
	text-align:center;
	padding:10px;
}






/* ================================================
◆◇　コンテンツ
================================================*/

.content-news{
	width:608px;
	margin:0 9px 10px;
	padding:5px 10px;
	border-left:1px solid #A9A9A9;
	border-right:1px solid #A9A9A9;
	border-bottom:1px solid #A9A9A9;
}


.content-main{
	width:610px;
	margin:5px 19px 20px;
}


.content-left{
	width:310px;
	margin-left:9px;
	float:left;
}

.content-right{
	width:310px;
	margin-right:9px;
	float:right;
}

.portal{
	width:294px;
	margin-bottom:10px;
	padding:5px 7px;
	border-left:1px solid #6495ED;
	border-right:1px solid #6495ED;
	border-bottom:1px solid #6495ED;
}


.blog {
	width:294px;
	margin-bottom:10px;
	padding:5px 7px;
	border:1px solid #6495ED;
}



/* ================================================
◆◇　その他
================================================*/

img.topics{
	margin-right:5px;
	float:left;
}

img.ban{
margin-top: 5px ;
}


/* ================================================
◆◇　システム
================================================*/



table{
border-collapse:collapse;
}

th{
width:120px;
border:1px solid;
text-align:center;
padding:3px 5px;
}

td{
width:400px;
border:1px solid;
padding:3px 5px;
}



/*-----------------------------------------------
 6. Contents
-----------------------------------------------*/

.big{
font-weight:700;
}