@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :ayame(http://www.designdays.net/)
 style info :コンテンツエリア関係 他
=================================================================== */

/*----------------------------------------------------
	メインヴィジュアル
----------------------------------------------------*/
#mvWrap {
	width: 880px;
	height: 430px;
	margin: 15px auto 0;
	background: url(../../images/top/mv/bg01.png) no-repeat center 0;
	padding: 10px;
}
#mvHome {
	width: 880px;
	height: 430px;
	margin: 0 auto;
	background: url(../../images/top/mv/mv01.jpg) no-repeat center 0;
	position: relative;
}
#mvFrame {
	position: absolute;
	top: 0;
	left: 0;
	width: 880px;
	height: 430px;
	background: url(../../images/top/mv/bg02.png) no-repeat center 0;
}
.mvBtn01 {
	padding: 290px 0 0 20px;
}
.mvBtn02 {
	margin: 10px 0 0 20px;
	padding: 0;
}


/*----------------------------------------------------
	#container
----------------------------------------------------*/
#containerHome {
	width: 930px;
	margin: 0 auto;
	background: url(../../images/top/bg/container01.png) no-repeat center 0;
	padding: 15px 0;
}

#mainWrap {
	width: 840px;
	min-height: 400px;
	margin: 0 auto;
	background: url(../../images/top/bg/container02.png) repeat-y center 0;
	padding: 20px 30px 0;
}


/*----------------------------------------------------
	メイン
----------------------------------------------------*/
#main {
	width: 640px;
	float: left;
	display: inline;
	margin: 0 auto;
	background: none;
	padding: 0;
}

/*ニュース
----------------------------------------------------*/
dl#newsList {
    width: 560px;
    overflow: hidden;
    margin: 0 0 40px 20px;
}
dl#newsList dt {
    float: right;
    margin-left: 10px;
    padding: 5px 0;
    text-align: right;
    font-weight :700;
}
dl#newsList dd {
    padding: 5px 150px 5px 0;
    border-bottom: 1px dotted #966;
}
dl#newsList dd a {
    font-weight: bold;
}

/*バナー
----------------------------------------------------*/
ul.banner {
    width: 600px;
}
ul.banner li {
    float: left;
    display: inline;
    margin: 0 0 10px 0;
}
p#vtip {
	display: none;
	position: absolute;
	padding: 10px;
	left: 5px;
	font-size: 0.8em;
	background: #fff;
	border: 1px #a6c9e2 solid;
	 -moz-border-radius: 5px; 
	 -webkit-border-radius: 5px;
	z-index: 9999px;
}

.tipsy {
	padding: 5px;
	font-size: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-image: url(../../images/common/tipsy.gif);
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 800px;
	text-align: center;
}
.tipsy-inner {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-north {
	background-position: top center;
}
.tipsy-south {
	background-position: bottom center;
}
.tipsy-east {
	background-position: right center;
}
.tipsy-west {
	background-position: left center;
}


/* -----------------------------------------------------------
	サイド
----------------------------------------------------------- */
#side {
	width: 200px;
	float: right;
	display: inline;
	font-size: 0.7em;
	color: #fff;
	line-height: 1.3;
}
#side a:link, #side a:visited {
	color: #fff;
	text-decoration: underline;
}
#side a:hover, #side a:active {
	color: #fff;
	text-decoration: none;
}

/*twitter
----------------------------------------------------*/
#twitter {
	margin: 30px 0;
}
#twitterTitle {
	width: 190px;
	height: 50px;
	background: url(../../images/top/side/twitter.gif) no-repeat 0 0;
	position: relative;
	padding: 5px;
}
#twitterTitle img {
	position: absolute;
	top: 5px;
	left: 5px;
}
#twitterName {
	margin: 30px 0 0 55px;
	font-weight: 700;
	font-size: 1.3em;
}
#twitter_update_list {
	padding: 10px 5px;
	background: #ebe7d3;
	margin: 0;
	color: #333;
}
#twitter_update_list iframe {
	background: #fff;
}
#twitter_update_list a:link, #twitter_update_list a:visited {
	color: #c33;
	text-decoration: underline;
}
#twitter_update_list a:hover, #twitter_update_list a:active {
	color: #c33;
	text-decoration: none;
}
#twitter_update_list li {
	border-bottom: 1px #999 solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

/*サイドナビゲーション
----------------------------------------------------*/
#sNav {
  margin: 30px 0 0;
}
#sNav li {
	margin: 0 0 10px 0;
}


/*----------------------------------------------------
	#pagetop
----------------------------------------------------*/
#pagetop {
	width: 930px;
	background: url(../../images/top/bg/container03.png) no-repeat center 0;
	text-align: right;

}
#pagetop a img {
	margin: -90px 0 15px;
	_position: relative;
}


/* -----------------------------------------------------------
	フッター
----------------------------------------------------------- */
#copyright {
	position: relative;
}
#counter {
	position: absolute;
	bottom: 15px;
	left: 0;
	line-height: 1.4;
}
#counter img {
	padding: 0 2px;
	background: #fff;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}