@charset "utf-8";

/* ===============================================

	FORMAT
  
=============================================== */
*{
	zoom: 1;
	margin:0;
	padding:0;
}

html,body {
	height:100%;
}

body {
	line-height: 1.5;
	color: #333;
	background: #fff;
}

html {
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;
}

h1,h2,h3,h4,h5 {
	line-height: 1;
	font-size: 100%;
	font-weight: normal;
}

img {
	border: none;
	vertical-align: top;
}

ul, ol, li, dl, dt, dd {
	list-style:none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-weight:normal;
}


/* ===============================================

	FONT SIZE
  
==================================================

Yahoo UI Library Fonts CSS
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/

   Font-size Adjustment

   10px = 77%       |   11px = 85%
   12px = 93%       |   13px = 100%
   14px = 108%      |   15px = 116%
   16px = 123.1%    |   17px = 131%
   18px = 138.5%    |   19px = 146.5%
   20px = 153.9%    |   21px = 161.6%
   22px = 167%      |   23px = 174%
   24px = 182%      |   25px = 189%
   26px = 197%

=============================================== */
body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}
 
select, input, textarea {
	font-size: 100%;
}

sup {
	font-size:77%;
	vertical-align:top;
}

p {
	font-size: 93%;
}


/* ===============================================

	FONT FAMILY
  
=============================================== */
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

*:first-child+html body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

* html body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}


/* ===============================================

	LINK DECORATION
  
=============================================== */
a {
	color: #333;
	text-decoration: underline;
	outline: none;
}

a:link {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #2f72a7;
	text-decoration: none;
}


/* ===============================================

	CONTENTS
  
=============================================== */
body {
	text-align: left;
	background-color: #fff;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative; 
	width: 750px;
}

#header {
	width: 750px;
	margin-bottom: 20px;
}

#header h1 {
	width: 750px;
	height: 60px;
}

#header p {
	width: 224px;
	height: 27px;
	background: url(img09/common/header_line_bg.gif) repeat-x top;
	text-align: right;
	padding-left: 526px;
}	

#copy {
	position: absolute;
	bottom: 0px;
	width: 750px;
	text-align: center;
	font-size: 93%;
	padding: 10px 0;
	border-top: 1px solid #cccccc;
}


/* -----------------------------
	TOP
----------------------------- */
#contentsTop {
	width: 664px;
	padding: 0 53px 80px 33px;
}

p#titleAna {
	margin-bottom: 25px;
}

p#titleWeather {
	margin-bottom: 25px;
}

p#netksb {
	margin-bottom: 20px;
}

ul.anaList {
	width: 632px;
	overflow: hidden;
	margin-bottom: 40px;
}

ul.anaList li {
	width: 126px;
	float: left;
	margin: 0 0 25px 32px;
	display: inline;
}

ul.anaList li.bottom {
	margin-bottom: 0;
}

ul.anaList li dt {
	width: 126px;
	margin-bottom: 5px;
}

ul.anaList li dt a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

ul.anaList li dd {
	width: 126px;
}


/* -----------------------------
	PROFILE
----------------------------- */
#contentsProfile {
	width: 697px;
	padding-left: 53px;
}

#anaPhoto {
	width: 146px;
	float: left;
	position: relative;
}

#anaPhoto img {
}

#anaPhoto p {
	font-size: 83.3%;
	padding: 18px 0 0 30px;
	width: 149px;
	height: 40px;
	position: absolute;
	bottom: -60px;
	left: -15px;
	background: url(img09/common/fukidashi.gif) no-repeat;
}

#anaInfo {
	width: 521px;
	float: left;
	margin-left: 30px;
}

#anaInfo h3 {
	font-size: 197%;
	color: #090;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #090;
}

#anaInfo h3 span {
	font-size: 46.15%;
	padding-left: 10px;
	letter-spacing: 1px;
}

#anaInfo table {
	width: 521px;
	font-size: 93%;
	margin-bottom: 20px;
}

#anaInfo th {
	width: 130px;
	text-align: right;
	font-weight: bold;
	padding: 3px 5px 3px 0;
	vertical-align: top;
	border: 1px solid #bbb;
	background: #effdd0;
}

html[xmlns*=""] body:last-child #anaInfo th {
	font-weight: normal;
}

#anaInfo td {
	padding: 3px 0 3px 5px;
	vertical-align: top;
	border: 1px solid #bbb;
}

#anaInfo td span {
	font-size: 83%;
	padding-bottom: 5px;
}

#message {
	padding: 14px 10px 10px 10px;
	border: 3px solid #090;
	position: relative;
}

#message span {
	font-size: 108%;
	font-weight: bold;
	color: #090;
	position: absolute;
	top: -14px;
	left: 10px;
	background: #fff;
	padding: 3px;
}

html[xmlns*=""] body:last-child #message span {
	font-weight: normal;
}

#back {
	margin-top: 10px;
	text-align: right;
}