@charset "utf-8";

#page {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	line-height:160%;
}

/*--------------------------------------------
img setting
--------------------------------------------*/

.img {
	vertical-align:text-bottom;
}

/*--------------------------------------------
link setting
--------------------------------------------*/

a {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #FF8C00;
	text-decoration: none;
}



/*--------------------------------------------
text setting
--------------------------------------------*/
.bold {
	font-weight:bold;
}
.gray {
	color: #999999;
}
.small {
	font-size:85%;
}




/*--------------------------------------------
.top setting
--------------------------------------------*/

.top {
	margin:20px 0 10px 0;
}

.myspace {
	font-size:30px;
}

/*--------------------------------------------
#header setting
--------------------------------------------*/
#header {
	width:950px;
	height:130px;
	margin:0;
	background-image: url(../img/card_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header h1 {
	padding:53px 0 0 51px;
	float:left;
}

#header ul {
	float:right;
	padding:53px 51px 0 0;
}

/*--------------------------------------------
#wrapper setting
--------------------------------------------*/
#wrapper {
	width:950px;
	margin:0;
	background-image: url(../img/card_02.jpg);
	background-repeat: repeat-y;
	clear:both;
}

/*--------------------------------------------
#sideBar setting
--------------------------------------------*/

#sideBar {
	width: 169px;
	margin:0 0 0 31px;
	float:left;
	display:inline;
}

#sideBar ul.outside_link {
	margin-top:20px;
	margin-left:20px;
}

#sideBar ul.outside_link li {
	margin-bottom:5px;
}

/*--------------------------------------------
#contents setting
--------------------------------------------*/

#rightArea {
	width:700px;
	float:right;
	padding:20px 50px 50px 0;
	display:inline;
}
#content {
	width:660px;
	padding:30px 20px 30px 20px;
}
/*--------------------------------------------
#footer setting
--------------------------------------------*/

#footer {
	width:950px;
	height:100px;
	margin:0;
	background-image: url(../img/card_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*--------------------------------------------
clearfix setting
--------------------------------------------*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

