/*サイト内共通スタイル*/
body{
	font-size	:11pt;
	margin		:0px;
	padding		:0px;
}


div#external_wrap{
	text-align			:center;
	float				:none;
	background-color	:#eeeeff;
}



div#internal_wrap{
	background-color	:#ffffff;
	border-color		:#bbbbbb;
	border-style		:solid;
	border-width		:0px;
	border-left-width	:1px;
	border-right-width	:1px;
	float				:none;
	height				:auto;
	margin-left			:auto;
	margin-right		:auto;
	text-align			:left;
	width				:800px;
}


div#header{
	float				:none;
	width				:800px;
	height				:70px;
	/*background-image	:url("../img/bg_header.jpg");*/
}

div#navi{
	float	:none;
	width	:800px;
}


div#footer{
	float			:none;
	width			:800px;
	margin-bottom	:30px;
}

/*noscriptタグ内*/
div.no_script_notice{
	margin		:10px;
	font-weight	:bold;
	color		:#008844;
	text-align	:center;
}

/*パンくずリスト*/
div#site_path{
	float			:none;
	width			:790px;
	margin-right	:10px;
	margin-top		:10px;
	text-align		:right;
}

img{
	border-style:none;
}

/*リンク全般*/
a{
	color	:#338866;
}
a:hover{color:#cc8833;}
