﻿@charset "utf-8";
/* CSS Document */

html {   
    background: #FFF;
    overflow-y:scroll;/*スクロールバーの有無でセンタリング位置がズレる件を解消*/
}

img {border: none;}
h3 {margin:0;}

/* --------------------------------------------link*/  
a:link {   
        text-decoration:none;
        color:#5f96c1;
}   
a:visited {
	text-decoration:none;
	color:#5f96c1;
}   
a:hover {
	text-decoration:none;
	color:#FAA741;
}   
a:active {
	color:#FAA741;
}
/* --------------------------------------------link*/  

body {
	height:100%;
	margin:0;
	padding:0;
	text-align:-moz-center; /*FF*/  
	text-align: center;
	font-family: Verdana,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic","メイリオ", Meiryo, sans-serif;
}

#base {   
	width: 720px;
	margin-left: auto;
	margin-right: auto;   
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	color: #575757;
}

#wrap {
	float:left;
	background-color: #FAF9FF;
	min-height: 100%;
}
#menu {
	float: left;
	width: 120px;
	background-image: url(img/tjs.jpg);
	background-repeat: no-repeat;
}
#menu p {margin:0;}
#main {
	width: 600px;
	border-top: 1px solid #D5D5D5;
	float: left;
	background-color: #FFF;
	min-height: 100%;
}
#topicpath {
	clear:left;
	width: 720px; 
	height:40px; 
	font-size:12px;
	margin:0;
}
#topicpath ul{padding:10px 0 0 10px; margin:0;}
#topicpath ul li {display: inline; list-style: none;}

#foot {
	clear:both;
    	bottom:0px;
    	height:80px;
    	width:100%;
}

.clear {clear: both;}
.mail {color: #FF8000;}
.blue {color:#0080C0;}
.red {color:#FF4D00;}
.orange {color:#FF8300;}
