﻿@charset "UTF-8";

/* タイトルバーに関する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;
}


/* ヘッダーに関するCSS
--------------------------------------------------------------------------------*/
h1{
	padding: 0px;
	margin: 0px;
}


/* ボディに関するCSS
--------------------------------------------------------------------------------*/
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	color: #666;
	font-size: 80%;
	line-height: 160%;
	background-image: url(img/back_base.gif);       
}


/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    text-align: left;
}

#top1{
    margin-right: 5px;
}

#top2{
    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;
}

#content {
	clear: both;
	width: 800px;
	border: 1px solid #cc3399;
	background-color: #FFF;
	padding: 20px;
	margin-top: 5px;
}

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

#col2 {
	width: 600px;
	margin-top: -12px;
    	padding: 7px 5px 5px;
	float: right;
	text-align: left;	
}

#p{
	width: 150px;
	height:auto;
}


/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/
#nav {
	line-height: 170%;
	margin:5px 20px;
	list-style:none;	
	float:left;
	font-size: 135%;	    
}

#nav li {
	display:block;
	vertical-align:middle;
	float:left;
	background-color: #f0ffff;
	margin-right: 2px;
	margin-left: 0px;
	border: 1px solid #666666;
}

#nav a{
	display:block;
	vertical-align:middle;
	font-size: 100%;
	color: #000;
	width: 115px;
	height:35px;
}

#nav a:hover {
	color: #FFF;
	background-color: #cc3399;
	text-decoration:none;
}

/* contentに関するCSS 
--------------------------------------------------------------------------------*/
img.topkey {
	margin-bottom: 15px;
}

/* col1(menu)に関するCSS 
--------------------------------------------------------------------------------*/
h2 {
	margin: 0px;
	font-size: 150%;
	right:auto
}

h3 {
	font-size: 130%;
	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: left;
}

p {
	margin-top: 0px;
}

img.thumb {
	float: left;
	margin-right: 10px;
}

	
#menu li{
	list-style-type: none;
	padding-left:1px;
	color: #666666
}

#menu li a{
	display:block;
	vertical-align:middle;
	background: url(img/hover1.gif) no-repeat;
	font-size: 140%;
	padding-left: 18px;
	color: #666666
}

#menu li a:hover{
	background: url(img/hover2.gif) no-repeat ;
	color: #cc3399
}

/* col2に関するCSS 
--------------------------------------------------------------------------------*/
h4 {
	font-size: 100%;
	margin-bottom: 3px;
}

.wide {
	line-height: 250%
}

#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
}

.mail{
	margin-top: 10px;
	clear: both
}


/* フッターに関するCSS
--------------------------------------------------------------------------------*/
#credit {
	clear:both;
	margin-top: 5px;
}


/* リンクに関するCSS
--------------------------------------------------------------------------------*/

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}