﻿@charset "utf-8";
/* CSS Document */


/*
メインコンテンツスタイル
----------------------------------------------------------------------------------------------------------------*/
div.main{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	min-height: 100%;
	min-width: 960px;
	overflow: hidden;
	z-index: 2;
}

div.container{
	padding-left: 310px; /*サイドメニューの幅だけ右へずらす*/
	height: 100%;
	position: relative;
}


/*
パンくずリスト
---------------------------------------------*/
ol.path{
	margin-top: 22px; /*通常のページは22px。h2.pagetitleの画像の高さが違う場合は別途設定*/
	position: relative;
	overflow: hidden;
}

ol.path li{
	float: left;
	display: inline;
	width: 140px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

ol.path li.level1_1{
	background: url(../img/common/path_level_1.gif) no-repeat left top;
	width: 170px;
}

ol.path li.level1_2{
	background: url(../img/common/path_level_1_2.gif) no-repeat left top;
	width: 170px;
}

ol.path li.level2{
	background: url(../img/common/path_level_2.gif) no-repeat left top;
}

ol.path li.level3{
	background: url(../img/common/path_level_3.gif) no-repeat left top;
}

/*
サブリンク
---------------------------------------------*/
ul.sublink{
	position: absolute;
	top: 15px;
	right: 15px;
}

ul.sublink li{
	float: left;
	height: 16px;
	margin-right: 20px;
	padding-left: 18px;
	background: url(../img/common/arrow.gif) no-repeat left center ;
}

/*
メインコンテンツ
---------------------------------------------*/
div.contents{
	margin-left: 40px;
	padding-top: 73px;
}

h2.pagetitle{
	width: 100%;
}

h3.pinkline{
	clear: left;
	width: 90%;
	border-bottom: 2px #ff0099 solid;
	padding: 0 0 2px 5px;
}
.to_top{
	text-align: right;
	width: 90%;
	padding: 50px 0 20px 0;
	clear: both;
}

/*
サイドメニュースタイル
----------------------------------------------------------------------------------------------------------------*/
div.sidemenu{
	width: 310px;
	height: 795px; /*トップ画像の最小サイズ*/
	min-height: 100%;
	padding-right: 17px;
	background: url(../img/common/shadow.png) repeat-y scroll right top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

body > div.sidemenu{ 
    height:795px; /*トップ画像の最小サイズ*/
}

ol.path li.current{
	background: url(../img/common/path_current.gif) no-repeat left top;
}


/*
ブランディングエリア
---------------------------------------------*/
h1{
	width: 310px;
	height: 306px;
	background: #ffffff url(../img/common/branding.gif) no-repeat scroll left top;
}

h1 img{
	position: absolute;
	top: 214px;
	left: 42px;
	zleft: 85px;
}

/*
ナビゲーションメニュー
---------------------------------------------*/
ul.navimenu{
	width: 310px;
	height: 135px;
	overflow:hidden;
}

ul.navimenu li{
	float: left;
}

ul.navimenu a{
	display: block;
	width: 155px;
	height: 45px;
	text-indent: -9999px;
	overflow: hidden;
}

#menu_events{
	background: #ffffff url(../img/common/menu.gif) no-repeat scroll 0 0;
}

#menu_profile{
	background: #ffffff url(../img/common/menu.gif) no-repeat scroll -155px 0;
}

#menu_works{
	background: #ffffff url(../img/common/menu.gif) no-repeat scroll -0px -45px;
}

#menu_comics{
	background: #ffffff url(../img/common/menu.gif) no-repeat scroll -155px -45px;
}

#menu_blog{
	background: #ffffff url(../img/common/menu.gif) no-repeat scroll -0px -90px;
}

#menu_links{
	background: #ffffff url(../img/common/menu.gif) no-repeat scroll -155px -90px;
}

#menu_events:hover, #menu_events.hover{
	background: #ffffff url(../img/common/menu.gif) no-repeat scroll -310px 0;
}

#menu_profile:hover, #menu_profile.hover{
	background: #ffffff url(../img/common/menu.gif) no-repeat scroll -465px 0;
}

#menu_works:hover, #menu_works.hover{
	background: #ffffff url(../img/common/menu.gif) no-repeat scroll -310px -45px;
}

#menu_comics:hover, #menu_comics.hover{
	background: #ffffff url(../img/common/menu.gif) no-repeat scroll -465px -45px;
}

#menu_blog:hover, #menu_blog.hover{
	background: #ffffff url(../img/common/menu.gif) no-repeat scroll -310px -90px;
}

#menu_links:hover, #menu_links.hover{
	background: #ffffff url(../img/common/menu.gif) no-repeat scroll -465px -90px;
}

/*当該ページにいるときはメニューを反転*/
body.body_events a#menu_events{
	background: #ffffff url(../img/common/menu.gif) no-repeat scroll -310px 0;
}

body.body_profile a#menu_profile{
	background: #ffffff url(../img/common/menu.gif) no-repeat scroll -465px 0;
}

body.body_works a#menu_works{
	background: #ffffff url(../img/common/menu.gif) no-repeat scroll -310px -45px;
}

body.body_comics a#menu_comics{
	background: #ffffff url(../img/common/menu.gif) no-repeat scroll -465px -45px;
}

body.body_blog a#menu_blog{
	background: #ffffff url(../img/common/menu.gif) no-repeat scroll -310px -90px;
}

body.body_links a#menu_links{
	background: url(../img/common/menu.gif) no-repeat scroll -465px -90px;	
}

/*
更新情報
---------------------------------------------*/
div.news{
	width: 310px;
}

div.news dl{
	font-size: 85%;
	width: 100%;
	height: 128px;
	overflow: auto;
	border-bottom: 1px #cccccc solid;
	border-top: 1px #cccccc solid;
}

div.news dl dt{
	margin-top: 10px;
	font-weight: bold;
	padding-left: 10px;
}

div.news dl dd{
	margin-bottom: 5px;	
	padding-left: 10px;
	padding-bottom: 5px;
	text-indent: 1em;
	border-bottom: #cccccc dashed 1px;
}

/*
フッター
---------------------------------------------*/
div.footer{
	width: 310px;
	z-index: 2;
}

div.footer iframe{
	margin-top: 15px;
}

div.footer ul{
	margin-top: 15px;
}

div.footer address{
	font-size: 0.9em;
	margin-top: 15px;
}