@charset "utf-8";

* {
	margin:0;
	padding:0;
    list-style:none;
    font-weight:normal;
}
html{
    background:#333;
    padding:0px 0;
}
body{
	font-size: 13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#555;
    text-justify: inter-ideograph;
    text-align: justify;
    padding:0px 0;
    background:#eed;
}
a {
	color:#e74;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
.box{
    width:960px;
    margin:0 auto;
}
h2{
    font-size:18px;
    background:#e74;
    color:#fff;
    padding:3px 5px 0 15px;
    margin:0 0 5px 0;
    border-radius:3px;
    box-shadow:0 2px 0px #a50;
    text-shadow:-1px -1px 1px rgba(0,0,0,0.2),1px 1px 1px rgba(255,255,255,0.3);
}
h2 a{
    color:#fff;
}
/* ---上の方---------------------------------------------------------------------- */
#top{
    background:#e74;
    margin:0 0 0px 0;
    padding:4px 0px;
    position:fixed;
    top:0;
    width:100%;
    box-shadow:0 2px 0px #a50;
    text-shadow:-1px -1px 1px rgba(0,0,0,0.2),1px 1px 1px rgba(255,255,255,0.3);
}
#top p{
    float:left;
    font-size:12px;
    color:#fff;
    padding-top:2px;
}
#top p a{
    color:#fff;
}
#top form{
    float:right;
}
#sns{
    text-align:right;
}
#sns ul{
    padding:6px 0px;
    margin:10px 0 0 0;
    height:20px;
}
#sns ul li{
    float:right;
    width:100px;
}
#header{
    background: url("images/main.jpg") no-repeat center bottom, url("images/bg.png") center center;
    background-color:#666;
    height:200px;
    margin:29px auto 0 auto;
}
#header h1 {
    font-size:32px;
    padding:25px 20px 0 18px;
}
#header h1 a{
    color:#fff;
    font-weight:bold;
	text-shadow:0px 0px 4px rgba(0,0,0,0.8);
}
#header h1 a:hover{
    color:#e74;
    text-decoration:none;
	text-shadow:0px 0px 0px rgba(0,0,0,0);
}
#header p{
    font-size:12px;
    color:#fff;
    margin:-3px 0 0 19px;
    background:#e74;
    padding:0 0 0 10px;
    width:435px;
    font-weight:bold;
    border-radius:3px;
	box-shadow:1px 1px 4px rgba(0,0,0,0.5);
}
/* ---中段---------------------------------------------------------------------- */
#container{
    padding:15px 0;
    background:#fff;
    margin:0 auto 0px auto;
    width:960px;
}
#main{
    width:650px;
    float:left;
}
#main h3{
    text-align:right;
    font-size:14px;
	margin: 0 0 10px 0;
    padding-right: 5px;
    font-weight:normal;
}
#main p{
    font-size: 13px;
    line-height:1.5em;
	margin: 0 5px 15px 5px;
    padding: 0 0 0 0;
	letter-spacing: 2px;
}
.article{
    padding:0px 0 0 0;
    margin:0 0 60px 20px;
	box-shadow: 0px 0px 0px #888; /*CSS3*/
	-moz-box-shadow: 0px 0px 0px #888; /* Firefox用*/
	-webkit-box-shadow: 0px 0px 0px #888; /* Google Chrome, Safari用*/
}
/* ---PR---------------------------------------------------------------------- */
.pr{
    border:1px solid #bbb;
    width:100%;
    border-collapse:collapse;
    border-spacing:0px;
    margin:10px 0 40px 0;
}
th{
    border-right:1px solid #bbb;
    text-align:center;
    background:#ebebeb;
	width: 120px;
}
td{
    background:#fff;
}
.pr ul li{
    float:left;
    margin:5px 25px 5px 20px;
}
/* ---サイド---------------------------------------------------------------------- */
#side{
    width:280px;
    float:right;
}
#side h2{
    font-size:14px;
}
.side-in{
    padding:0 0 0 0;
    margin:0 20px 30px 0;
	box-shadow: 0px 0px 0px #888; /*CSS3*/
	-moz-box-shadow: 0px 0px 0px #888; /* Firefox用*/
	-webkit-box-shadow: 0px 0px 0px #888; /* Google Chrome, Safari用*/
}
#side ul{
    padding:0 10px;
}
#side ul li{
    margin:10px 0 0 0;
}
#side li a{
    font-size:13px;
    padding:3px 0 1px 0;
    display:block;
    border-bottom:1px dashed #bbb;
}
#side ul li.author{
    border-radius:8px;
    background:url("images/author.jpg") no-repeat;
    height:128px;
    width:128px;
    margin:0 15px 0 0;
    float:left;
}
/* ---フッター---------------------------------------------------------------------- */
#footer{
    background:#e74 repeat-x bottom;
    color:#fff;
    text-align:center;
    padding:10px 0 10px 0;
    margin:0 auto;
    font-weight:bold;
    font-size:14px;
    text-shadow:-1px -1px 1px rgba(0,0,0,0.2),1px 1px 1px rgba(255,255,255,0.3);
}
#footer a{
    color:#fff;
}
#footer a:hover{
    color:#fff;
}
#totop{
    text-align:right;
}
#totop a{
    background:#e74;
    color:#fff;
    padding:3px 10px 2px 10px;
    font-size:12px;
    border-radius:3px;
    display:inline-block;
    box-shadow:0 2px 0px #a50;
    margin:0 15px 2px 0;
    text-shadow:-1px -1px 1px rgba(0,0,0,0.2),1px 1px 1px rgba(255,255,255,0.3);
}
#totop a:hover{
    text-decoration:none;
    background-image:url("images/bk.png");
    margin:2px 15px 0 0;
    box-shadow:0 0px 0px #a50;
}