﻿/* CSS Document */
/*marginとpadding初期化＆IEのhasLayout対策*/
*{
  margin:0;
  padding:0;
  zoom:1;
} 

/**/
html{
  height:100%;
}

/*縦スクロールバーを常に表示*/
html>/**/body{
	overflow-y:scroll;
}
html:first-child body{
  min-height:100%;
  padding-bottom:1px;
} 

/**/
body {
height:100%;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
background-color:#d9ebff;
margin:0px;
color:#666666;
font-size:12px;
line-height:130%;
}

/*▼汎用*/
/*リンク関係*/
a:link { color: #ff7c0a; }
a:visited { color: #ffbf00; }
a:active { color: #ffbf00;text-decoration:none; }
a:hover { color: #ffbf00;text-decoration:none; }
a img { border-color:#ff7c0a;}
/*青からグレーになるライン*/
.line_bg {
width:800px;
height:3px;
margin:0px 5px 0px 5px;
background-image:url(../images/line_bluegray.gif);
background-repeat:no-repeat;
}
/*ドットライン*/
.line_dot01 {
width:760px;
height:1px;
margin:0px auto 0px auto;
border-bottom:dashed 1px #7096d7;
}
.line_dot02 {
width:760px;
height:1px;
margin:0px auto 0px auto;
border-bottom:dashed 2px #7096d7;
}
/*clear*/
.clearfix {
clear:both;
}


/*▼レイアウト*/
/*▽ベース*/
#trunk {
width:810px;
height:100%;
background-image:url(../images/base.jpg);
background-repeat:repeat-y;
}

/*▽ヘッダー*/
#header {
width:800px;
height:176px;
background-image:url(../images/headpic.jpg);
background-repeat:no-repeat;
margin:0px;
padding:0px;
}
/*トップへ戻るスペーサー*/
#gotopspacer {
float:left;
width:630px;
text-align:left;
}
/*視聴ボタン*/
#radio {
float:right;
width:135px;
height:129px;
padding:8px 20px 0px 15px;
}
.r_button {
padding-bottom:2px;
}
/*メニューボタン*/
#menu {
clear:right;
width:800px;
height:27px;
padding:6px 0px 6px 0px;
margin:0px;
}
#menu ul {
list-style:none;
margin:0;
padding:0;
}
#menu li {
display:inline;
margin:0;
padding:0;
}


/*▽コンテンツ*/
#contents {
width:760px;
padding:15px 20px 0px 20px;
}

/*▽フッター*/
#footer {
width:760px;
margin:20px auto 0px auto;
padding:15px 0px 15px 0px;
background-image:url(../images/line_dot02.gif);
background-position:top;
background-repeat:no-repeat;
vertical-align:text-bottom ;
}



/*▼各ページ要素*/
/*▽トップページ*/
/*最新情報角丸エリア*/
#newarea {
float:left;
width:510px;
margin:15px 10px 0px 0px;
}
#newmain {
padding:0px 10px 0px 10px;
background-image:url(../images/newarea_main.gif);
background-repeat:repeat-y;
}
#newtxt {
width:490px;
height:89px;
overflow:auto;
}
.day {
color:#2d9d02;
font-weight:bold;
}
/*リンク*/
#toplink {
float:right;
width:230px;
margin:15px 0px 0px 10px;
}
/*大バナーエリア*/
.subcontents {
width:760px;
margin:20px auto 0px auto;
padding:20px 0px 0px 0px;
background-image:url(../images/line_dot01.gif);
background-position:top;
background-repeat:no-repeat;
}

/*▽各コンテンツページ汎用*/
/*角丸エリア上部*/
.areatop {
width:700px;
height:20px;
background-image:url(../images/area_top.gif);
background-repeat:no-repeat;
margin:15px 0px 0px 0px;
}
/*角丸エリア本文部分基本バージョン*/
.areamain {
width:620px;
background-image:url(../images/area_main.gif);
background-repeat:repeat-y;
margin:0px;
padding:10px 40px 10px 40px;
text-align:left;
}
/*本文部分の横幅が広いバージョン*/
.areamain_l {
width:660px;
background-image:url(../images/area_main.gif);
background-repeat:repeat-y;
margin:0px;
padding:10px 20px 10px 20px;
text-align:left;
}
/*本文部分の高さ指定ありバージョン*/
.areamain_h {
width:620px;
height:400px;
background-image:url(../images/area_main.gif);
background-repeat:repeat-y;
margin:0px;
padding:10px 40px 10px 40px;
text-align:left;
}
/*角丸エリア下部*/
.areabottom {
width:700px;
height:20px;
background-image:url(../images/area_bottom.gif);
background-repeat:no-repeat;
margin:0px 0px 15px 0px;
}
/*ページトップへ*/
.gotop {
width:700px;
text-align:right;
margin-top:15px;
} 
/*背景イラスト追加*/
#cut_minette {
width:100%;
height:100%;
background-image:url(../images/cut_minette.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}
#cut_carina {
width:100%;
height:100%;
background-image:url(../images/cut_carina.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}
#cut_sisters {
width:100%;
height:100%;
background-image:url(../images/cut_sisters.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}

/*▽おたより投稿*/
/*投稿ボタン*/
.mailbutton {
padding:10px;
}
/*注意書き囲み*/
#mailp {
border:solid 1px #CCCCCC;
margin:10px 0px 10px 0px;
padding:10px;
}
/*フォーム関係*/
input,
textarea{
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#mail_txt{
margin-top:15px;
margin-bottom:10px;
color:#333333;
font-size:12px;
}
.formt{
width:450px;
text-align:left;
color:#333333;
font-size:12px;
margin-top:10px;
margin-bottom:10px;
background-color:#EEF7F9;
padding-left:5px;
padding-bottom:5px;
padding-right:5px;
padding-top:5px;
}
#memo{
width:450px;
}
#name,#email{
width:450px;
}
#subj{
width:400px;
}
.txt_a{
font-size:12px;
color:#333333;
}
/*コーナー紹介*/
#corner {
width:510px;
margin:30px auto 60px auto;
}
#cornermain {
background-image:url(../images/newarea_main.gif);
background-repeat:repeat-y;
}
.c_info {
width:450px;
margin:5px 20px 5px 20px;
padding:10px;
text-align:left;
}
.c_midasi {
width:470px;
text-align:right;
margin:10px auto 0px auto;
}
.c_line {
margin:0;
padding:0;
}

/*▽パーソナリティ*/
.p_txt {
width:350px;
margin:15px 0px 0px 0px;
}