﻿@charset "UTF-8";

/* ボディに関するCSS
--------------------------------------------------------------------------------*/
	body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	color: #666;
	font-size: 80%;
	line-height: 160%;
        background-image: url(img/bck_top_news.gif);
       
}

/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#wrapper{
        margin-left: auto;
        margin-right: auto;
        width: 780px;
        text-align: left;
        background: url(img/bg.png) repeat-y;
}

#top1{
       width:250px;
       text-align: left;
       margin-right: 5px;
       float:left;
}

#top2{
       width:300px;
       text-align: left;
       margin-right: 5px;
       padding: 15px 15px 1px;
       float:right;
}

#top3{
       width:300px;
       text-align: left;
       margin-right: 5px;
       padding: 15px 15px 1px;
       float:right;
}



#nav {
	line-height: 170%;
	margin:5px 20px;
	list-style:none;	
	float:left;
        text-align: center;	
        
}

#content {
	clear:left;
	width: 740px;
	border: 1px solid #cc3399;
	background-color: #FFF;
	padding: 20px;
	margin-top: 5px;
}

#col1 {
	width:170px;
        margin-right: 5px;
	float:left;
        text-align: left;
}

#col2 {
	width: 555px;
        padding: 7px 5px 5px;
	float: right;
        text-align: left;	
}

/* ヘッダーに関するCSS
--------------------------------------------------------------------------------*/
h1{
	padding: 0px;
	margin: 0px;
}

/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/
#nav li {
	float:left;
	background-color: #f0ffff;
	margin-right: 2px;
	margin-left: 0px;
	border: 1px solid #666666;
        text-align: center;
	width: 125px;
	height:22px;
}

#nav a{
	color: #000;
	display:block;
	width: 125px;
	height:22px;
}

#nav a:hover {
	color: #FFF;
	background-color: #cc3399;
	text-decoration:none;
}

/* contentに関するCSS 
--------------------------------------------------------------------------------*/
img.topkey {
	margin-bottom: 15px;
}

/* col1(menu)に関するCSS 
--------------------------------------------------------------------------------*/
h2 {
	margin: 0px;
}

h3 {
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc3399;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cc3399;
	padding-top: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
        text-align: center;
}

p {
	margin-top: 0px;
}

img.thumb {
	float: left;
	margin-right: 10px;
}

	.mail{
	margin-top: 10px;
 clear: both
}

#menu li{
 list-style-type: none;
 padding-left:1px;
 color: #666666
}

#menu li a{
  background: url(img/hover1.gif) no-repeat;
  padding-left: 18px;
  color: #666666
}

#menu li a:hover{
  background: url(img/hover2.gif) no-repeat ;
  padding-left: 18px;
  color: #cc3399
}





/* col2に関するCSS 
--------------------------------------------------------------------------------*/
h4 {
	font-size: 100%;
	margin-bottom: 3px;
}

#sidebar p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.line {
	width: 100%;
	background-image: url(img/dotline_s.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	height:1px;
	}

#end li{
 float: left;
 list-style-type: none;
 padding-left:20px;
 color: #666666
}

#end li a{
  background: url(img/mark.gif) no-repeat;
  padding-left: 18px;
  color: #666666
}

#end li a:hover{
  background: url(img/bullet.gif) no-repeat ;
  padding-left: 18px;
  color: #cc3399
}



/* フッターに関するCSS
--------------------------------------------------------------------------------*/
#credit {
 clear:both;
	margin-top: 5px;
}


/* リンクに関するCSS
--------------------------------------------------------------------------------*/

a:link {text-decoration:none;

}
a:visited {text-decoration:none;

}
a:hover {text-decoration:none;
 
}


/* タイトルバーに関するCSS
--------------------------------------------------------------------------------*/

.title{
border: 1px solid #999999;
padding: 2px;
}

.title1{
background-image: url(img/title.gif);
background-repeat: repeat-x;
background-position: top;
font-size: 10pt;
padding: 2px 0px 2px 5px;
border-left: 5px solid #000099;
}

