@charset "utf-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-attachment: fixed;
	background-image: url(../img/page_back.png);
	background-repeat: repeat-x;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 960px;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	margin-bottom: 15px;

}

/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

.content {
	padding: 10px 0;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

/* ~~ フッター ~~ */
.footer {
	padding: 10px 0;
	background-color: #CCC49F;
}
.photo_box {
	width: 800px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: auto;
	clear: both;
	border: 1px solid #999;
	padding-top: 15px;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container .content p {
	line-height: 1.6em;
	margin-top: 3px;
	margin-bottom: 10px;
}
.font_r {
	text-align: right;
}

.content .photo_box .img_right {
}

.photo_box2 {
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: auto;
	clear: both;
	border: 1px solid #999;
	padding-top: 15px;
}

.photo01 {
	float: left;
	height: 450px;
	width: 350px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	font-size: 12px;
	text-align: center;
	line-height: 1.2em;
}
.container .content .photo_box2 .photo02 img {
	margin-bottom: 10px;
}

.photo02 {
	float: left;
	height: 320px;
	width: 250px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
	font-size: 12px;
	text-align: center;
	line-height: 1.2em;
}
.photo03 {
	float: left;
	height: auto;
	width: 350px;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	font-size: 12px;
	text-align: center;
	line-height: 1.2em;
}
.photo04 {
	float: left;
	height: auto;
	width: 350px;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	font-size: 16px;
	text-align: left;
	line-height: 1.2em;
}

.container .content .photo_box2 .photo03 img {
	margin-bottom: 10px;
}
.container .content .photo_box2 p {
	margin: 0px;
}



.photo_right {
	float: right;
	height: auto;
	width: 250px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
	font-size: 12px;
	text-align: center;
	line-height: 1.2em;
}





.container .footer p {
	font-size: 14px;
	text-align: center;
}
.box_left {
	width: 40%;
	float: left;
	clear: left;
	margin-bottom: 18px;
	margin-left: 110px;
}
.content.clearfix .box_left blockquote {
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 32px;
}

.box_light {
	width: 48%;
	float: right;
	clear: right;
}

.photo_box3 {
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 15px;
	margin-left: 50px;
	clear: both;
	height: auto;
}

.container .content h1 {
	font-size: 24px;
	color: #F00;
}
.container .header a #Insert_logo {
}
.container .content .photo_box .photo01 img {
	margin-bottom: 10px;
}
.container .content h1 {
	font-size: x-large;
	color: #066;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #066;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.center_box {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 30px;
	clear: both;
	font-size: x-large;
}
.center {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 30px;
	clear: both;
}

#under_navi {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 50px;
	padding-right: 15px;
	padding-left: 20px;
}
#under_navi a img {
	float: left;
	margin-right: 5px;
}


a:hover img{
filter: alpha(opacity=70); /*For IE*/
opacity: 0.7; /*Opera・Safari*/
-moz-opacity: 0.7; /*For FireFox*/
}
a img {
    border-style:none;
}#profile {
	font-size: 14px;
	width: 700px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #999;
}
.container .content #profile p {
	margin: 0px;
}
.container .content #profile .img_right {
	clear: right;
	float: right;
	margin-left: 15px;
}
.font_big {
	font-size: 20px;
	font-weight: bold;
}
.center_box table {
	font-size: 14px;
	text-align: center;
}
.center_box table h2 {
	font-size: 18px;
	font-weight: bold;
	background-image: url(../img/sub_back.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
.sample-lines_on_sides {
	color: #181818;
	display: table;
	text-align: center;
	white-space: nowrap;
}
.sample-lines_on_sides:after,
.sample-lines_on_sides:before {
	content: '';
	display: table-cell;
	width: 50%;
	background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
	background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
	-webkit-background-clip: padding;
	background-clip: padding;
}
.sample-lines_on_sides:after { border-left: 1em solid transparent; }
.sample-lines_on_sides:before { border-right: 1em solid transparent; }
