/* Default ---------------------------------------------------------------- */

/* Global */

body {
	margin:0;
	padding:0;
	font-size:11px;
	color:#555555;
    font-family:Georgia, "Times New Roman", Times, "游ゴシック","Yu Gothic","メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3" , sans-serif;
	background-image:url(images/bg.jpg);
	text-align:center;

}
img{
	border:none;
}
ul {
	margin:0;
	padding:0;
}
li{
	list-style:none;
}
li img{
	vertical-align:bottom;
}
a,a:link,a:visited{
	color:#bbb;
	text-decoration:underline;
}
a:hover,a:active{
	color:#bbb;
	text-decoration:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a {
    text-decoration: none !important;
}
a:hover {
    text-decoration:none !important;
	color:#7EC1E2;
}
p {
	font-size: 13px;
}

/* clear
--------------------------------------------------------------- */
.clear{
	clear:both;
}
.clearFix{
	zoom:1;_height:1%;
}
.clearFix:after{
	content:"";display:block;clear:both;
}


/* Layout ----------------------------------------------------------------- */


#container {
	width:100%;
	height:100%;
}

#content {
	width:700px;
	height:560px;
	position:absolute;
	top:50%;
	left:50%;
	margin: -280px 0 0 -350px;  
}
#ttl {
    background: url(images/ttl.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px;
	margin-top:130px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	width:110px;
	height:93px;
}
.discription {
	margin-bottom:38px;
}
ul {
	text-align:center;
	margin-top:100px;
	margin-bottom:80px;
}
li {
	margin-right:50px;
	display:inline;
	font-size:24px;
	border-bottom:1px dotted #999;
}

li.lastChild {
	margin-right:0;
}
ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.topic {
	margin-bottom:20px;
	display:inline;
	width:200px;
	font-size:12px;
	color:#bbb;
	padding:2px 4px;
	border:1px dotted #999;
}

/*.copy {
font-size:10px;
color:#999;
position:absolute;
bottom:10px;
right:50%;
left:50%;
}
*/
.copy {
font-size:10px;
color:#999;
position:absolute;
bottom:10px;
right:35%;
left:35%;
}


/* Stylet ----------------------------------------------------------------- */

