body{
	background:white;
}

/*一般リンク指定*/
a { text-decoration:none;}
a:link {
	color:#000099;
	text-decoration: none;
}
a:visited {
	color:#000099;
	text-decoration: none;
}
a:hover {
	color:red;
	text-decoration: underline;
}

/*活動メニューのロールオーバー指定*/
a.airisover {display:block;	background-image : url(./images/tab_airis1.jpg);}
a:hover.airisover {background-image : url(./images/tab_airis2.jpg);}

a.pasoover {display:block;	background-image : url(./images/tab_paso1.jpg);}
a:hover.pasoover {background-image : url(./images/tab_paso2.jpg);}

a.outover {display:block;	background-image : url(./images/tab_out1.jpg);}
a:hover.outover {background-image : url(./images/tab_out2.jpg);}

a.shugover {display:block;	background-image : url(./images/tab_shug1.jpg);}
a:hover.shugover {background-image : url(./images/tab_shug2.jpg);}

a.shuwover {display:block;	background-image : url(./images/tab_shuw1.jpg);}
a:hover.shuwover {background-image : url(./images/tab_shuw2.jpg);}

/*画像配置指定*/
img.sright {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.2em;
}
img.right {
	float: right;
	margin-left: 2em;
	margin-up: 2em;
	margin-bottom: 2em;
}
img.left {
	float: left;
	margin-right: 2em;
	margin-up: 2em;
	margin-bottom: 2em;
}

/*テーブルレイアウト*/
td.bold {
	font-weight:bold;
}

/*ボックスタイプ*/
div.boxjustify{
	WIDTH:100px;
	TEXT-ALIGN:justify;
	text-justify:distribute-all-lines;
}
div.boxdash{
	BORDER:#bbbbbb 2px dashed;
	PADDING:10px;
	margin:8px;
	TEXT-ALIGN:left;
}
div.boxfull{
	BORDER:#bbbbbb 2px dashed;
	PADDING:20px;
	margin:0px;
	TEXT-ALIGN:left;
	WIDTH:850px;
}
div.boxright{
	float: right;
}
div.boxphoto{
	float: left;
	color:black;
	font-weight:bold;
	font-size:smaller;
	MARGIN:0px;
	PADDING:10px;
	TEXT-ALIGN:center;
	display:block;
}
.photoclear{
	clear: left;
}

div.boxblue{
	color:white;
	font-weight:bold;
	BORDER:#2222FF 1px solid;
	MARGIN:0px;
	PADDING:10px;
	TEXT-ALIGN:left;
	BACKGROUND-COLOR:#4477FF;
}
div.boxgray{
	BORDER:#cccccc 2px dashed;
	MARGIN:0px;
	PADDING:5px;
	TEXT-ALIGN:left;
	BACKGROUND-COLOR:#eeeeee;
}
div.boxwhite{
	MARGIN:5px;
	PADDING:5px;
	TEXT-ALIGN:left;
	BACKGROUND-COLOR:#ffffff;
}
div.right{
	TEXT-ALIGN:right;
}
div.rightsmall{
	TEXT-ALIGN:right;
	font-size:smaller;
}
div.center{
	TEXT-ALIGN:center;
}
strong{
	font-size:xx-large;
	color:red;
}
div.t2{
	font-size:x-large;
}
div.t3{
	font-weight:bold;
}
div.t4{
	color:blue;
	text-align:right;
	font-weight:bold;
}
div.main{
	padding: 0;
}
div.mainmenu{
	padding: 0;
	background-color: #999999;
}
div.footer{
	padding: 0;
	font-size: smaller;
	text-align: center;
}

