@charset "shift_jis"; 

/*初期値リセット-----------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
 	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.5;
	font-size:14px;
	color:#4A4A4A;
}

/*タグ---------------------------------------------------------------------------------------*/
body {
	background-color: #ffffff;
	background-image: url(../common_img/bg.gif);
	background-repeat: repeat;
}

h1,h2,h3,h4,h5,h6 {
 font-weight:normal;
}

ul,li {
	list-style:none;
	line-height:200%;
	/*margin-bottom:5px;*/
}

li img	{
	vertical-align:middle;
}
table {
	boreder:0;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
}

a,
a:link,
a:visited {
	color:#990000;
 text-decoration:none;
}

a:hover,
a:active {
	color:#990000;
	text-decoration:underline;
}
hr {
 border:none;
 border-bottom:1px #EFEFEF solid;
 height:1px;
 margin:10px auto;
}

/*汎用クラス---------------------------------------------------------------------------------*/
.txt10	{
	font-size:10px;
}

.txt12	{
	font-size:12px;
}

.txt12red	{
	font-size:12px;
	color:#FF0000;
	font-weight: bold;
}

.txt12orange	{
	font-size:12px;
	color:#ff9900;
}
.center {
	text-align: center;
}

/*マージン系*/
.mt10	{
	margin-top:10px;
}
.mt20	{
	margin-top:20px;
}
.ml20	{
	margin-left:20px;
}

.right	{
	float:right;
	text-align:right;
}

.clear {
	clear:both;
}

/*レイアウト----------------------------------------------------------------------*/
#wrapper {
	width:740px;
	margin:15px auto 0px;
	background:#ffffff url(../common_img/bg.jpg) repeat-x top;
}

/*グローバルメニュー*/
#globalnavi {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	height: 38px;
	background: url(../common_img/navi_back.gif) repeat-x;
}

#globalnavi ul {
  margin: 0px;
  padding: 0px;
}

#globalnavi ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	list-style: none;
}

#globalnavi ul li a {
  margin: 0px;
  padding: 0px;
  display: block;
  height: 38px;
  text-indent: -9999px;
}

#globalnavi ul li#btn01 a {
  background: #FFFFFF url(../common_img/btn01.gif);
  width: 133px;
}

#globalnavi ul li#btn02 a {
  background: #FFFFFF url(../common_img/btn02.gif);
  width: 161px;
}

#globalnavi ul li#btn03 a {
  background: #FFFFFF url(../common_img/btn03.gif);
  width: 147px;
}

#globalnavi ul li#btn01 a:hover, #globalnavi ul li#btn01_on a {
  background: #FFFFFF url(../common_img/btn01.gif) 0px 38px;
  width: 133px;
}

#globalnavi ul li#btn02 a:hover, #globalnavi ul li#btn02_on a {
  background: #FFFFFF url(../common_img/btn02.gif) 0px 38px;
  width: 161px;
}

#globalnavi ul li#btn03 a:hover, #globalnavi ul li#btn03_on a {
  background: #FFFFFF url(../common_img/btn03.gif) 0px 38px;
  width: 147px;
}


/*ヘッダー*/
#header {
	width:740px;
}

/*ページトップへ*/
#pageTop{
	float:right;
	padding: 0px 15px 20px 0px; 
}
#pageTop a {
	background:url(../common_img/i_pageTop.gif) no-repeat 0 0.2em ;
	padding:0 0 0 15px;
	text-decoration: underline;
	font-size:12px;
}

/*フッター*/
#footer {
	clear:both;
	width:716px;
	background:#c0c0c0;
	padding:11px 12px 10px 12px;
}
#footer a {
	color:#717171;
	font-size:12px;
}
#footer #copyright1 {
	float:left;
}
#footer #copyright2 {
	float:right;
}

#footer address {
	font-style: normal;
	color:#717171;
	font-size:12px;
}

