@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}
li {
list-style: none;
}
a img {
border: none;
}
a {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline blink;
}

a:visited {
	text-decoration: underline;
}
html {
	background: #FFFF00;
}
body {
	margin: 0 auto;
	background: url(../img/back.png) bottom repeat-x #FFF;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
	max-width: 1200px;
}

/*ヘッダ
---------------------------------------------*/
header {
	padding: 0px;
	background-color: #FFFF00;
}
header div {
	margin: 0;
	background:#FFFF00;
}

header h1 {
	color: #333;
	font-size: 0px;
	display: inline;
}
header h2 {
color: #333;
font-size: 20px;
margin-left: 20px;
display: inline;
}
header nav {
	border: 1px solid #000;
	background: #591F48;
	margin:0;
}

header nav li {
float:left;
color: #FFF;
font-size: 14px;
}
header nav ul:after {
content: "";
display: block;
clear: both;
}

header nav li a {
display:block;
padding: 5px 1em;
border-right: 1px solid #000;
color: #FFF;
}
header nav li a:hover {
background: #39001A;
text-decoration: none;
}

/*可変グリッドBOX用の必須設定：幅変更可
---------------------------------------------*/
#grid-content {
overflow: hidden;
height: 0;
}
#grid-content div {
width: 150px;
}
#grid-content div.mid {
width: 200px;
}
#grid-content div.mid_l {
width: 250px;
}
#grid-content div.large {
width: 300px;
}


/*可変グリッドBOX用の設定：あしらいなので好きにしてOKです
---------------------------------------------*/
#grid-content {
margin: 10px 20px 50px 20px;
}
#grid-content div {
	border: 1px solid #591F48;
	background-color: #EFEFEF;
	color: #000;
	margin: 5px 0 10px 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
}
#grid-content div.mid {
}
#grid-content div.mid_l {
}
#grid-content div.large {
}
#grid-content div h3 {
	font-size: 30px;
	float:left;
	line-height: 1.5;
	margin: -0.2em 0.1em -0.1em 0;
	color: #333;
	font-family: "Times New Roman", Times, serif;
}
#grid-content div h3.odd {
	color: #BE2947;
	font-family: "Times New Roman", Times, serif;
}
#grid-content div p {
margin: 0;
padding: 0;
}
#grid-content div img {
float:right;
}

/*footer
---------------------------------------------*/
footer {
	padding: 25px 0 45px;
	background-color: #FFFF00;
	clear: both;
}
footer small {
text-align:center;
display:block;
font-size: 12px;
}
footer small:before,
footer small:after {
content: "―";
margin: 0 0.5em;
}
.clear {
	clear: both;
	line-height: 1.5;
	text-align: left;
}
.caution‎ {
	color: #FF3333;
}
/*--------------------------*/
.red_text_bold {
	font-size: 2em;
	line-height: 1.5;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}.text_small {
	font-size: 0.8em;
}
