/*------------------全体基本定義-----------------*/

/*-----------標準タグ変更-------------*/
html {
	overflow-x: hidden;
    overflow-y: scroll;
} 
body {
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	font-size: small;
	line-height: 130%;
}
 /*IE7のみ適用*/
 *+html body { padding-left: 1px; }
 /*IE6以前のみ適用*/
 * html body { padding-left: 1px; }
 
p,img,table,ul {
	margin: 0px;
	padding: 0px;
}
blockquote,ol{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
p,table,li {
	font-size: small;
	line-height: 130%;
}

/*------------------コンテンツ枠定義---------------------*/
#container {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display:block;
	overflow:hidden;
}
#container2 {
	padding: 0px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display:block;
	overflow:hidden;
}
/*------------------フッター定義---------------------*/
#footer {
	text-align: center;
	height: 60px;
	width: 800px;
	clear: both;
}

/*------------------見出し定義---------------------*/
.titles {
	height: 51px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left-style: solid;
	border-left-width: 6px;
	border-left-color: #FF0000;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 17px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: none;
}
.titles h1 {
	font-size: 26px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 28px;
}
.titles a {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
	text-decoration: none;
}
.require {
	font-size: smaller;
	font-weight: bold;
	color: #990000;
}
.titles2 {
	height: 46px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left-style: solid;
	border-left-width: 6px;
	border-left-color: #FF0000;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 2px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: none;
}
.titles2 h1 {
	font-size: 18px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
}
.norequire {
    font-size: smaller;
	font-weight: bold;
	color: #999999;
}
