﻿/*----------------------------------------------------base*/

*{margin:0;padding:0;font-size:small;}
body{text-align:center;line-height:130%;}
#container{margin:10px auto;text-align:left;width:769px;}
#header{
	width:100%;
	height:104px;
	padding-top:76px;
	background:url(../img/header.jpg) center top no-repeat;
}
h1 a,h2 a{display:block;width:320px;text-indent:-9999px;}
h1 a{height:51px;}
h2 a{height:24px;}
#contents{
	margin-top:10px;
	width:100%;
}
/*----------------------------------------------------common*/
a{text-decoration:none;color:#993333;}
a:hover{text-decoration:underline;color:#00529a;}
img{border:none;}
.clr{clear:both;}
.alnR{text-align:right;}
.alnC{text-align:center;}

.gotop{text-align:right;}
.gotop a{
	padding:0 10px 0 18px;
	background:url(../img/arw_gotop.gif) left center no-repeat;
	color:#5C7E9A;
	font-family:Trebuchet MS;
	font-weight:bold;
}
/*----------------------------------------------------menu*/
#menu .drug img{margin-left:6px;}
#menu ul{list-style-type:none;}
#menu ul li{
	padding:6px 8px;
	background:url(../img/line_menu.gif) center bottom repeat-x;
}
#menu ul li a{
	display:block;
	width:160px;
	padding-left:20px;
	background:url(../img/arw_menu.gif) left 0.2ex no-repeat;
	color:#00529a;
}
#menu{
	float:left;
	width:197px;
	padding-top:9px;
	background:url(../img/menu_head.gif) center top no-repeat;
}
/*----------------------------------------------------main*/
#main{
	float:right;
	width:552px;
}
/*----------------------------------------------------footer*/
#footer{padding:20px 6px;font-family:Trebuchet MS;color:#85847f;}
