@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.4;
	overflow: scroll;
	background-image: url(back_shikaku.gif);
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
p       {
	margin-top: 0; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
	font-size: 16px;
	line-height: 135%;
	font-weight: bold;
}
.up_voicetxt {
	padding-bottom: 5px;
	vertical-align: 20%;
	margin-bottom: 10px;
}
.red_big {
	font-size: 32px;
	color: #F00;
	font-weight: bold;
	line-height: 135%;
	text-decoration: underline;
}
.red_big2 {
	font-size: 32px;
	color: #F00;
	font-weight: bold;
	line-height: 135%;
}

.red_price {
	font-size: 32px;
	color: #F00;
	font-weight: bold;
	line-height: 135%;
}
.underline {
	text-decoration: underline;
}

.red {
	color: #F00;
	font-weight: bold;
}


#shosai_area {
	padding-left: 50px;
	margin-top: 15px;
}
#shosai_area p {
	line-height: 120%;
	margin-top: 0px;
	padding-top: 0px;
}
.tume1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.imgleft {
	float: left;
	padding-right: 15px;
}
.imgright {
	float: right;
	padding-left: 5px;
	padding-right: 10px;
}

.prof_txt {
	font-size: 18px;
	line-height: 125%;
}





.mid_big {
	font-size: 25px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 135%;
}
.mid_big2 {
	font-size: 21px;
	font-weight: bold;
	line-height: 135%;
}
.mid_big3 {
	font-size: 21px;
	font-weight: bold;
	line-height: 135%;
	color: #3d6afe;
}
.mid_big4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}



h2 {
	font-size: 32px;
	color: #CC0000;
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	line-height: 36px;
	margin-left: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF0000;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-right: 10px;
}

.black_big {
	font-size: 32px;
	font-weight: bold;
	line-height: 135%;
}



.title {
	padding-top: 25px;
	padding-bottom: 20px;
}
.title_01 {
	padding-top: 10px;
	padding-bottom: 20px;
}


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;
	background-color: #000000;
	margin-right: auto;
	margin-bottom: 45;
	margin-left: auto;
	box-shadow: 2px 2px 10px #aeaeae; /* CSS3 */
	-moz-box-shadow: 2px 2px 10px #aeaeae; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 10px #aeaeae; /* Google Chrome, Safari用*/
	border: 1px solid #999999;
	margin-top: 10px;
}
#main_area {
}
#main_area #waku {
	background-color: #F3F3F3;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
	box-shadow: 2px 2px 10px #aeaeae; /* CSS3 */
	-moz-box-shadow: 2px 2px 10px #aeaeae; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 10px #aeaeae; /* Google Chrome, Safari用*/
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: 45px;
	margin-left: 45px;
	margin-top: 0px;
	margin-bottom: 20px;
}



/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	background-color: #000000;
	color: #CCC;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 6px;
	font-size: 90%;
}
.headimg {
	height: 360px;
	width: 960px;
}


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

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

*/

.content {

	padding: 10px 0;
}

/* ~~ フッター ~~ */
.footer {
	background-color: #000000;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

/* ~~ その他の 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;
}

a img.linkimg{
	background: none!important;
	margin-right: auto;
	margin-left: auto;
}
#center {
	text-align: center;
}

 
a:hover img.linkimg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}
#voice {
	margin-right: 45px;
	margin-left: 45px;
	text-align: center;
	background-color: #F3F3F3;
	line-height: 100%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	vertical-align: middle;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #F7F7F7 0%, #BDBDBD 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #F7F7F7 0%, #BDBDBD 100%);
	/* Opera */ 
background-image: -o-linear-gradient(top, #F7F7F7 0%, #BDBDBD 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F7F7F7), color-stop(1, #BDBDBD));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #F7F7F7 0%, #BDBDBD 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #F7F7F7 0%, #BDBDBD 100%);
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
	box-shadow: 2px 2px 10px #aeaeae; /* CSS3 */
	-moz-box-shadow: 2px 2px 10px #aeaeae; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 10px #aeaeae; /* Google Chrome, Safari用*/
}
#voice p {
	font-size: 24px;
	margin-bottom: 5px;
	padding-bottom: 6px;
	margin-top: 1px;
	padding-top: 1px;
	clear: both;
}
.mid_big_red {
	font-size: 25px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 135%;
	color: #FF0000;
}
