/* レイアウト */

html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し */


h1, h2, h3, h4, h5, h6
{
    margin: 0;
    font-weight: normal;
}


/* リンク色（ページ全体） */


a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }

#header a { color: #336699; text-decoration: none; }
#header a:hover { color: #fff; }

/* ページレイアウト */


body {
    width: 980px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 100%;
    color: #333;
    background: url(img/bg.gif) repeat-x #fff;
    line-height: 1.5;
    font-family: "ＭＳ Ｐゴシック";
    position: relative;
    background:#cccccc;
}


/* ヘッダー（レイアウト） */


#header {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    width: 980px;
    _width: 960px;
    height: 100px;
    text-align: left;
    background: url(img/head.gif) no-repeat center #fff ;
}


/* ヘッダー（サイトタイトル） */


#header h1
{
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
    position:absolute; top: 37px; left: 90px;
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";color: #666;
    
}


#ss
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.25;
    position:absolute; top:5px; left: 10px;
    color: #666;
}


#banner {
    position: relative;
    margin: 0;
    padding: 0;
    width: 750px;
    height: 450px;
    background: url(img/toppu.jpg) ;
	background-repeat:no-repeat;
}


#banner div {
    position: relative;
    margin: 0;
    padding: 20px 5px 10px 160px;
    _padding: 30px 10px 10px 160px;
    width: 750px;
    _width: 750px;
    height: 405px;
    _height: 200px;
    background: url(img/toppu.jpg) ;
	background-repeat:no-repeat;
}


h2 {
    line-height: 40px;
    padding: 15px 15px 15px 40px;
	margin-bottom:20px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
	background:url(img/h2back.gif);
}



#banner p
{
    margin: 0 ;
    padding: 0;
    width: 550px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: normal;

    color: #336699;
    text-align:left;
    letter-spacing: 0;
    background: none ;
    position:absolute; top: 397px; left: 5px;
}


/* メインコンテンツ全体 基本レイアウト*/


#container
{
    position: relative;
    width: 980px;
    _width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    background: #ffffff;
}


#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


/* メインコンテンツ基本レイアウト（記事部分） */


#main
{
    display: inline; /* ie win bugfix */
    position: relative;
    float: right;
    min-height: 1px;
    text-align: left;
    width: 750px;
    margin: 10px 0;
    padding: 10px;
    border-left: 1px solid #ccc;
}

#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* メインコンテンツ基本レイアウト（サイドメニュー） */

#side
{ 
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
    text-align: left;
    width: 200px;
    padding: 0;
    margin: 20px 0 0;
}


/* 記事部分見出し */


.header {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 10px 0;
    line-height: 40px;
    padding: 0 5px 0 20px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
}

.header1 {
    /* ie win (5, 5.5, 6) bugfix */
    margin: 0;
    line-height: 40px;
    padding: 20px 5px 10px 10px;
    font-size: 1.4em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    border-left: 5px solid #ffcc00;
    letter-spacing: 0.4em;
}


.header2 {
    /* ie win (5, 5.5, 6) bugfix */
    width: auto;
    _width: 100%;
    margin: 10px 0 5px;
    line-height: 1.25;
    padding: 0 5px 0 5px;
    font-size: 1.2em;
    font-weight: normal; 
    font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
    text-align: left;
    clear: both;
    border-bottom: 1px dotted #dcdcdc;
    color: #336699;
}

.header a, .header2 a  { text-decoration: none; }


p {
    margin: 15px 0;
    padding: 0;
}

.entry
{
 line-height: 1.5;
 margin: 10px;
 padding-bottom: 10px; 
 border-bottom: 1px dotted #dcdcdc;
}

.box1
{
 _width: 100%;
 margin: 2px 0 10px 0;
 border: 1px dotted #af237b;
 background: #fdf5fa;
 padding: 10px;
}


.content
{
 line-height: 1.5;
 margin: 5px 0;
 padding:  0 0  5px 5px; 
 border-bottom: 1px dotted #dcdcdc;
 font-size: 0.9em;
}


/* フッター */


#footer
{
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    height: 100px;
    text-align: center;
    font-size: 0.9em;
    clear: both;
    background: #555555;
}


#footer p { margin: 0; padding: 0; }

.copy
{ 
    margin: 0;
 padding: 30px 0 0;
    color: #ffffff;
    font-size: 0.9em;
}

