@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
background: #ffffff url(images/bg.png) repeat-x top;
}

body#toppage {
background: url(images/bg_top2.png) repeat-x top;
}

a{color:#bb0000;text-decoration:none;}
a:hover{color:#ac4b5f;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
	margin: 0 auto;
	padding: 0 20px;
	width: 961px;
}

/*************
/* ヘッダー
*************/
#header{
background: url(images/header.png) no-repeat 100%;
height:80px;
}

#header h1 {
padding: 7px 0 0;
font-size: 12px;
font-weight: normal;
padding-bottom:15px;
}


/*************
/* トップナビゲーション
*************/
#dropmenu {
  list-style-type: none;
  width: 961px;
  height: 43px;
  margin: 0px auto;
  margin-top: 12px;
  border-bottom: 5px solid #cc0000;
  border-radius: 5px 5px 0 0;
}
#dropmenu li {
  position: relative;
  width: 191px;
  float: left;

  margin-left:-1px;
  border:1px solid #CCCCCC;
  border-width:0 1px;
  padding: 0;
  text-align: center;
}



#dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 0 16px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
   text-shadow:0 -1px 0px #e9e9e9,0 1px 0px #fff;
  line-height: 1;
  text-decoration: none;
    background-image: -moz-linear-gradient(top, #fff 0%,  #fafafa 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #e8e8e8));
}


#dropmenu .nav00 a {
  display: block;
  margin: 0;
  padding: 15px 0 16px;
  font-size: 12px;
  font-weight: bold;
   text-shadow:0 -1px 0px #e9e9e9,0 1px 0px #fff;
  line-height: 1;
  text-decoration: none;
  color: #fff;
   text-shadow:0 -1px 0px #333,0 1px 0px #555;

       background-image: -moz-linear-gradient(top, #cd0201 0%,  #9d0100 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cd0201), color-stop(1, #9d0100));
    border-radius: 5px 5px 0 0;
}


#dropmenu  a.nav00  {
  display: block;
  margin: 0;
  padding: 15px 0 16px;
  font-size: 12px;
  font-weight: bold;
   text-shadow:0 -1px 0px #e9e9e9,0 1px 0px #fff;
  line-height: 1;
  text-decoration: none;
  color: #fff;
   text-shadow:0 -1px 0px #333,0 1px 0px #555;

       background-image: -moz-linear-gradient(top, #cd0201 0%,  #9d0100 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cd0201), color-stop(1, #9d0100));
    border-radius: 5px 5px 0 0;
}



#dropmenu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  border-radius: 0 0 5px 5px;
}
#dropmenu li:last-child ul {
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 191px;
  height: 0;
  color: #fff;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
}
#dropmenu li ul li a{
	color:#000;
	 text-shadow:0 -1px 0px #e9e9e9,0 1px 0px #fff;
  padding: 13px 15px;

       background:#ffcbcb;
  text-align: left;
  font-size: 12px;
  font-weight: normal;

}
#dropmenu li:hover > a{
  
  color: #fff;
   text-shadow:0 -1px 0px #333,0 1px 0px #555;

       background-image: -moz-linear-gradient(top, #cd0201 0%,  #9d0100 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cd0201), color-stop(1, #9d0100));
}
#dropmenu > li:hover > a{
  border-radius: 5px 5px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #ffbaba;
  border-bottom: 1px solid #ffa9a9;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
    border-left: 0;
	  border-right: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 5px 5px;
}
#container {
	padding-top:10px;
	}
	
#now  {
	padding-top:15px;
	font-size:20px ;
	color:#fff;
	}
	

/*************
メイン（右側）コンテンツ
*************/
#main {
float: left;
width: 618px;
padding: 15px 0;
display: inline;
margin-top:10px;

}

#main h2{
margin-bottom: 10px;
padding: 0 10px 0px 20px;
line-height: 40px;
font-size: 13px;
font-weight: normal;
color: #252525;
background: url(images/heading.png) no-repeat;
}

#main h3 {
font-size: 13px;
font-weight: normal;
line-height: 30px;
padding-left: 15px;
margin-top: 10px;
letter-spacing: 0.2em;
color: #cc0000;
border-bottom: 1px solid #cccccc;
}

#main p {
padding: 15px 15px 15px 20px;
}

/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 20px 0 0 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: .5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#e16c84;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


#sampletable {height:350px;

}

#sampletable dt p {
padding: 10px 0px 0px 5px;
}

#sampletable dd p {
padding: 5px 0px 0px 5px;
}


#sampletable dl, dt, dd {
  margin : 0;
  padding : 0;
}

#sampletable dl  {
  /* dlの背景色をdt用に使う。区切り線はdtの上部に持たせる */
  background-color : #ffffff;
  
  /* dlの上部線はなくし，dtとddの上部線をdlの上部線のように見せる */
  border-width : 2px 2px 2px 2px;
  border-style : solid;
  border-color : #cc0000;
	 border-radius:10px;
  width  : 147px;
margin-left:3px;
float:left;
font-size:11px;

}

