﻿@charset "utf-8";

/*===================================================================
------------------
CSS Information
------------------
 File name :          profile.css
 Summary :            individual styles
 Created :            2009-06-24
 Last Update :        2009-06-24
===================================================================*/

/*===================================================================
------------------
Table Of Contents
------------------
 01) Reset
 02) Redifine
 03) Contents
===================================================================*/

/*-------------------------------------------------------------------
 01) Reset
-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,button,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { border: 0;}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul { list-style: none;}

caption,th { text-align: left;}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after { content: '';}

abbr,acronym { border: 0;}


/*-------------------------------------------------------------------
 02) Redifine
-------------------------------------------------------------------*/
body {
	margin: 0 auto;
	padding: 0;
	background: #ffffff url(../images/profile/profile_header.gif) left top repeat-x;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 12px;
	color: #828282;
}


* html body { /* IE6 */
	font-size: 75%;
	text-align: center;
}

*:first-child+html body { /* IE7 */
	font-size: 75%;
}

head~/* */body { /* IE8 */
	font-size: 75%;
}

* html table th,
* html table td { font-size: 75%;}

hr { display: none;}

button {
	background: none;
	border: 0;
	overflow: visible;
	cursor: pointer;
}

a {
	color: #ff69a1;
	text-decoration: none;
}

a:hover { text-decoration: underline;}


/*-------------------------------------------------------------------
 03) Contents
-------------------------------------------------------------------*/
#profile {
	margin: 0 auto;
	width: 525px;
	text-align: left;
}

#profile h1 { padding: 35px 0 22px;}

#profile p { margin-bottom: 20px;}

#profile .bnr {
	position: relative;
	margin-left: 66px;
}

#profile .bnr .bnrLogo {
	position: absolute;
	top: 0;
	left: 62px;
}

.close {
	margin: 45px 0 15px;
	text-align: center;
}

#footer {
	height: 36px;
	background: transparent url(../images/profile/profile_footer.gif) left bottom repeat-x;
}