/* CSS Document */

:link,:visited {
    text-decoration:none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
table {
    border-spacing:0;
}
fieldset,img,abbr,acronym {
    border:0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style:normal; */
    /* font-weight:normal; */
}

ol,ul {
	list-style:none;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}

/* imghack */

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/* Hides from IE-mac \*/
*html.clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */

/* link */

a{
	text-decoration:underline!important;
	color: #013467;
}

a:hover{
	text-decoration:underline;
	color: #CC0000;
}



hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}

.clear{clear: both;}

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

body {
	text-align: center;
	background: #fff;
	font-size: 0.85em;
	line-height: 1.4em;
}

h1{
	
}

#container{
	width: 818px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/vivis/img/page_bk.jpg);
	background-repeat: repeat-y;
}

#header{
	height: 350px;
}

#content{
	margin-bottom: 20px;
}

#left-frame{
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#center-frame{
	float: left;
	width: 388px;
}

#right-frame{
	width: 200px;
	float: left;
	margin-left: 8px;
	margin-top: 6px;
}

#footer{
	height: 90px;
	background-image: url(/vivis/img/footer_bk.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	width: 802px;
}

/* left-frame ----------------------------------------------------------------- */

.profile_photo{
	margin-top: 10px;
	margin-bottom: 10px;
}

.profile_box{
	background-image: url(/vivis/img/profile_box01.jpg);
	width: 183px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.profile_box p{
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
}

.pro_p{
	float: left;
	margin-right: 8px;
}

.pro{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #8C9AB2;
	background-color: #8C9AB2;
	height: 1px;
}

.archive{
	margin-top: 15px;
}


.table01{
	width: 175px;
}

.table01 td,.table01 th{
	text-align: center;
}

.table01 caption{
	text-align: center;
}

.catd a{
	font-weight: bold;
	text-decoration: underline;
}

.archive li{
	text-align: left;
	margin-left: 10px;
}


/* right-frame ----------------------------------------------------------------- */

.archive_r{
	background-image: url(/vivis/img/game_bk.gif);
	background-repeat: repeat-y;
	width: 198px;
	margin-bottom: 5px;
}

.archive_r p{
	color: #FFFFFF;
	margin-bottom: 10px;
}

.archive_rank{
	background-repeat: repeat-y;
	width: 199px;
	margin-bottom: 5px;
	background-image: url(/vivis/img/rank_bk.gif);
	text-align: left;
}

#rank{
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
}

.archive_r02{
	background-image: url(/vivis/img/archive_r02_bk.gif);
	background-repeat: repeat-y;
	width: 198px;
	margin-bottom: 5px;
}

#game_month,#birthday_month{
	text-align: left;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}

.archive_mobile h2{
	margin-bottom: 7px;
}

/* center-frame ----------------------------------------------------------------- */

.comment a{
	color: #FFFFFF;
	text-decoration: underline!important;
}

.comment{
	background-image: url(/vivis/img/comme_bk.gif);
	background-repeat: repeat-y;
	width: 370px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.comment_title{
	background-image: url(/vivis/img/comme_title.gif);
	background-repeat: no-repeat;
	height: 84px;
}


.comment-inner{
	text-align: left;
	width: 340px;
	margin-right: auto;
	margin-left: auto;
}

.asset{
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 11px;
}

.comment h3{
	padding-top: 5px;
	font-size: 1.2em;
	text-align: left;
	padding-left: 75px;
	font-weight: bold;
	line-height: 1.4em;
}

.comment-inner img{
	margin-bottom: 0px;
}


/* footer ----------------------------------------------------------------- */

#footer address{
	padding-top: 48px;
}

