/*===========================================================================*/
/*              共通　スタイル                                               */
/*---------------------------------------------------------------------------*/
/*        サイト内の共通スタイル    ロゴなど　　　　　　                   */
/*===========================================================================*/



/*------------------------------------*/
/*  ヘッダー　ロゴ 　　　　　　　　   */
/*------------------------------------*/
#item_top_logo {
	float:left;
    color: #666666;
    margin: 3px 0px 3px 0px;
}

#item_top_logo img {
	vertical-align: top;
    width: 400px;
    height: 40px;
    border: none;
}


/*------------------------------------*/
/*  ヘッダー　メニュー　　　　　　　   */
/*------------------------------------*/
#item_header_menu {
    display: block;
	float:left;
    width: 899px;
    color: #666666;
    margin: 0px 0px 0px 0px;
    background: url('../img/main_menu_bg.gif');
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    text-shadow:0px 0px 2px #fff;
    
    /*font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
    font-family: Arial, sans-serif;
    font-size: 24px;
	font-style: normal;
	font-weight: normal;
	border: 0px none;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	text-shadow:0px 0px 2px #fff;
	background-color: transparent;
	text-transform:lowercase;
    line-height: 30px;*/
}

/*------------------------------------*/
/*  ヘッダー　メニュー　　　　　　　  */
/*------------------------------------*/
/*
#item_header_menu {
    display: none;
	float:left;
    width: 200px;

    font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
    font-family: Arial, sans-serif;
    font-size: 24px;
	font-style: normal;
	font-weight: normal;
	border: 0px none;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	text-shadow:0px 0px 2px #fff;
	background-color: transparent;
	text-transform:lowercase;
    line-height: 30px;
}
*/
/*------------------------------------*/
/*  ヘッダー　タイトル　　　　　　　   */
/*------------------------------------*/
#item_header_title h1 {
    display: block;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
    font-size: 24px;
	font-style: normal;
	font-weight: normal;
	border: 0px none;
	padding: 2px 0px 0px 0px;
	white-space: nowrap;
	text-shadow:0px 0px 2px #fff;
	background-color: transparent;
	text-transform:lowercase;
    text-align: center;
}

/*------------------------------------*/
/*  フッター　メニュー　　　　　　　  */
/*------------------------------------*/
#main_menu {
    display: block;
}

/*------------------------------------*/
/*  フッター　メニュー　　　　　　　  */
/*------------------------------------*/
.nowpage {
    background-color: #E0E0E0; 
}

/*------------------------------------*/
/*  フッター　著作権　　　　　　　   */
/*------------------------------------*/
#copyright {
	float:center;
    margin: 0px 0px 0px 0px;
    *margin: 0px 0px 0px 0px;
    font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
    font-size:12px;
	font-style: normal;
	font-weight: normal;
}


/*------------------------------------*/
/*  ヘッダー　文字サイズ変更ボタン    */
/*------------------------------------*/
#item_tsize_btn {
    /*display: inline;*/
    display: none;
    float:right;
    font-family: "Courier New", Courier, mono;
    font-size: 10px;
	margin: 0px 4px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#item_tsize_btn A:link { color: #999999; }
#item_tsize_btn A:visited { color: #999999; }
#item_tsize_btn A:active { color: #999999; }
#item_tsize_btn A:hover {
    /*border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;*/
    background: #CCCCCC;
    color: #333333;
}

#item_tsize_btn a {
    color: #FFFFFF;
	font-size: 10px;
    padding: 0px 3px 0px 3px;
    outline: none;
    color: #999999;
    text-decoration: none;
}


/*------------------------------------*/
/*  各ページ　メニュー　リスト        */
/*------------------------------------*/
.menu_list {
    font-size: 100%;
    margin: 16px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
}

.menu_list ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    border-top: 1px dotted #DDDDDD;
}

.menu_list li {
	background: url('../img/allow6.gif') no-repeat 0 4px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding-left: 16px;
    border-bottom: 1px dotted #DDDDDD;
}

.menu_list li:hover {
    color: #333333;
    background: #99CC33 url('../img/allow2.gif') no-repeat 3px 4px;
}

.my_page {
    border-right: 8px solid #99CC33;
}

.menu_list p {
	height: 14px;
	line-height: 16px;
	margin: 0px 0px 3px 0px;
}

.menu_list img {
	vertical-align: text-top;
}

.menu_list A {
    display:block;
    width: 148px;
    /*height: 20px;*/
    outline: none;
    text-decoration: none;
}

.menu_list A:link { color: #999999; }
.menu_list A:visited { color: #999999; }
.menu_list A:active { color: #333333; }
.menu_list A:hover {
    color: #333333;
    background: #99CC33;
}

/*---------------------------------*/
/*  　NEWマーク　　                */
/*---------------------------------*/
.new_mk {
    font-size: 90%;
    color: #CC0000;
    margin: 0px 4px 0px 0px;
    padding: 1px 2px 0px 2px;
    border:1px solid #CC0000;
}
