/* CSS Document */

/*基本指定*/


* {
	line-height: 1.5;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin: 0;
	padding:0;
}

	
/*画像指定*/

img{
　　border: none;
}
a img {
    border: none;
}

/* リンク色（ページ全体） */
a { 
	color: #0000ff; 
	text-decoration: 
	underline; 
}

a:hover { 
	color: #ff0000; 
	text-decoration: none;
}

hr{
	color:#CCCCCC;
	margin: 10px 20px;
}

/*文字装飾*/

.shadow { text-shadow: 0 0 25px #ACACAC, 0 0 20px #ACACAC, 0 0 0.40px #ACACAC;}


.emboss {text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6),-1px -1px 1px rgba(255, 255, 255, 0.5);}

.sample {
    width:200px;
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    display:inline;
    text-align:center;
    padding:8px 10px 10px 10px;
    margin:20px 5px 20px 5px;
    color:#fff;
    background-color:#7B68EE;
    border-radius:25px;
    background-image:-moz-linear-gradient(
    top,
    #E6E6FA 50%,
    #7B68EE);
 
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#E6E6FA),
    to(#7B68EE));
}



/*文字色指定*/
.red { color: #ff0000; }
.blue { color: #0000cc; }
.orange { color: #DC143C; }
.green { color: #00CC33; }
.light_b { color: #33CCFF; }
.purple { color: #9370DB; }

/*太文字指定*/
.b { font-weight: bold; }

/*太文字指定*/
.b { font-weight: bold; }

/*フォントの大きさ指定*/

.xx-small { font-size:58% }
.x-small { font-size:69% }
.small { font-size:83% }
.large { font-size:120% }
.x-large { font-size:144% }
.xx-large { font-size:172% }
.xxx-large { font-size:300% }



/*文字装飾*/
.yline { background: #98FB98; }


/*文字列右寄せ*/

.link_r {
	text-align: right;
	margin-right:10px;
}

#content .to-center {text-align:center;}
#content .to-right {text-align:right;}

.float-right {
  margin-bottom:10px;
  margin-left:10px;
  float:right;
  display:inline;
}

.float-left {
  margin-bottom:10px;
  margin-right:10px;
  float:left;
  display:inline;
}






/*画像指定*/

.img_l{
	float:left;
	background:#fff;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15;
}

.img_r{
	float:right;
	padding-left:10px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 15px;
}




/*コンテンツ指定*/

body {
	text-align: center;
	font-size:14px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',	Meiryo,'ＭＳ Ｐゴシック';
	background-image: url(img/bg11_08.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
        margin-right: auto;
	margin-left: auto;
}

#wrapper{
	width:820px;
	background-image: url(img/bg.gif);
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

/**▼ヘッダー*****/

#header{
	width:800px;
	margin:0 auto;
}

#head_img{
	height: 400px;
	background: url(img/top.jpg) no-repeat;
	margin-bottom:30px;
	border-bottom:4px solid #696969;
}

h1{
	font-size:10px;
	font-weight:bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	width: 800px;
	background-color: #696969;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #FFFFFF;
}

h1 a{
	text-decoration:none;
	color:#FFFFFF;
}


/*メイン記事指定*/

h2{
	height: 45px;
	background: url(img/h2.jpg);
	line-height: 45px;
	font-size: 20px;
	font-weight:bold;
	clear:both;
	color: #FFFFFF;
	text-indent: 1.5em;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 20px;
	margin-left: 1px;
	text-align: left;
}

h3{
	height: 45px;
	background: url(img/h2.jpg);
	line-height: 45px;
	font-size: 20px;
	font-weight:bold;
	clear:both;
	color: #FFFFFF;
	text-indent: 1.5em;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 20px;
	margin-left: 1px;
	text-align: left;
}

#content{
	width:760px;
	margin: 0px auto;
	padding-top: 0px 20px;
	text-align: left;
}
#content .inner p {
	background-image: url(img/p_bg3.gif);
}


.inner{
	margin: 10px 15px 20px 15px;
	border: 1px solid #696969;
	padding: 1px 1px 10px 1px ;
}

.inner p{
	background: url(img/p_bg.gif) left bottom;
	margin:0 15px 15px;
	font-size: 14px;
	line-height: 25px;
	text-align:justify;
}

/*フッター*/

#footer{
	text-align: center;
	clear: both;
	overflow:hidden;
}
#footer p {
	margin-right: 30px;
	margin-left: 30px;
	text-align: left;
}


address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	display: block;
	background: #696969;
	font-size: 12px;
	margin: 30px auto 0px auto;
	padding: 5px 0px;
	width: 800px;
}




/**▼フッターリンク*****/

#space{
	margin: 0 15px 15px;
	padding:15px 0;
	font-size:10px;
	border-top:1px #ccc solid;
	clear:both;
	text-align: left;
}







/*ボタン指定*/

.bt_c{
	text-align:center;
	clear:both;
	width: 600px;
	height: 60px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 63px;
	padding-bottom: 10px;
	padding-left: 63px;
}



/*画像指定*/

#fixed_footer{
z-index: 1;
position: fixed;
left: 0;
right: 0;
bottom: 0;
}


/*回り込み解除*/
.c_both{ clear:both;}
