@charset "utf-8";

* {
	margin:0;
	padding:0;
    font-weight:normal;
    list-style:none;
}
html{
    padding:0px 0;
    background:#444 url("images/noise.png");
}
body{
	font-size: 13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background:#fff url("images/noise.png");
    color:#555;
    text-justify: inter-ideograph;
    text-align: justify;
    padding:0px 0 0px 0;
}
a {
	color:#027;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
.box{
    width:960px;
    margin:0 auto;
}
h2{
    border-bottom:3px solid #027;
    font-size:22px;
    margin-bottom:3px;
}
/* ---上の方---------------------------------------------------------------------- */
#top{
    border-top:3px solid #027;
    margin:0 0 15px 0;
    padding:5px 0 3px 0;
}
#top p{
    float:left;
    font-size:14px;
    color:#027;
    padding:2px 0 0 0;
}
#top form{
    float:right;
}
#sns{
    text-align:right;
}
#sns ul{
    padding: 10px 0px;
    margin:10px 0 0 0;
    border-top:1px solid #aaa;
    height:20px;
}
#sns ul li{
    float:right;
    width:100px;
}
#header{
    background:url("images/main.jpg") no-repeat center bottom;
    width:960px;
    height:180px;
    margin:0 auto;
    border-radius:5px;
    padding:10px 0;
}
#header h1 {
    font-size:32px;
    margin:10px 0 0 0;
    padding:110px 35px 0 30px;
    text-align:left;
}
#header h1 a{
    color:#027;
    font-weight:bold;
	text-shadow:
     1px 1px 1px rgba(0,0,0,0.1),
     -1px -1px 0px #fff,
     -1px 1px 0px #fff,
     1px -1px 0px #fff,
     1px 1px 0px #fff,
     -1px 0px 0px #fff,
     1px 0px 0px #fff,
     0px -1px 0px #fff,
     0px 1px 0px #fff,
     2px 2px 1px rgba(0,0,0,0.3);
}
#header h1 a:hover{
    text-decoration:none;
}
/* ---中段---------------------------------------------------------------------- */
#container{
    width:960px;
    margin:0 auto;
    padding:15px 0 0 0;
}

#main{
    width:680px;
    float:right;
}

#main h3{
    text-align:right;
    font-size:14px;
	margin: 0 0 15px 0;
}

#main p{
    font-size: 15px;
    line-height:1.5em;
	margin: 0 5px 15px 5px;
    padding: 0 0 0 0;
}

.article{
    padding:0 0 0 10px;
    margin:0 0 60px 0;
    border-radius:5px;
	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 #aaa;
    width:100%;
    border-collapse:collapse;
    border-spacing:0px;
    margin: 20px 0 0 0;
}

th{
    border-right:1px solid #aaa;
    text-align:center;
    background:#aaa;
    color:#fff;
    font-weight:bold;
	width: 120px;
}

.pr ul li{
    float:left;
    margin:5px 20px;
	list-style-type: square;
}



/* ---サイド---------------------------------------------------------------------- */
#side{
    width:265px;
    float:left;
    margin-bottom:20px;
}
#side h2{
    font-size:18px;
    padding:4px 0 0 15px;
}
.side-in{
    background:#fafafa;
    border:1px solid #aaa;
    padding:0px;
    margin:0 0 15px 0;
    border-radius:5px;
}
#side ul{
    padding:5px 15px 10px 15px;
}
#side li a{
    font-size:13px;
    padding:3px 0 1px 0;
    display:block;
    border-bottom:1px dashed #aaa;
}
li.author{
    border-radius:8px;
    background:url("images/author.jpg") no-repeat;
    height:128px;
    width:128px;
    margin:8px 0;
}
/* ---フッター---------------------------------------------------------------------- */
#footer{
    background:#027 ;
    color:#fff;
    text-align:center;
    padding:10px 0 6px 0;
    border-bottom:2px solid #333;
}
#footer a{
    color:#fff;
}
#totop{
    text-align:right;
    padding:0 0 0px 0px;
}
#totop a{
    background:#027;
    color:#fff;
    padding:2px 10px;
    font-size:12px;
}
#totop a:hover{
    text-decoration:none;
    color:#222;
}