@charset "utf-8";

/* =============================================================
	Information
	info	:その他各要素の設定
================================================================*/

/* @group サイト基本設定 */

/*リンクカラーなど*/

	a:link {
		color:#004a94;
		text-decoration:underline;
	}

	a:visited {
		color:#004a94;
		text-decoration:underline;
	}

	a:hover {
		text-decoration:underline;
	}

	a:active {
		text-decoration:underline;
	}

/*汎用設定*/

	.imgR {
		float: right;
		margin: 0 0 10px 10px;
	}

	.imgL {
		float: left;
		margin: 0 10px 10px 0;
	}

	.btn-top {
		clear: both;
		text-align: right;
		display:block;
	}

/*clearfix*/

	div,ul,dl {
	    zoom:1;/*for IE 5.5-7*/
	}


	div:after,ul:after,dl:after {/*for modern browser*/
	    content:".";
	    display: block;
	    height:0px;
	    clear:both;
	    visibility:hidden;
	}



/* @end */

/* @group コンテンツ部基本設定 */
	#wrapper {
		width: 910px;
		margin: 0;
		text-align: left;
		background-color:#fff;
		padding:0;
	}
	
	#header {
		width:720px;
		height:480px;
		padding:0;
		margin-bottom:20px;
	}
	
	#sub {
		width:180px;
		float:right;
		margin:0;
		padding:0;
	}
	
	#contents {
		width:720px;
		float:left;
	}
	
	#footer {
		margin-top:30px;
		background-color:#fff;
		padding:20px 0;
		width:720px;
		color:#333;
		border-top:1px dotted #ccc;
		text-align:center;
	}
	
	div.pagetop {
		text-align:right;
		padding-top:50px;
	}



/* @end */