﻿/* ページの基本デザイン用CSS　*/

body{
	font-family:"メイリオ", Meiryo," MS P ゴシック", Osaka, sans-serif;
	color: #666666;
	margin: 0px;
	padding:0px;
	}


h1{
	text-align:right;
	font-family: Arigl, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: normal;
	letter-spacing: 10px;
	margin: 0px;
	}

h2{
	font-size: 100%;
	padding-left: 5px;
	margin-top: 1.5em;
	margin-bottom: 2px;
	}

h3{
	color: #ccff99;
	font-size: 90%;
	padding-left: 5px;
	margin: 0.5em 0px;
	clear: both;
	}

h4{
	color: #9f7775;
	font-family: Arigl, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	letter-spacing: 3px;
	padding-left: 5px;
	margin:20px 5px 4px;
	clear:both;
	}

h4 img{
	float: none;
	margin:5px 30px;
	border: none;
	}

h4 a{
	font-weight:normal;
	}

	

p{
	font-size: 100%;
	line-height: 150%;
	}

address{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align: center;
	padding-top: 5px;
	}

p img{
	float: left;
	margin:5px 30px;
	border: none;
	}

#path{
	text-align:right;
	margin:0px;
}

a{
	color: #fa8042;
	text-decoration: none;
	font-weight: bold;
	}

h1 a{
	color: #ffffff
	font-weight: normal;
	}

#header{
	background-color: #ffffcc;
	background-image: url(../title.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 120px;
	}

#side h2{
	font-size: 100%;
	font-family: Arial, Helbetica, sans-serif;
	border-left:none;
	padding-left:0px;
	letter-spacing: 5px;
	}

#side h2 a{
	color:#666666;
	font-weight:normal;
	font-size:100%;
	}

#side ul{
	font-size: 80%;
	margin: 0px;
	padding-left:15px;
	}
	