/* CSS Document */

@charset "Shift_JIS";

/***** 
---------------------------------------------------------------------------------------------
2009.7.16 Shift-JIS CR+LF

1.リセット
2.リンク
3.フォント
4.レイアウト
5.装飾
6.フロートクリア

---------------------------------------------------------------------------------------------
*****/


/*==============================================================

 1.リセット

================================================================*/

/*YUI ver. 2.5.1 table関連削除*/
html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{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;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}
body * {line-height:1.5}
br{letter-spacing:normal}




/*==============================================================

 2.リンク

================================================================*/

a{
 overflow:hidden;
}

#left a:link {
 color: #2E2C2C;
 text-decoration:none;
}

#left a:visited {
 color:#666666;
 text-decoration:none;
}

#left a:hover {
 color: #2E2C2C;
 text-decoration:underline;
}

#left a:active {
 color: #2E2C2C;
 text-decoration:underline;
}

#main a:link {
 color: #114081;
 text-decoration:none;
}

#main a:visited {
 color:#666666;
 text-decoration:none;
}

#main a:hover {
 color: #2E2C2C;
 text-decoration:underline;
}

#main a:active {
 color: #2E2C2C;
 text-decoration:underline;
}


/*==============================================================

 3.フォント

================================================================*/
/*
77% = 10px	| 	122% = 16px	|	167% = 22px	
85% = 11px	|	129% = 17px	|	174% = 23px
93% = 12px	|	136% = 18px	|	182% = 24px
100% = 13px	|	144% = 19px	|	189% = 25px
107% = 14px	|	154% = 20px	|	197% = 26px
114% = 15px	|	159% = 21px	|
*/

.small{font-size:77%;}
.normal{font-size:93%;}

.right{text-align:right;}
.bold{font-weight:bold;}


/*==============================================================

 4.レイアウト

================================================================*/
body{
 color: #444444;
 font-family: Verdana, sans-serif;
 background-color:#f0f0ee;
}

hr{
 display:none;
}

#container{
 margin: 0 auto;
 width: 889px;
}

#header{
 padding:10px 0 0 0;
 width: 889px;
}

#wrapper{
 width: 889px;
}

#main{
 float: right;
 width: 714px;
}

#left{
 float: left;
 width: 174px;
}

#footer{
 width: 889px;
 height:50px;
 background:url(img/i45/copyright.gif) right center no-repeat;
 text-indent:-9999px;
}


/*==============================================================

 5.装飾

================================================================*/

/*プロフィール*/
#main div.profile-box-area{
 width:714px;
 background:url(img/i45/deco002.gif) 0 0 repeat-y;
}

#main div.profile-box-top{
 background:url(img/i45/deco001.gif) 0 top no-repeat;
}

#main div.profile-box-bottom{
 padding:40px;
 background:url(img/i45/deco003.gif) 0 bottom no-repeat;
}

#main div.profile-photo{
 float:left;
 width: 115px;
}

#main div.profile-text,
#main div.thanks-text{
 float:right;
 width: 493px;
}

#main div.profile-box-area .borderbottom{
 margin:0 0 10px 0;
 padding:0 0 10px 0;
 border-bottom:#d4d4d2 2px solid;
}


/* left バックナンバー */
#left div.backnumber-box-area{
 width:174px;
 background:url(img/i45/back002.gif) 0 0 repeat-y;
}

#left div.backnumber-box-top{
 background:url(img/i45/back001.gif) 0 top no-repeat;
}

#left div.backnumber-box-bottom{
 padding:16px;
 background:url(img/i45/back003.gif) 0 bottom no-repeat;
}


#left p.title{
 width:142px;
 height:27px;
 background:url(img/i45/backtitle001.gif) 0 top no-repeat;
 text-indent:-9999px;
}

#left p.list a{
 display:block;
 padding:3px 0;
 border-bottom:1px solid #b5cbad;
}

/* left バナー */
#left div.banner{
 padding:10px 0 0 0;
}

#left div.banner p.bn001 a{
 display:block;
 height:29px;
 background-image:url(img/i45/left-bn001.gif);
 background-position:center 0;
 background-repeat:no-repeat;
 text-indent:-9999px;
}

#left div.banner p.bn002 a{
 display:block;
 height:29px;
 background-image:url(img/i45/left-bn002.gif);
 background-position:center 0;
 background-repeat:no-repeat;
 text-indent:-9999px;
}

#left div.banner p.bn003 a{
 display:block;
 height:45px;
 background-image:url(img/i45/left-bn003.gif);
 background-position:center 0;
 background-repeat:no-repeat;
 text-indent:-9999px;
}

/*==============================================================

 6.フロートクリア

================================================================*/

.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 */

.clear{
 margin: 0;
 padding: 0;
 clear: both;
}

.clearall {
 clear: both;
 height: 0;
}

/* Hides from IE-mac \*/
.clearall {
 visibility: hidden;
}
/* End hide from IE-mac */