.f-navi
{
 text-align: center;
 padding: 10px;
}

/* サイドメニュー内部 */


#side ul
{
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}


#side li
{
    width: 198px; 
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    text-decoration: none;
    color: #ff0000;
	border-left:solid 1px #bdbabd;
	border-right:solid 1px #bdbabd;
    border-bottom: 1px dashed #bdbabd;
}


#side li a
{
    width: auto; 
    _width: 100%; 
    font-size: 0.9em;
    padding: 8px 3px 8px 10px;
    color: #666;
    display: block;
    line-height: 1.5;
    margin: 0px 0 1px;
    text-decoration: none;
    border-left: 5px solid #00ee00;
}


#side li a:hover
{
    color: #cc0000;
    border-left: 5px solid #ff9900;
	font-weight:700;
	background:url(img/hover.gif);
}


#side .on
{
    color: #cc0000;
    border-left: 5px solid #ff9900;
    background: url(img/hover.gif) ;
	font-weight:700;
}



#side li.sidetitle
{ 
    width: auto;
    height: 40px;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: left;
    font-size: 12px;
    line-height: 36px;
    display: block; 
    background: url(img/side_title.gif) no-repeat;
    border-left: none;
    border-right: none;
    border-bottom: none;
    text-indent: 10px;
}

#side li.sidetitle a
{color: #336699;
font-weight:bold;
    width: auto;
    height: 38px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1.2em;
    line-height: 36px;
    display: block; 
    background: url(img/side_title.gif) no-repeat;
    border-left: none;
    text-indent: 10px;
}

#side li.sidetitle a:hover
{
    background: url(img/side_hover.gif) ;
    border-left: none;
}


.box
{
    position: relative;
    width: auto;
    _width: 100%;
    line-height: 1.5;
    margin: 15px 10px;
    padding: 0;
    font-size: 0.9em;
    border: 1px solid #dcdcdc;
    background:#f8f8f8;
}

#main .box p
{
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 3px 0 3px 5px;
    background: #fff;
}

.box ul {
    margin: 10px 0 10px 25px;
    padding: 0;
    line-height: 1.5;
}


.click a
{
    position:absolute; bottom: 5px; right: 5px;
    min-height: 30px;
    _height: 30px;
    margin: 0;
    padding: 0 25px 0 0;
}


.click a:hover
{
    background: url(img/side_hover.gif) no-repeat right top;
}


.gotop
{
    height: 18px;
    text-align: right;
    margin: 15px;
    padding: 0 20px 0 0;
    clear: both;
}


.adr
{
    margin: 0;
    padding: 0;
    width: 500px;
    min-height: 500px;
}


#side p
{
    margin: 10px 0;
    padding: 0;
}


.center { text-align: center; }


.b {
    font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    font-weight: normal; 
    font-size: 1.2em;
}

.widget
{
    margin: 0;
    padding: 10px 0;
}


.widget-center
{
    margin: 0;
    padding: 10px 0;
    text-align: center;
}


