@charset "utf-8";
@import url(command.css);


/*
  Site Name: Osakana-ML
  Author: T.MORIMOTO
*/


/*
===== CONTENTS =============================================================

  1: body（Body要素）
  2: base（レイアウト要素）
  3: link（リンク要素）

============================================================================

/*body -------------------------------------------------------------------*/



body{ /*   body要素  */
	text-align:center;
	margin:0;
	color:#555555;
	padding:0;
	background-color:#fff;
	font-family:Arial, "Arial Black", "Comic Sans MS", Courier, "Courier New", Impact, "Times New Roman", Verdana;
}

html {
	overflow: scroll;
}


/*base -------------------------------------------------------------------*/

#head_01{
	background-image: url(../img/top/back.gif);
	height: 190px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#head_01_in{
	height: 190px;
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#head_02{
	background-image: url(../img/ml/title_back.gif);
	height: 95px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#head_02_in{
	height: 95px;
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#menu_01{
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	clear: both;
	background-image: url(../img/top/back_02.gif);
	height: 82px;
}


#menu_01_in{
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#body_01{
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}



#foot_menu_01{
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	clear: both;
	background-image: url(../img/top/foot_menu_back.gif);
	height: 82px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#foot_menu_01_in{
	padding: 0px;
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#foot_01{
	background-image: url(../img/top/foot_back.gif);
	height: 139px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#foot_01_in{
	height: 139x;
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.koushin_box{
	height: 200px;
	width: 320px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 0.8em;
	overflow: scroll;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #CCC;
}

.koushin_box ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.koushin_box li{
	margin-bottom: 6px;
}


.jouhou_menu{
	text-align: right;
	width: 800px;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


.jouhou_menu ul{
	margin: 0px;
	list-style-type: none;
}

.jouhou_menu li{
	display: inline;
	margin: 0px;
	padding: 0px;
}


/*-------------------
	   フッター
---------------------*/


#footer-100{width:100%;
	clear:both;
	padding:0;
	margin:5px 0 0 0;
	background:url(../img/footer_back.gif) repeat-x 0 0;
	background-color:#D3D3D3;
	}


#footer-100 p.address{
	clear:both;
	font-size:0.8em;
	line-height:130%;
	color:#555555;
	padding:10px 0 0 0;
}

#footer-100 p.copyright{
	font-size:0.8em;
	line-height:130%;
	color:#999999;
	padding:3px 0 30px 0;}
	
	

/*link -------------------------------------------------------------------*/

a:link{text-decoration:none; color:#4271b1 }
a:visited{text-decoration:none; color:#4271b1}
a:active{text-decoration:underline;  } 
a:hover{text-decoration:underline;}




