﻿@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: 14pt;
	padding: 2px 0px 2px 5px;
	border-left: 5px solid #000099;
}

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


/* ページ構造に関するCSS 

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

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

h3 {
	font-size: 100%;
	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: 120%;
	padding-left: 18px;
	color: #666666
}

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

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}