@charset "utf-8";
/* 全体構造
---------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
body {
	text-align:center;
	font-size:12px;
	color:#333333;
	line-height:1.7;
	font-family:"Lucida Grande","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	background:repeat-x #e4e4e4;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,#header,#footer {
    display:block;
}
 
nav ul {
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	utline:none;
}

a img, img {
	border:none;
	vertical-align:bottom;
}


/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
 
input, select {
    vertical-align:middle;
}

hr {
	margin:0 0 0 0;
	border:none;
	padding:0;
	height:0;
	width:auto;
	visibility:hidden;
	clear:both;
	display: block;
}
fieldset {
	border:none;
}

.txt-right {
	text-align:right;
}
.none {
	display:none;
}
.big {
	font-size:14px;
}

.t-back{
	background:url(../images/common/ttl.jpg) no-repeat;
	height:35px;
	padding-left:60px;
	padding-top:4px;
}

.red{color:#FF3300; font-size:10px;}
.green{color:#009900; font-size:10px;}


/*マージン
---------------------------------------------------- */
.m-b20{ margin-bottom:20px; }
.m-r20{ margin-right:20px; }
.m-l20{ margin-left:20px; }

/* リンク
---------------------------------------------------- */
a:link {
	color:#4ccff5;
}
a:visited {
	color:#4ccff5;
}
a:hover, a:active {
	color:#1e87a5;
}

a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*index
-----------------------------------------------------------------------------*/


/* レイアウト
---------------------------------------------------- */

#content{
	width:960px;
	margin:auto;
	overflow:hidden;
	margin-top:20px;
}

#top-left{
	width:250px;
	float:left;
}

#top-right{
	width:700px;
	float:right;
}


#top-right .navi{
	margin-top:0px;
}


/* ナビ
--------------------------------------------------- */
.navi p{
	margin-top:20px;
}

.navi p img,
.top-navi-right p img,
.top-navi-center p img,
.top-navi-left p img,
.top-navi-under-left p img,
.top-navi-under-right p img,
.top-navi-right iframe,
.top-navi-under-left iframe{
	 -moz-box-shadow:0 0 5px #666;
	 -webkit-box-shadow:0 0 5px #666;
}

.top-navi-right iframe {
	margin:0 -20px 0 0;
}

.top-navi-box{
	width:690px;
	overflow:hidden;
	padding:5px;
}

.top-navi-left{
	float:left;
}

.top-navi-center{
	float:left;
}

.top-navi-right p{
	float:right;
}

.top-navi-right2{
	width:163px;
	float:right;
}

.top-navi-under-left .logo img{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.top-navi-under-left{
	float:left;
	width:440px;
	margin-right:10px;
	overflow:hidden;
	padding:0 0 5px 0;
}

.top-navi-under-left p{
	margin-top:10px;
	padding:5px;
}

.top-navi-under-left iframe{
	margin-top:20px;
}

.top-navi-under-right{
	width:250px;
	float:right;
}

.top-navi-under-right p{
	margin-top:10px;
	padding:5px;
}

#top-left #twitter{
	background:#fff;
	padding:10px;
	width:220px;
	height:376px;
	 -moz-box-shadow:0 0 5px #666;
	 -webkit-box-shadow:0 0 5px #666;
	 margin-left:5px;
	 margin-top:20px;
}

/* ヘッダー
--------------------------------------------------- */
header{
	margin-bottom:-10px;
}

header h1{
	margin:5px 0 0 0;
}

#header{
	margin-bottom:-10px;
	text-align:left;
}

#header h1{
	margin:5px 0 0 0;
}

/* フッター
--------------------------------------------------- */
footer{
	padding:35px 0 50px 0;
	width:960px;
	overflow:hidden;
}

footer p{
	text-align:left;
}

footer #smb,
#footer #smb{
	border:1px dotted #a1a2a2;
	padding:5px 0 2px 20px;
	float:right;
	margin-top:-20px;
	display:inline;
}

footer .top,
#footer .top{
	float:right;
	margin-top:-18px;
	margin-left:20px;
	margin-right:5px;
	 -moz-box-shadow:0 0 5px #666;
	 -webkit-box-shadow:0 0 5px #666;
}

.facebook_like iframe {
	margin:0 0 0 5px;
}

#smb iframe,
#smb img {
		vertical-align:top;
}

#footer{
	padding:35px 0 50px 0;
	width:960px;
	overflow:hidden;
}

#footer p{
	text-align:left;
}

/* アラート
--------------------------------------------------- */
.success,.error{
    margin:20px auto 40px auto;
	border:1px solid #cecece;
    padding:30px 10px 30px 70px;
	font-size:14px;
	width:425px;
	border-radius:5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	text-align:left;
	
}
.success{
    color: #547a14;
    background:url(../images/common/success.gif) no-repeat #e4f2d1 20px center;
}
.error{
    color:#c43309;
    background:url(../images/common/error.gif) no-repeat #f8e5d6 20px center;
}


.kakunin{
	margin-bottom:10px;
	font-size:14px;
	color:#005180;
	font-weight:500;
}

.btn2{
	text-align:center;
}

.btn2 img{
	 -moz-box-shadow:0 0 5px #666;
	 -webkit-box-shadow:0 0 5px #666;
	 margin:0 15px;
}


/* pagination
---------------------------------------------------- */
.pagination {
	text-align:center;
	padding:10px 0;
	margin-top:30px;
	list-style:none;
}
.pagination ul {
	text-align:center;
	margin:auto;
	width:500px;
}
.pagination li {
	display:inline;
}
.pagination a {
	border:1px solid #999999;
	background:#fff;
	padding:5px;
	margin:0 5px;
	text-decoration:none;
	color:#666666;
}
.pagination a:visited {
	border:1px solid #999999;
	background:#eee;
	padding:5px;
	margin:0 5px;
	text-decoration:none;
	color:#666666;
}
.pagination a:hover {
	border:1px solid #999999;
	background:#aaa;
	padding:5px;
	margin:0 5px;
	text-decoration:none;
	color:#fff;
}

.pagination .current {
	border:1px solid #999999;
	background:#aaa;
	padding:5px;
	margin:0 5px;
	text-decoration:none;
	color:#fff;		
}


/* CSS Document */