.img { margin: 0 10px 10px; float: left; }
.imgr { margin: 0 10px 10px; float: right; }
.imgt { margin: 5px 5px 10px 10px; float: left; }
img { border: none; }
table {
    font-size: 0.8em;
    margin: 0;
    background: #ccc;
}
td { background: #fff;}

form
{
    width: auto;
    _width: 100%;
    margin: 10px 0 ;
    padding: 10px;
    font-size: 0.9em;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #f8f8f8;
    clear: both;
    text-align: center;
}
.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.line { background: #ffff00; }
.kome { font-size: 12px; color: #cc0000; line-height: 1.25;}
.s { font-size: 12px; color: #333; line-height: 1.25; } 



/* 文字装飾 */

.bbb /* 最大・太字 */
{
    color: #000;
    font-size: 1.5em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
    padding: 0;
}

.bb /* 大・太字 */
{
    color: #000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbbr /* 最大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.4em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.bbr /* 大・太字・赤 */
{
    color: #dc0000;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}

.b { font-weight: bold; } /* 太字 */
.br { color: #dc0000; font-weight: bold; } /* 赤・太字 */

.line { background: #ffff00; }/* 背景マーカー処理 */

.u {
border-bottom: 3px solid;
border-color: #ff6666;
}/* アンダーライン */

table {
    font-size: 1em;
    margin: 0;
    background: #ccc;
}
td { background: #fff;
    padding: 10px 7px;}

.m{background: #edf3ff;
    width: 130px;}


.img1	{text-align:center;}

.red{color:#ee2222;font-weight:700;}
.blue{color:#2222ee;font-weight:700;}
.bold{font-weight:700;}

.red2{color:#ee2222;font-weight:700;background:#ffff00;}
.red2{color:#ee2222;font-weight:700;background:#ffff00;}
.blue2{color:#2222ee;font-weight:700;background:#ffff00;}

.bold2{font-weight:700;background:#ffff00;}


/* 次のページへ・前のページへ装飾 */
#FOOTER{margin-top:250;font-weight:700; clear:both;text-align:center;}
#FOOTER ul{list-style-type:none; text-align:center;padding:15px; }

#FOOTER ul li{list-style-type:none; display:inline; padding:20px;}

#FOOTER ul li a{color:#333333;background:#acddeb;padding:5px;border:double 3px;padding:10px;text-decoration:none;}
#FOOTER a:hover{background:#fd66d1;color:#ffffff;padding:5px;display:inline;padding:20px;}


.clear	{clear:both;}


/*
hoverで画像を切り替える
-------------------------------------------------------------------*/
div.menu00 a {display:block;width:117px;height:35px;padding:0px;background:url(http://xn--m7rz21cfsp.net/img/button_01.gif);}
div.menu00 a:hover { background:url(http://xn--m7rz21cfsp.net/img/button_01_h.gif); }
div.menu00 img {border:none; }



div.menu01 a {display:block;width:146px;height:146px;padding:0px;background:url(http://xn--m7rz21cfsp.net/img/affiliate.gif);}
div.menu01 a:hover { background:url(http://xn--m7rz21cfsp.net/img/affiliate_h.gif); }
div.menu01 img {border:none; }


/*
hoverで画像を切り替える　クラリスフラッシュ
-------------------------------------------------------------------*/
div.menu02 a {display:block;width:146px;height:146px;padding:0px;background:url(http://xn--m7rz21cfsp.net/img/affiliate_01.gif);}
div.menu02 a:hover { background:url(http://xn--m7rz21cfsp.net/img/affiliate_01_h.gif); }
div.menu02 img {border:none; }
















/*
hoverで画像を切り替える
-------------------------------------------------------------------*/
#menu0616 ul 
{background-repeat: repeat-x; background-position: 0 0; position:relative; height:70px; margin: 0; padding: 0; }

#menu0616 li 
{
list-style-type:none;
float: left;
}

#menu0616 li a 
{
display: block;
width: 160px;
height: 70px;
background-position: 0 -70px;
background-repeat: no-repeat;
text-decoration: none;
text-indent: -9999em;
}







/*
hoverで画像を切り替える　リストリンクを増やす場合には、　「#menu0616 li#menu0616_01」←末尾の_01の数字を連番で増やして下さい。_01・_02・_03という具合で増やして下さい。
-------------------------------------------------------------------*/
#menu0616 li#menu0616_01
{
background-image: url(http://xn--m7rz21cfsp.net/img/menu01.jpg);
width:160px;
height:70px;
}

#menu0616 li#menu0616_01 a 
{
background-image: url(http://xn--m7rz21cfsp.net/img/menu01.jpg);
width:160px;
height:70px;
}

#menu0616 li#menu0616_02
{
background-image: url(http://xn--m7rz21cfsp.net/img/menu02.jpg);
width:160px;
height:70px;
}

#menu0616 li#menu0616_02 a 
{
background-image: url(http://xn--m7rz21cfsp.net/img/menu02.jpg);
width:160px;
height:70px;
}

#menu0616 li#menu0616_03
{
background-image: url(http://xn--m7rz21cfsp.net/img/menu03.jpg);
width:160px;
height:70px;
}

#menu0616 li#menu0616_03 a 
{
background-image: url(http://xn--m7rz21cfsp.net/img/menu03.jpg);
width:160px;
height:70px;
}

#menu0616 li#menu0616_04
{
background-image: url(http://xn--m7rz21cfsp.net/img/menu04.jpg);
width:160px;
height:70px;
}

#menu0616 li#menu0616_04 a 
{
background-image: url(http://xn--m7rz21cfsp.net/img/menu04.jpg);
width:160px;
height:70px;
}

#menu0616 li#menu0616_05
{
background-image: url(http://xn--m7rz21cfsp.net/img/menu05.jpg);
width:160px;
height:70px;
}

#menu0616 li#menu0616_05 a 
{
background-image: url(http://xn--m7rz21cfsp.net/img/menu05.jpg);
width:160px;
height:70px;
}

#menu0616 li#menu0616_06
{
background-image: url(http://xn--m7rz21cfsp.net/img/menu06.jpg);
width:160px;
height:70px;
}

#menu0616 li#menu0616_06 a 
{
background-image: url(http://xn--m7rz21cfsp.net/img/menu06.jpg);
width:160px;
height:70px;
}









#menu0616 li a:hover 
{
background-position: 0 0px;
}

#menu0616 li a.on 
{
background-position: 0 0px;
}


h2 {background-repeat:no-repeat;}
p {text-align:left;}










.box25{
  width: 680px;/*全体の幅*/
margin-left:150px;
  }
.box25 dt{/*タイトル部分の設定*/
  color: #414142;/*文字色*/
  background-color: #FCFCFD;/*背景色*/
  font-weight: bold;
  width: 21em;/*タイトルの幅（文字数）*/
  position: relative;
  z-index: 2;
  padding: 0.3em 1em 0.2em 0.3em;
  border-style: solid;
  border-color: #616161;/*枠の色*/
  border-width: 1px 2px 2px 1px;
  }
.box25 dt span{
  padding-left: 8px;
  border-left: 4px solid #BEBEBF;/*タイトル部の左縦線*/
  }
.box25 dd{/*内容部分*/
  position: relative;
  z-index: 1;
  top: -0.9em;
  margin: 0 0 0 0.9em;
  border: solid 1px #717175;/*枠の色*/
  }
.box25 dd .text {
  padding: 1.7em 0.5em 1em 1em;/*テキスト部分の余白*/
  border-left: solid 30px #DEDEDF;/*左側の着色部分*/
  }






#content_in1       { line-height: 150%; background-color: white; float: left; margin-bottom: 30px; padding: 15px 12px; border: solid 1px #bbb; width: 242px }
#content_in1c    { background-color: #ffc; float: left; margin-bottom: 30px; padding: 15px 12px; border: solid 1px #bbb; width: 292px }
#content_in4                { margin-bottom: 30px; padding: 20px; border: solid 1px #dbc75d; width: 708px }
.content_in4               { background-color: white; margin-bottom: 40px; padding: 30px 20px 20px; border: solid 1px #555; width: 708px }

.content_inAsub { background-color: #fdfff1; margin: 30px 0px 10px 0px; padding: 10px; border-style: solid; border-width: 1px 2px 2px 1px; border-color: #ddd #888 #888 #ddd; width: auto }
.content_inQA   { background-color: white; text-align: right; margin-top: 0px; margin-bottom: 40px; padding: 10px 10px 20px 40px; border: solid 1px #cdcdcd; width: 698px }
#content_in4in  { background-color: #fffbf4; margin-top: 10px; margin-bottom: 20px; padding: 20px; border: solid 1px #e0455f; width: auto }
#content_in2  { background-color: white; float: left; margin-right: 12px; padding-right: 10px; border-right: 1px dotted #aaa; border-bottom: 1px dotted #aaa; width: 160px }
#content_in3        { line-height: 150%; background-color: white; float: right; margin-bottom: 30px; padding: 15px 12px; border: solid 1px #bbb; width: 242px }
#content_in3c    { background-color: #ffc; float: right; margin-bottom: 30px; padding: 15px 12px; border: solid 1px #bbb; width: 292px }
#lside                   { float: left; margin-top: 5px; width: 160px }
#rside   { float: left; margin: 0px; padding: 10px 0px 0px; width: 150px }




//噴出しのために使うテキスト
.txt-img img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* 吹き出し */

.bln{
	font-size:13px;
	line-height:130%;
	_zoom: 1;
	overflow: hidden;
	padding:0;
	margin: 0;
	color: #333333;
}

.b_body{
	margin:0;
	width:auto;
	padding:12px 19px;
	_zoom: 1;
	overflow: hidden;
}


.balloon1 .b_body{
	background-color:#F5F5F5;
	border:solid 1px #CCC;
}

.balloon2 .b_body{
	background-color:#FFF;
	border:solid 1px #CCC;
}

.balloon3 .b_body{
	background-color:#EBEBEB;
}

.balloon4 .b_body{
	background-color:#EAF1FF;
	border:solid 1px #6AA3F9;
}

.balloon5 .b_body{
	background-color:#FFEAEA;
	border:solid 1px #F96565;
}

.balloon6 .b_body{
	background-color:#FFF;
	border:solid 2px #CC0000;
}

.balloon7 .b_body{
	background-color:#FFF;
	border:solid 2px #0080B8;
}

.balloon8 .b_body{
	background-color:#FFF;
	border:solid 2px #FF8201;
}

.balloon9 .b_body{
	background-color:#FFF;
	border:2px solid #739221;
}



.bln .img-l{
	position:relative;
	z-index:100;
	background-image:url(./img/balloon.png);
	top: 18px;
	left:1px;
	float:left;
	width: 28px;
	height: 19px;
	margin:0;
}

.bln .img-r{
	position: relative;
	z-index:100;
	background-image:url(./img/balloon.png);
	top: 18px;
	right:1px;
	float:right;
	width: 28px;
	height: 19px;
	margin:0;
}
.bln .img-t{
	position: relative;
	z-index:100;
	background-image:url(./img/balloon.png);
	top:1px;
	left: 30px;
	width: 22px;
	height: 22px;
	float:none;
	margin:0;
}
.bln .img-b{
	position: relative;
	z-index:100;
	background-image:url(./img/balloon.png);
	bottom:1px;
	left: 30px;
	width: 22px;
	height: 22px;
	margin:0;
}


div.bln:after{height:0; visibility: hidden; content: ".";   display: block; clear: both;}
.balloon1 .img-b{ background-position: 0 0;} 
.balloon1 .img-l{ background-position: 0 -72px;} 
.balloon1 .img-r{ background-position: 0 -139px;} 
.balloon1 .img-t{ background-position: 0 -206px;} 
.balloon2 .img-b{ background-position: 0 -278px;} 
.balloon2 .img-l{ background-position: 0 -350px;} 
.balloon2 .img-r{ background-position: 0 -417px;} 
.balloon2 .img-t{ background-position: 0 -484px;} 
.balloon3 .img-b{ background-position: 0 -556px;} 
.balloon3 .img-l{ background-position: 0 -628px;} 
.balloon3 .img-r{ background-position: 0 -695px;} 
.balloon3 .img-t{ background-position: 0 -762px;} 
.balloon4 .img-b{ background-position: 0 -834px;} 
.balloon4 .img-l{ background-position: 0 -906px;} 
.balloon4 .img-r{ background-position: 0 -973px;} 
.balloon4 .img-t{ background-position: 0 -1040px;} 
.balloon5 .img-b{ background-position: 0 -1112px;} 
.balloon5 .img-l{ background-position: 0 -1184px;} 
.balloon5 .img-r{ background-position: 0 -1251px;} 
.balloon5 .img-t{ background-position: 0 -1318px;} 
.balloon6 .img-b{ background-position: 0 -1390px;bottom:2px;} 
.balloon6 .img-l{ background-position: 0 -1462px;left:2px;} 
.balloon6 .img-r{ background-position: 0 -1531px;right:2px;} 
.balloon6 .img-t{ background-position: 0 -1600px;top:2px;} 
.balloon7 .img-b{ background-position: 0 -1672px;bottom:2px;} 
.balloon7 .img-l{ background-position: 0 -1744px;left:2px;} 
.balloon7 .img-r{ background-position: 0 -1813px;right:2px;} 
.balloon7 .img-t{ background-position: 0 -1882px;top:2px;} 
.balloon8 .img-b{ background-position: -78px 0;bottom:2px;} 
.balloon8 .img-l{ background-position: -78px -72px;left:2px;}
.balloon8 .img-r{ background-position: -78px -141px;right:2px;}
.balloon8 .img-t{ background-position: -78px -210px;top:2px;}
.balloon9 .img-b{ background-position: -78px -282px;bottom:2px;} 
.balloon9 .img-l{ background-position: -78px -354px;left:2px;} 
.balloon9 .img-r{ background-position: -78px -423px;right:2px;} 
.balloon9 .img-t{ background-position: -78px -492px;top:2px;} 






