﻿@charset "UTF-8";
/* ボディに関するCSS
--------------------------------------------------------------------------------*/
	body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	color: 00cc66;
	font-size: 80%;
	line-height: 160%;
}

/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#header {
	width: 700px;
	margin-bottom: 10px;
}

#nav {
	line-height: 170%;
	margin:5px 0px;
	padding:0px;
	list-style:none;	
	float:left;	
}


#content {
	clear:left;
	width: 658px;
	border: 1px solid #999;
	background-color: #FFF;
	padding:0px;
	margin-top: 5px;
}

#col1 {
	width:130px;
 margin-right: 15px;
	float:left;	
}
#col2 {
	width:450px;
 margin-right: 15px;
	float:left;	
}
#col3 {
	width:130px;
 margin-right: 15px;
	float:left;	
}
#col4 {
	width:130px;
 margin-right: 15px;
	float:left;	
}
#col5 {
	width:130px;
 margin-right: 15px;
	float:left;	
}
#sidebar {
	width: 190px;
	padding: 7px 15px 15px;
	background-image: url(img/bck_top_news.gif);	
	float: right;	
}

/* ヘッダーに関するCSS
--------------------------------------------------------------------------------*/
h1{
	padding: 0px;
	margin: 0px;
        color: 4682B4;

}


/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/
#nav li {
	float:left;
	background-color: #FAFAFA;
	margin-right: 5px;
	margin-left: 0px;
	border: 1px solid #000;
	text-align: center;
	width: 118px;
	height:22px;
        padding:0px;       
}

#nav a{
	color: #000;
	display:block;
	width: 118px;
	height:22px;
}

#nav a:hover {
	color: #FFF;
	background-color: #666;
	text-decoration:none;
}



/* dropmenuに関するCSS 
--------------------------------------------------------------------------------*/

ul#pulldown-menu a {
        color: #000;
        text-decoration: none;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
        background: #FAFAFA;
}
ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
        background: #666;
}

ul#pulldown-menu li {
        float: left;
        position: relative;
        margin: 0 0 0 5px;        
        width: 118px;
	height:22px;
        padding:0px; 
        list-style:none;	 
}

ul#pulldown-menu li a {
        display: block;
        width: 118px;
	height:22px;             
        text-align: center;
}

/* 下層のメニューを不可視に */
ul#pulldown-menu li ul {
        display: none;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#pulldown-menu li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;

}

ul#pulldown-menu li ul li {
        float: left;
        margin: 0;
        font-weight: normal;
}




/* contentに関するCSS 
--------------------------------------------------------------------------------*/
img.topkey {
	margin-bottom: 15px;
}

/* col1に関するCSS 
--------------------------------------------------------------------------------*/
h2 {
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}

p {
	margin-top: 0px;
}

img.thumb {
	float: left;
	margin-right: 10px;
}
a img {
	border: none;
}
.mail{
	margin-top: 10px;
 clear: both
}




/* sidebarに関するCSS 
--------------------------------------------------------------------------------*/
h3 {
	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;
	}


/* フッターに関するCSS
--------------------------------------------------------------------------------*/

#box1 {
 width: 100px;
 height:45px;
 border:1px dashed green;
 overflow:hidden;
 margin:0px 0px;
 padding:0px 10px;

 color:green;
 position:absolute;
 top:318px;
 left:450px;
	
}
#box2 {
 width: 36px;
 height:18px;
 border:1px dashed green;
 overflow:hidden;
 margin:0px 0px;
 padding:0px 10px;

 color:green;
 position:absolute;
 top:375px;
 left:504px;
	
}

#box3 {
 width: 13px;
 height:13px;
 border:1px dashed green;
 overflow:hidden;
 margin:0px 0px;
 padding:0px 10px;

 color:green;
 position:absolute;
 top:405px;
 left:527px;
	
}
#box4 {
 width: 200px;
 height:80px;
 border:0px solid #000000;
 overflow:scroll;
 margin:0px 0px;
 padding:0px 10px;
scrollbar-face-color:black; 
scrollbar-track-color:black;
scrollbar-arrow-color:black; 
scrollbar-darkshadow-color:black;
color:white;
 position:absolute;
 top:620px;
 left:70px;
	
}


#box5 {
 width: 50px;
 height:50px;
 border:0px dashed green;
 overflow:hidden;
 margin:0px 0px;
 padding:0px 10px;
 
 color:green;
 position:absolute;
 top:222px;
 left:696px;
	
}

#box6 {
 width: 200px;
 height:30px;
 border:0px solid #000000;
 overflow:hidden;
 margin:0px 0px;
 padding:0px 10px;
 position:absolute;
 top:595px;
 left:70px;
 color:white;	
}
/* リンクに関するCSS
--------------------------------------------------------------------------------*/

a:link {text-decoration:none}

a:visited {text-decoration:none}

a:hover {text-decoration:underline}
