﻿@charset "utf-8";

body { background-color: #f18d00; } /* 全体の背景指定 */

#wrapper #contents { width: 1000px; }

/* anchor */
#wrapper a,
#wrapper .article{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
}
#wrapper a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity: 0.5;
	opacity: 0.5;
}


/* #main */
#main {
	width:100%;
	padding-bottom: 35px;
}




/* #header */
#main #article #header {
	width: auto;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-color: #000;
}



/* #top #header h1 { display: none; } */

#header h1 img {
	max-width: 100%;
	height: auto;
	width /***/:auto; /*IE8のみ適用*/
}

#nav {
	padding: 10px;
}

#nav ul {
	letter-spacing:-0.4em; /* hack */
}

#nav ul li {
	display: inline-block;
	letter-spacing: 0em; /* hack */
	margin-right: 5px;
	margin-bottom: 5px;
}


#btn-sbm {
	text-align: left;
	padding: 20px;
}

#btn-sbm li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	line-height: normal;
	list-style: none;
	vertical-align: top;
}
*html #btn-sbm li { display: inline; } /* for IE6 */ 
*+html #btn-sbm li { display: inline; } /* for IE7 */

#btn-sbm li a { margin: 0px; }

#btn-sbm .btnFaceBook { width: 110px; }

#btn-sbm .btnHatenaBookmark { margin-right: 10px; }
#btn-sbm .btnGoogleCalendar { margin-right: 10px; }


/* テキスト指定 */
#article {
	font-size: 120%;
	line-height: 1.5;
	background-color: #FFFFFF;
	overflow: hidden;
	zoom: 1;
	/* box-shadow: */
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.50);
}

#article .text {
	margin-top: 20px;
	margin-right: 45px;
	margin-bottom: 40px;
	margin-left: 45px;
}

#article .text h2 {
	font-weight: bold;
	font-size: 120%;
	padding: 5px 10px 20px 30px;
	background: url(../images/h2_line.gif) repeat-x left bottom;
}
#article .text h3 {
	font-weight: bold;
	font-size: 100%;
}
#article .text p {
	margin-bottom: 10px;
}

.innerlink-head {
	margin-top: 10px;
}
.innerlink-head a {
	font-size: 11px;
	color: #000;
}

.section {
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
#header h1 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
	color: #FFF;
}
.link a {
	background-color: #000;
	text-decoration: none;
	padding: 15px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	color: #FFF;
}
#article .text .link {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#article .thumArea {
	width: auto;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	overflow: hidden;
	}
#article .thumArea li {
	float: left;
	width: 150px;
	margin-right: 19px;
	margin-left: 19px;
	margin-top: 15px;
}
.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: left;
	clear: both;
	padding-left: 49px;
	line-height: 1.2em;
	padding-bottom: 15px;
}