#sampletable dt  {
  /* float : left; */
  /* clear : both; */
  /* width : 146px; */
  width : 100%;
  height:90px;
  border-width : 0px 0px 2px 0px; /* 上線だけ */
  border-style : solid;
  border-color : #cc0000;
  font-weight : bold;

  
  /* paddingを設定するとdtがdlの横幅をはみ出すので，かわりにindentを使う */
  /* padding : 5px; */
  text-indent : 5px;

}



#sampletable dd  {
  /* margin-left : 150px; */
  
  /* dlやdtとは異なった背景色を用いる */
  background-color : #ffffff;
  
  /* border-width : 1 0 0 1; */
  border-width : 0px 0px 0px 0px;  /* 上線だけ */
  border-style : solid;
  border-color : #f5ba8f;
  height:210px;
  padding : 5px;
margin:0px 5px 10px 5px;
}
#sampletable .kangaru a {
	display: block;
	text-align:left;

	height:100%;
    color:#fff;
    background: #ef9451;
 	 border-radius:8px 8px 0 0;
    padding-top:0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;

}
#sampletable .kangaru a:hover{ 
color: #fff; 
background-color: #f5ba8f; 

}
#sampletable .hiyoko a {
	display: block;
	text-align:left;
	height:100%;
    color:#000;
    background: #fcef24;
 	 border-radius:8px 8px 0 0;
    padding-top:0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;

}
#sampletable .hiyoko a:hover{ 
color: #ccc; 
background-color: #fdf467; 

}
#sampletable  .hukurou a {
	display: block;
	text-align:left;
	height:100%;
    color:#fff;
    background: #aece5c;
 	 border-radius:8px 8px 0 0;
    padding-top:0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;

}
#sampletable .hukurou a:hover{ 
color: #fff; 
background-color: #c8de90; 

}
#sampletable  .kounotori a {
	display: block;
	text-align:left;
	height:100%;
    color:#fff;
    background: #eb928c;
 	 border-radius:8px 8px 0 0;
    padding-top:0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;

}
#sampletable .kounotori a:hover{ 
color: #fff; 
background-color: #f5c9c6; 

}


/* ボタン */
p.button{
text-align: center;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #ffffff url(images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#cc0000;}
p.button a:hover{color:#ffffff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/* パンくずリスト */

#topicPath_02 ul{
  list-style: none;

}

#topicPath_02 {  
 margin:10px 0;  
}  
#topicPath_02 li {  
    display:inline;  
    line-height:110%;  
    list-style-type:none;  
	  color:#b3b3b3;
}  
 #topicPath_02 li a {  
       padding-right:15px;  
	   color: #cc0000;
    background:url(images/arrow.png) no-repeat right center;  
}  
/* Q　and　A */
#qa {
     width:615px;}

#qanda 			{
	width:615px;
	padding-top:80px;
			}
#qanda 	table{
	margin-top:50px;
			}
#qanda .coder {
    border-spacing: 0;
	
    border: 1px solid #CCC;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
    box-shadow: 0 1px 1px #CCC;	
}
#qanda .coder th,
#qanda .coder td {
    padding:10px;
	width:590px;
    background:#FFF;
	text-align:left;
    border-bottom:solid 1px #CCC;
    border-right:solid 1px #CCC;
}
#qanda .coder th {
    background:#f99;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    color:#69655c;
}
	

#return {
	padding-top:5px;
	float:right;
	width:80px;
	height:20px;
	}

#return a{
	display: block;
	text-align:center;
	height:100%;
    color:#fff;
    background: #cc0000;
 
    padding-top:0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	 border-radius:30px;

}
#return a:hover{ 
color: #fff; 
background-color: #ff0000; 

}	
		



/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: right;
width: 265px;
height:700px;
padding: 10px 0;
margin-top:20px;
margin-right:20px;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin-top: 5px;
margin-right:10px;
padding: 0 10px 0 23px;
line-height: 40px;
font-size: 13px;
font-weight: normal;
color: #252525;
background: url(images/heading2.png) no-repeat;

}

#sidebar ul{
margin-left: 5px;
padding: 10px 0;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px solid #ccc;
}

#sidebar li a{
background: url(images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
background-color:#fff;
height:30px;
padding-top:13px;
}

#sidebar li a:hover{background-position: 3px 50%;
background-color:#ffbbbb;}


#sidebannner a{ 
color: #999999; 
display: block; 
width: 220px; 
height: 65px; 
background-color: #cc0000; 
text-decoration: none; 
line-height: 40px; 
text-align: center; 
margin:20px;
} 
#sidebannner a:hover{ 
color: #000000; 
background-color: #ff0000; 

}	
#sidebanner_fb a{ 
color: #999999; 
display: block; 
width: 220px; 
height: 65px; 
background-color: #fff; 
text-decoration: none; 
line-height: 40px; 
text-align: center; 
margin:20px;
} 
#sidebanner_fb a:hover{ 
color: #000000; 
background-color: #fff; 
}	
#sidebanner_fb img{ 
border: 1px #b3b3b3 solid;
}	
/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #cccccc;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}
