
/******************************************************

劇団ダルメシアン　デフォルトスタイルシート

/assets/css/default.css

auther: Aya mitani miruku_17@hotmail.com

*******************************************************/

/* インポート
------------------------------------------------------------------*/

@import url(top.css);
@import url(act.css);
@import url(about.css);
@import url(recruit.css);


/* リセット
------------------------------------------------------------------*/

html,body {
	margin: 0;
	padding: 0;
	font-family: 'メイリオ',Meiryo,sans-serif,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
	position: relative;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 10pt;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	outline: 0;
	text-decoration: underline;
}

a:link {
	color: #e63d02;
}

a:visited {
	color: #e63d02;
}

a:hover {
	color: #fe7e51;
}



/* レイアウト・背景
------------------------------------------------------------------*/

body {
	text-align: center;
	background: #fff url(../images/bg_body.gif) 0 0 repeat;
	position: relative;
}

#wrapper {
	width: 950px;
	text-align: left;
	margin: 15px auto 0 auto;
	background: url(../images/bg_wrapper.gif) 0 0 no-repeat;
	overflow: hidden;
	position: relative;
}

/*html #wrapper {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.daldal.jp/preview/assets/images/bg_wrapper.png", sizingMethod="crop");
	position: relative;
}*/

#container {
	zoom: 100%;
	width: 740px;
	margin: 0 0 0 150px;
	position: relative;
}

#container:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}



/* ヘッダー ---------------------------- */

#header {
	zoom: 100%;
	position: relative;
}

#header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#header h1 {
	text-indent: -9999px;
	font-size: 0.1em;
	line-height: 0.1em;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	display: inline;
}

#header h1 a {
	display: block;
	width: 145px;
	height: 95px;
	margin: 10px 0 0 113px;
}


/* グローバルメュー */

#globalMenu {
	list-style-type: none;
	padding: 60px 0 0 0;
}

#globalMenu li {
	float: left;
	background: url(../images/bg_menu.gif) 0 0 no-repeat;
	width: 88px;
	height: 26px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 5.5px;
	/padding-top: 6px;
	margin-left: 5px;
}

#globalMenu li a {
	display: block;
	width: 88px;
	height: 26px;
	color: #fff;
	text-decoration: none;
}

#globalMenu li a:hover {
	background: url(../images/bg_menu_h.gif) 0 0 no-repeat;
	margin-top: -5.5px;
	padding-top: 5.5px;
	/margin-top: -6px;
	/padding-top: 6px;
}

#globalMenu li.current {
	background: url(../images/bg_menu_h.gif) 0 0 no-repeat;
	width: 88px;
	height: 26px;
}


/* メイン --------------------*/

#mainArea {
	width: 490px;
	float: right;
	margin: 95px 0 0 0;
}

#mainArea h2 {
	text-indent: -9999px;
	font-size: 0.1em;
	line-height: 0.1em;
	overflow: hidden;
	width: 283px;
	height: 80px;
}

#mainArea h3 {
	border-left: solid 5px #B1312E;
	border-bottom: solid 1px #666;
	padding: 0 0 0 5px;
	margin: 25px 0 10px 0;
}

#mainArea h4 {
	margin: 10px 0;
	border-bottom: dashed 1px #999;
	font-size: 9pt;
	padding-bottom: 2px;
}

#mainArea img {
	background: url(../images/bg_photo.gif) 0 0 repeat;
	padding: 5px;
}

#mainArea p {
	margin: 0 0 10px 0;
}


/* ie6 */

*html #mainArea img {
	margin-bottom: 5px;
	border: solid 5px #ccc;
}
/* //ie6 */

#mainArea .imgAllay p {
	font-size: 8pt;
	padding-top: 5px;
}

#mainArea .imgAllay img {
	margin: 10px 0 0 0;
}

#mainArea .leftUnit {
	float: left;
	width: 230px;
}

#mainArea .rightUnit {
	float: right;
	width: 230px;
}

#mainArea #headLink {
	overflow: hidden;
	margin: 10px 0;
}

#mainArea #headLink li {
	display: inline;
	border-left: solid 1px #666;
	padding: 0 20px 0 10px;
	margin-left: -10px;
}

#mainArea .note {
	font-weight: bold;
	color: #ff0000;
	border: solid 1px #ff0000;
	padding: 5px;
}

/* ページトップへ戻る */

.backTop {
	text-align :right;
	padding: 15px 0;
	font-size: 9pt;
	clear: both;
}



/* サイド --------------------*/

#sideArea {
	width: 215px;
	float: left;
	margin: 160px 0 0 0;
}

#sideArea ul {
	list-style-type: none;
}

#sideArea ul li {
	font-size: 14pt;
}

#sideArea ul li.current {
	font-weight: bold;
	color: #e63d02;
}

#sideArea ul li a {
	color: #333;
}

#sideArea ul li a:hover {
	color: #fe7e51;
}



/* フッター --------------------*/


#footer {
	background: url(../images/bg_footer.gif) -4px 0 no-repeat;
	width: 950px;
	height: 153px;
	text-align: center;
	margin: 0 auto;
}

#footer p {
	font-size: 8pt;
	padding: 122px 0 30px 0;
	margin-left: 80px;
}





























