
/* デフォルトスタイル
---------------------------------------------*/

* {
	margin: 0; 
	padding: 0;
	font-size: 100%;
	font-style: normal;
	list-style: none;
	word-break:break-all;
}


/*
	white-space: -moz-pre-wrap; / Mozilla /
	white-space: -pre-wrap;     / Opera 4-6 /
	white-space: -o-pre-wrap;   / Opera 7 /
	white-space: pre-wrap;      / CSS3 /
	word-break:break-all; //IE
	word-break:keep-all; //IE
	word-wrap: break-word;      // IE 5.5+ 
	overflow:hidden;
	overflow:auto;
*/

body {
	font-size: 75%;
	font-family: verdana, Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", osaka, "メイリオ", meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	margin-top:5px;
}


img {
	border: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
p {
	/* hides MacIE5 \*/
	letter-spacing: 0.05em;
	/* end */
}

/*
div,p,span,table,tr,th,td,h1,h2,h3,h4,h5,h6 {
	word-break: break-all;
}
*/

/* リンクカラー
---------------------------------------------*/
a {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #0099FF;
}

/* 共通
---------------------------------------------*/

html {
	width: 100%;
	background-color: #CCCCCC;
}

html>/**/body html {
	background:url(../img/body_bg.jpg) repeat-x;
}

body {
	width: 100%;
	background:url(../img/body_bg.jpg) repeat-x;
}
#container {
	width: 100%;
	background:url(../img/body_bg.jpg) repeat-x;
	text-align:center;
	margin-top:-10px;
}


html{
	overflow-y:scroll;
	height:100%;
	margin-bottom:1px;
}


/* ヘッダ
---------------------------------------------*/

#header{
	width:980px;
	height:119px;
	text-align:top;
	background:url(../img/header_bg.jpg) no-repeat;
	margin:0 auto;
	text-align:left;
}

/* ミドル
---------------------------------------------*/

#middle{
	background:url(../img/middle_bg.jpg) repeat-y;
	width:980px;
	margin:0 auto;
	margin-top:10px;
	text-align:left;
}

#middle_header{
	background:url(../img/middle_header.jpg) no-repeat;
}

#middle_in{
	padding:15px;
}




/* ミドル ふったー
---------------------------------------------*/

#middle_footer{
	clear:both;
	background:url(../img/middle_footer.jpg) no-repeat;
	width:980px;
	height:45px;
}

#middle_footer .caution{
	margin-left:60px;
}


/* フッター
---------------------------------------------*/

#footer{
	color:white;
	font-weight:bold;
}

#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:visited {
	color: white;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}



/* その他
---------------------------------------------*/

#table_no_border td{
	vertical-align:top;
	padding:10px;
}


#table_no_border .info{
	border:1px solid #DFDFDF;
	width:290px;
	padding:10px;
	margin-bottom:10px;
}

#table_no_border img{
	margin:5px;
}


.title{
	font-weight:bold;
	font-size:150%;
}


#flash{
	float:right;
	padding-right:20px;
	padding-top:35px;
}