﻿@charset "UTF-8";



/* ==================================================================



	base.css       土台CSS

	common.css 　　サイト全体に共通するCSS

	print.css　　　印刷用CSS

	

=================================================================== */



@import url(common.css);





/* =================================

   ■ 共通指定

================================== */

/* --------------------------------

   □ 初期化

-------------------------------- */ 

*{

	margin:0;

	padding:0;

	background-color:transparent;

	color:#000000;

	font-size:100%;

	font-weight:normal;

	font-style:normal;

	text-decoration:none;

}

img{

	border:none;

	vertical-align:top;

	margin:0;

	padding:0;

}		

/* --------------------------------

   □ body

-------------------------------- */ 

body{

	background-image:url(../images/tad_bg.gif);

	font-family:Verdana,"ＭＳ Ｐゴシック","Osaka",sans-serif ;

	font-size:75%;

	color:#000000;

}



/* --------------------------------

   □ 大枠

-------------------------------- */ 

div#container{

	width:751px;

	_width:755px;

	background		:	url(../images/background.gif) repeat-y;

}

/* --------------------------------

   □ ヘッダ部

-------------------------------- */ 

div#header{

	background:url(../images/header-back.gif) no-repeat;

	width:751px;

	height:218px;

}



h1 a{

	display:block;

	width:540px;

	height:85px;

	background:url(../images/logo.gif) no-repeat;

}

h2 a{

	display:block;

	width:194px;

	height:54px;

	background:url(../images/top.gif) no-repeat;

}

h2 a:hover{

	display:block;

	width:194px;

	height:54px;

	background:url(../images/top-over.gif) no-repeat;

}

	

/* --------------------------------

   □ メイン

-------------------------------- */

div#main{

	float:left;

	background:url(../images/main-bg.gif) no-repeat;

	width:540px;

	height			:	100%;

}



div.con{

	width			:	500px;

	height			:	100%;

	margin-left		:	17px;

}



#main p{

	margin:10px 0px;

}

/* --------------------------------

   □ 右ナビ

-------------------------------- */

div#right{

	float:left;

	display:block;

	width:194px;

	height:808px;

	background-color:#2373D4;

}	

#side-menu{

	background:url(../images/menu-top-bg.gif) no-repeat;

	height:293px;

}

#side-menu a       {
	color:#FFFFFF;text-decoration:underline;background:none;
}

#side-menu a:hover {
	color:#ffcc33;text-decoration:underline;background:none;
}

		

#tad-menu{

	background:url(../images/tad-menu.gif) no-repeat;

	height:221px;

	width:194px;

	position: relative;

	left: 0px;

}

#tad-menu li{

	width:194px;

	height:44px;

	display:block;

	list-style: none;

}

#tad-menu a{

	text-indent:-9999px;

	text-decoration:none;

	display:block;

	width:194px;

	height:44px;

}

.menu1 {
	background-position: 0px 0px;
}

.menu2 {
	background-position: 0px -44px;
}

.menu3 {
	background-position: 0px -88px;
}

.menu4 {
	background-position: 0px -132px;
}

.menu5 {
	background-position: 0px -176px;
}



.menu1 a:hover {
	background:url(../images/tad-menu.gif) -194px 0px no-repeat;
}

.menu2 a:hover {
	background:url(../images/tad-menu.gif) -194px -44px no-repeat;
} 

.menu3 a:hover {
	background:url(../images/tad-menu.gif) -194px -88px no-repeat;
} 

.menu4 a:hover {
	background:url(../images/tad-menu.gif) -194px -132px no-repeat;
} 

.menu5 a:hover {
	background:url(../images/tad-menu.gif) -194px -176px no-repeat;
} 





#bottom-bg{

	background:url(../images/menu-bottom.gif) no-repeat;

	height:294px;

}

/* --------------------------------

   □ 最右背景

-------------------------------- */

div#r-bg{

	float:left;

	background:url(../images/right-bg.gif) no-repeat;

	width:17px;

	height:808px;

}	

/* --------------------------------

   □ フッタ

-------------------------------- */

div#footer{

	clear:both;

	background:url(../images/copyright.gif) no-repeat;

}

/* --------------------------------

   □ 下部メニュー

-------------------------------- */	

#footmenu{

	list-style-type:none;

	margin:0px 0px 0px 0px;

}

#footmenu li{

	float:left;

	background:url(../images/list_mark.gif) 4px 3px no-repeat;

	padding-left:10px;

	margin-right:5px;

}

#footmenu a{

	text-decoration:underline;

	font-size:10px;

}	




