@charset "Shift_JIS";

body {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 0px;
	text-align: center;
}

A:TEXT {
	color: #000000;
	text-decoration: none;
}

A:LINK {
	color: #304090;
	text-decoration: none;
}

A:VISITED {
	color: #304090;
	text-decoration: none;
}

A:HOVER {
	color: #EE7700;
	text-decoration: none;
}

.clear {
	clear: both;
}

.text_bold {
	font-weight: bold;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.text_small {
	font-size: smaller;
}

.text_L {
	font-size: 120%;
}


/* ▼▼▼ 注意書き ▼▼▼ */
	
.notes {
	width: 350px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 250px;
	font-size: 80%;
	font-weight: bold;
	line-height: 140%;
	text-align: left;
}

/* ▼▼▼ 本文 ▼▼▼ */
	
.honbun_box {
	width: 600px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 100%;
	line-height: 150%;
	text-align: left;
}
	


/* ▼▼▼ タイトル１ ▼▼▼ */
	
.title {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 15px;
	text-align: center;
}
	
/* ▼▼▼ タイトル２ ▼▼▼ */

.title2 {
	margin: 20px 0px 10px 0px;
}
	
/* ▼▼▼ タイトル３ ▼▼▼ */

.title3 {
	margin: 10px 0px 20px 0px;
	font-size: 160%;
	line-height: 120%;
	font-weight: bold;
	color: #0066CC;
	text-align: center;
}
	
/* ▼▼▼ タイトル４ ▼▼▼ */

.title4 {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	font-size: 110%;
	font-weight: bold;
	color: #003366;
}
	
/* ▼▼▼ タイトル４四角 ▼▼▼ */

.title4_square {
	color: #0099CC;
}

/* ▼▼▼ 左置き画像 ▼▼▼ */

.left_object {
	float: left;
	margin-right:15px;
}

/* ▼▼▼ 右置き画像 ▼▼▼ */

.right_object {
	float: right;
	margin-top: 13px;
	margin-left:15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
}

/* ▼▼▼ 中央置き画像 ▼▼▼ */

.center_object {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
}

/* ▼▼▼ 本文なし左置き画像 ▼▼▼ */

.img_left_object {
	float: left;
	margin-top: 10px;
	margin-right:15px;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
}

/* ▼▼▼ 本文なし右置き画像 ▼▼▼ */

.img_right_object {
	float: right;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left:15px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
}
