@charset "utf-8";

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

デジタルハリウッド大学院

Copyright (c) Digital Hollywood Co.,Ltd. All Rights Reserved.

*****************************************************************

[Base CSS]

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

@import "../lib/reset.css";

/* ==========================================

 Fonts

========================================== */

body {
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}
table {
    font-size:inherit;
    font:100%;
}

table li,
table p{
font-size:inherit!important;
}

/* ==========================================

 Body

========================================== */

body {
	color:#666;
	text-align:center;
	background:#fafafa url(/files/common/bg-top_line.gif) repeat-x;
	padding-top:10px;
	line-height:1.6;
}

/* ==========================================

 Header

========================================== */

#header {
	padding-top:20px;
	background-color:#fafafa;
	height:70px!important;
}

#header ul {
	font-size:93%;
}

#logo {
	width:241px;
}

/* Utility Navigation
-------------------------------------------*/
#header ul.utility {
	text-align:right;
}

#header ul.utility li {
	display:inline;
	background:url(/files/common/icon/arrow-red-13px.gif) no-repeat left center;
	padding-left:18px;
	padding-right:20px;
}

#header ul.utility li.last {
	padding-right:0;
}

#header ul.utility li a {
	color:#333;
}

#header ul.utility li a:hover {
	color:#c03;
}

/* External Link
-------------------------------------------*/
#header ul.exLink {
	text-align:right;
	padding:20px 0;
}

#header ul.exLink li {
	display:inline;
	padding:0 0 0 20px;
	/* ※一時的にコメントアウト　2010.7/7
	padding:0 20px;
	border-right:1px solid #333;
	*/
}

#header ul.exLink li.last {
	padding-right:0;
	border:none;
}

#header ul.exLink li a {
	color:#333;
}

#header ul.exLink li a:hover {
	color:#c03;
}

/* ==========================================

 Global Navigation

========================================== */

#gNavBox {
	width:100%;
	background:url(/files/common/gnav-bg.jpg) repeat-x;
}

ul#gNav li {
	float:left;
}

/* ==========================================

 Billbord

========================================== */

#billbord {
	text-align:center;
	padding:5px 0;
	background:#efefef url(/files/common/bg-billbord.jpg) repeat-y;
}

/* ==========================================

 TopicPath

========================================== */

.topicPath {
	font-size:85%;
	background:url(/files/common/bg-topic-path.gif) no-repeat;
	line-height:23px;
	padding:0 0 0 20px;
	color:#fff;
}

.topicPath a {
	color:#fff;
}

#home .topicPath {
	text-indent:-9999px;
}

/* ==========================================

 Content

========================================== */

#content {
	background:url(/files/common/bg-content.gif) repeat-y;
}

/* ==========================================

 Main

========================================== */

#main {
	width:700px;
	padding:20px;
	border-left:1px solid #ccc;
	text-justify: inter-ideograph;
	text-align: justify;
}

/* ==========================================

 Side

========================================== */

#side {
	width:200px;
	padding:20px 0 20px 20px;
}

#side .section {
	width:200px;
	margin:0 0 20px;
}

#side .section.last {
	background:none;
}

#side .line {
	height:2px;
	background:url(/files/common/side/side-border.gif) repeat-x;
	margin-bottom:20px;
}

/* Local Navigation
-------------------------------------------*/
#side .lNav h2 {
	width:200px;
	line-height:38px;
	background:url(/files/common/side/lnav_ttl_bg.gif) no-repeat;
	font-size:116%;
	font-weight:bold;
}

#side .lNav h2 a:hover {
	text-decoration:none;
	color:#999;
}

#side .lNav a {
	display:block;
	color:#333;
}

#side .lNav li {
	border-bottom:1px dotted #999;
	display:block;
	font-size:93%;
	line-height:22px;
}

#side .lNav li a {
	background:url(/files/common/side/lnav_bg.gif) no-repeat;
	padding-left:20px;
}

#side .lNav li a:hover {
	background:url(/files/common/side/lnav_bg_on.gif) no-repeat;
	text-decoration:none;
}

/* crrent
-------------------------------------------*/
#side .lNav li.on a {
	background:url(/files/common/side/lnav_bg_on.gif) no-repeat;
}

/* lower
-------------------------------------------*/
#side .lNav ul li ul li {
	border:none;
	background:#fff none;
	color:#c03;
	font-size:93%;
}

#side .lNav ul li ul li a {
	background:#fff none!important;
	color:#c03;
}

#side .lNav ul li ul li a:hover {
	background:#fff none;
	color:#c03;
	text-decoration:underline;
}

/* bnrBox
-------------------------------------------*/
#side .bnrBox h2 {
	margin-bottom:10px;
}

#side .bnrBox h2.last {
	margin:0;
}

/* infoBox
-------------------------------------------*/
#side .infoBox div {
	background:#fff;
	width:178px;
	padding:10px;
	border:1px solid #ccc;
	border-top:none;
}

#side .infoBox p {
	margin:0;
	line-height:1.5;
	font-size:93%;
}

#side .infoBox ul{
	margin-top:5px;
	font-size:93%;
}

#side .infoBox ul li{
	background:url(/files/common/icon/arrow-red-13px.gif) no-repeat left center;
	padding-left:15px;
	margin:0;
}

#side .infoBox ul li a{
	color:#666;
	font-weight:bold;
}

#side .infoBox ul li a:hover{
	color:#c03;
}

/* ==========================================

 Footer

========================================== */

#footer {
	background-color:#455467;
	font-size:85%;
	color:#fff;
	padding:20px;
}

/* Footer Navigation
-------------------------------------------*/

ul#footerNav {
	background:url(/files/common/bg-footer_nav.gif) repeat-x;
	padding:10px 0 25px;
}

ul#footerNav li {
	display:inline;
	margin-right:20px;
}

ul#footerNav li.last {
	margin:0;
}

ul#footerNav li a {
	color:#fff;
}

/* ==========================================

 class

========================================== */

/* clearfix 
-------------------------------------------*/
.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 */

/* layouts
-------------------------------------------*/
.fLeft {
	float:left;
}

.fRight {
	float:right;
}

.tCenter {
	text-align:center;
}

.tLeft{
	text-align:left;
}

.tRight {
	text-align:right;
}

#main img.fLeft{
	margin:0 10px 10px 0;
}

#main img.fRight{
	margin:0 0 10px 10px;
}


/* 980px-centering
-------------------------------------------*/
.centering {
	width:980px;
	margin:0 auto;
	text-align:left;
}

/* caption
-------------------------------------------*/
caption{
				display:none!important;
}
