@charset "UTF-8";
/* CSS Document */

body {
	background-repeat: no-repeat;
	margin: 0 auto;
	background-image: url(images/background.gif);
	background-color: #AEF0FE;
	background-position: center center;
	background-attachment: fixed;
	}
	
	
.wrapper {
	background-repeat: repeat;
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}

.profile_wrapper {
	background-repeat: repeat;
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}

.headder {
	margin: 0 auto;
}
.yodogawa {
	margin: 0 auto;
	padding-bottom: 20px;
}

.mokuji {
	margin: 0 auto;
	font-size: 10px;
	color: #333;
	letter-spacing: 1px;
	line-height: 15px;
	padding-top: 40px;
	margin-right: 95px;
	margin-left: 95px;
}


/* ------------------フレーム類い------------------ */

.ftame_top_g {
	margin: 0 auto;
	padding-top: 20px;	
}
.ftame_bottom_g {
	margin: 0 auto;
	padding-bottom: 20px;	
}

.ftame_top_b {
	margin: 0 auto;
	padding-top: 20px;	
}
.ftame_bottom_b {
	margin: 0 auto;
	padding-bottom: 20px;	
}



/* ------------------本文------------------ */

.main {
	margin: 0 auto;
	padding-top: 40px;
	margin-left: 30px;
	margin-right: 30px;
	/* -----メイン文字要素------ */
	font-size: 14px;
	color: #333;
	letter-spacing: 2px;
	line-height: 24px;
}

.main_text {
	margin: 0 auto;
}

.main_twitter_text {
	width: 635px;
	margin-left: 10px;
	margin-right: 10px;
	margin: 0 auto;
	font-size: 14px;
	color: #090;
	letter-spacing: 1px;
	line-height: 24px;
	background-color: #F9EDD7;
}

.kakomi {
	width: 746px;
	/* -----かこみ文字要素------ */
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	line-height: 24px;
	background-image: url(images/kokuchi_back.gif);
	height: 490px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.kakomi_s {
	/* -----かこみ文字要素------ */
	font-size: 12px;
	color: #666;
	letter-spacing: 1px;
	line-height: 20px;
}


.footer {
	margin: 0 auto;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}


/* ------------------ボタン------------------ */
.btn{
}




/* ------------------イレギュラー文字要素------------------ */

.small {
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	line-height: 15px;
}

.profile {
	margin: 0 auto;
	font-size: 16px;
	color: #333333;
	line-height: 15px;
}



/* ------------------リンク------------------ */

a:link {
	color: #FF99CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF99CC;
}
a:hover {
	text-decoration: none;
	color: #FF99CC;
}
a:active {
	text-decoration: none;
}
