@charset "utf-8";
/* --------------------------------------------------
	Since : 2008/5/10
	Last Modified: 2008/5/10
	Site Name: DEAN MORGAN
	Version: 1.0
 --------------------------------------------------- */

/*
===== CONTENTS ================================================================================

	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: navi
		: sidebar
		: entry
		: option
	4: Contents

===============================================================================================
*/

@import "styles-category.css";

/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/

/* Reset
==========================================================*/
*        { margin:0;padding:0; }
img      { border:none;vertical-align:top; }
p        { margin:0;padding:0; }
b,strong { font-weight:bold; }
strong   { color: #f39; }
ul       { margin:0;padding:0; }
li       { margin:0;padding:0;list-style:none; }
dl       { margin:0;padding:0; }
dt       { margin:0;padding:0; }
dd       { margin:0;padding:0; }
.clear   { clear:both;}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}


/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f4;
	}
	
hr {
	border:dotted #ccc;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:7px 0;
	clear:both;
	}

a {color:#777;text-decoration:none;}
a:hover {text-decoration:underline; }

table { font-size:12px; }
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px  Verdana, Arial, Helvetica, sans-serif;
	background:#fff url(img/bg.gif) repeat left top;
	line-height:160%;
	color:#333;
	}


/* Font Setting
==========================================================*/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#000066;}
.font-color-green  {color:#006600}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}
.font-color-pink2  {color:#ff6569;}

.font-size-large   {font-size:16px;font-weight:normal;}
.font-size-nomal   {font-size:12px;font-weight:normal;}
.font-size-small   {font-size:10px;font-weight:normal;}


/* Finding Setting
==========================================================*/
h1 {
	font-size:12px;
	color:#fff;
	}
	
h1 a{
	color:#fff;
	}

h2{
	font-size: 13px;
	color: #4c4c4c;
	margin-bottom:15px;
	font-weight:bold;
	}

h2.green  { border-bottom: 3px solid #d3e174; }
h2.orange {	border-bottom: 3px solid #ffcd67; }
	
body#top h3 {
	font-size:12px;
	background:url(img/home/leafbullet.gif) left center no-repeat;
	height:20px;
	line-height:20px;
	color: #f39;
	font-weight: bold;
	text-indent:20px;
	}
	
body#news h3 {
	font-size:14px;
	background:none;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #f39;
	margin-bottom:10px;
	color: #1aa9cb;
	text-indent:0;
	}

h5 {
	color: #f39;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	height:20px;
	line-height:20px;
	}
	
h5 span{
	background:#f39;
	color:#fff;
	height:20px;
	line-height:20px;
	padding:0 7px;
	margin-right:5px;
	float:left;
	display:block;
	font-weight:normal;
	}
	
h6 {
	color: #ee3e96;
	font-weight:normal;
	padding-bottom: 3px;
	margin-bottom: 8px;
	border-bottom: 1px solid #b3d234;
}

/* 2: Huck
----------------------------------------------------------------------------------------------*/

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
.main:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
.main { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html .main { height: 1% }
.clearfix,
.main {display:block;}
/* end MacIE5 */


/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}


/* CSSロールオーバー(アルファ使用)
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}


/* 透過pngを利用する場合 IE6用 パターン1
==========================================================*/
/*
* html div#alpha{
	width:283px;
	height:96px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src=http://www.mydma.com/img/main/logo.png);
	}
* html  div#alpha img{
	display:none;
	}
*/


/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/
/*
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }
*/



/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/

/* main-layout
==========================================================*/
div#container {
	width: 780px;
	background-color:#FFFFFF;
	text-align:center;
	margin: 0 auto;
	}

div#wrapper{
	margin:0 auto;
	}
	
div#content {
	width:590px;
	padding-top:20px;
	text-align:left;
	float:right;
	}
	
div#web-content {
	text-align:left;
	padding:10px;
	}
	
div#web-content div#content {
	width:560px;
	}
	
div#web-content div#content p{
	padding-bottom:10px;
	}
	
body#concept div#content,
body#lesson div#content,
body#support div#content,
body#voice div#content,
body#corporate div#content { padding-top:8px;}
	
div.main {
	width:545px;
	padding-bottom:30px;
	}
	
div.section {
	padding-left:20px;
	}
	

/* header 
==========================================================*/
div#header {
	width:100%;
	height:110px;
	position:relative;
	text-align:left;
	}
	
div#header a{
	outline:none;
	text-indent:-9999px;
	}
	
a#menu-logo {
	position:absolute;
	background:url(img/header/dmalogo.gif);
	width:310px;
	height:62px;
	top:11px;
	left:15px;
	display:block;
	}
a#menu-bosyu {
	position:absolute;
	background:url(img/header/boshubutton.gif);
	width:160px;
	height:62px;
	top:11px;
	left:360px;
	display:block;
	}
	
a#menu-free {
	position:absolute;
	background:url(img/header/lesson.gif);
	width:192px;
	height:50px;
	top:10px;
	right:25px;
	display:block;
	}
	
a#menu-free:hover {
	background-position:0 -50px;
	}
	
a#menu-sitemap {
	position:absolute;
	background:url(img/header/sitemap.gif) no-repeat;
	width:72px;
	height:13px;
	top:65px;
	right:28px;
	display:block;
	}
	
/* menu */
ul#menu {
	height:25px;
	text-align:left;
	position:absolute;
	left:0;
	bottom:0;
	}
	
ul#menu li{
	display:inline;
	}
	
ul#menu li a{
	width:130px;
	height:25px;
	display:block;
	float:left;
	}
	
ul#menu li a:hover{
	background-position:0 -25px;
	}
	
ul#menu li a#menu-home      { background:url(img/header/homebtn.gif); }
ul#menu li a#menu-concept   { background:url(img/header/conceptbtn.gif); }
ul#menu li a#menu-lesson    { background:url(img/header/lessonbtn.gif); }
ul#menu li a#menu-support   { background:url(img/header/supportbtn.gif); }
ul#menu li a#menu-voice     { background:url(img/header/voicebtn.gif); }
ul#menu li a#menu-corporate { background:url(img/header/contactbtn.gif); }

ul#menu li a#menu-home:hover,
ul#menu li a#menu-concept:hover,
ul#menu li a#menu-lesson:hover,
ul#menu li a#menu-support:hover,
ul#menu li a#menu-voice:hover,
ul#menu li a#menu-corporate:hover { background-position:0 -25px; }

body#top ul#menu li a#menu-home { background-position:0 -25px; }
body#concept ul#menu li a#menu-concept { background-position:0 -25px; }
body#lesson ul#menu li a#menu-lesson { background-position:0 -25px; }
body#support ul#menu li a#menu-support { background-position:0 -25px; }
body#voice ul#menu li a#menu-voice { background-position:0 -25px; }
body#corporate ul#menu li a#menu-corporate { background-position:0 -25px; }
body#french ul#menu li a#menu-concept { background-position:0 -25px; }
			
	
/* footer
==========================================================*/
div#footer {
	width:780px;
	border-top:1px solid #fbcfe5;
	height:88px;
	clear:both;
	text-align:center;
	position:relative;
	}
	
ul#footlinks {
	position:absolute;
	bottom:0;
	left:0;
	height:25px;
	line-height:25px;
	background: #ed488e;
	text-align:left;
	text-indent:10px;
	width:100%;
	}
	
ul#footlinks li{
	display:inline;
	padding:0 10px;
	}
	
ul#footlinks li a{
	color:#fff;
	}
	
li#menu-tel {
	position:absolute;
	top:10px;
	left:20px;
	}
	
a#menu-material {
	background:url(img/footer/lesson.gif) no-repeat;
	width:297px;
	height:48px;
	position:absolute;
	top:15px;
	right:14px;
	text-indent:-9999px;
	}
	
a#menu-material:hover {
	background-position:0 -48px;
	}


/* navi
==========================================================*/
div#navi {
	padding:0 0 5px 0;
	}
	
	
/* sidebar
==========================================================*/
div#sidebar {
	width:190px;
	padding-top:20px;
	float:left;
	text-align:center;
	}

div.side-form {
	padding:14px;
	padding-top:0;
	text-align:center;
	}

div.side-form ul {
	text-align:left;
	}
	
div.side-form li{
	border:1px solid #ccc;
	background:url(img/main/list_01.gif) left top;
	margin-bottom:5px;
	font-size:13px;
	font-weight:bold;
	line-height:140%;
	}
	
div.side-form li a{
	padding:8px 20px 8px 15px;
	display:block;
	color:#555;
	}
	
div.side-form li a:hover{
	text-decoration:none;
	}

div.side-form li#menu-1,
div.side-form li#menu-5 ,
div.side-form li#menu-01{ background:url(img/main/list_01.gif) left top; }

div.side-form li#menu-2,
div.side-form li#menu-6,
div.side-form li#menu-02 { background:url(img/main/list_02.gif) left top; }

div.side-form li#menu-3,
div.side-form li#menu-7,
div.side-form li#menu-03 { background:url(img/main/list_03.gif) left top; }

div.side-form li#menu-4,
div.side-form li#menu-8,
div.side-form li#menu-04 { background:url(img/main/list_04.gif) left top; }

div.side-form li#menu-05 { background:url(img/main/list_01.gif) left top; }
div.side-form li#menu-06 { background:url(img/main/list_02.gif) left top; }
div.side-form li#menu-07 { background:url(img/main/list_03.gif) left top; }
div.side-form li#menu-08 { background:url(img/main/list_04.gif) left top; }
		
div.side-form li#menu-01 a,
div.side-form li#menu-02 a,
div.side-form li#menu-03 a,
div.side-form li#menu-04 a,
div.side-form li#menu-05 a,
div.side-form li#menu-06 a,
div.side-form li#menu-07 a,
div.side-form li#menu-08 a{	background:url(img/main/vec_non.gif) 140px center no-repeat;	}

div.side-form li#menu-1 a:hover,
div.side-form li#menu-5 a:hover{	background:url(img/main/vec_01r.gif) 140px center no-repeat; }

div.side-form li#menu-2 a:hover,
div.side-form li#menu-6 a:hover{	background:url(img/main/vec_02r.gif) 140px center no-repeat; }

div.side-form li#menu-3 a:hover,
div.side-form li#menu-7 a:hover{	background:url(img/main/vec_03r.gif) 140px center no-repeat; }

div.side-form li#menu-4 a:hover,
div.side-form li#menu-8 a:hover{	background:url(img/main/vec_04r.gif) 140px center no-repeat; }

/* category-title */
div#cat-title {
	width:145px;
	height:30px;
	margin:0 auto;
	margin-bottom:5px;
	text-indent:-9999px;
	outline:none;
	}
	
body#concept div#cat-title { background:url(img/title_concept.gif) no-repeat left center;}
body#corporate div#cat-title { background:url(img/title_corporate.gif) no-repeat left center;}
body#lesson div#cat-title { background:url(img/title_lesson.gif) no-repeat left center;}
body#support div#cat-title { background:url(img/title_support.gif) no-repeat left center;}
body#voice div#cat-title { background:url(img/title_voice.gif) no-repeat left center;}
body#french div#cat-title { background:url(img/title_french.gif) no-repeat left center;}
	
/* entry
==========================================================*/
div.entry-body{
	padding:10px 10px 30px 10px;
	}
	
div.entry-body p{
	padding:5px 0 20px 0;
	}
	
div.entry-more{
	padding-top:10px;
	text-align:right;
	}
	
div.entry-more-view{
	padding-top:10px;
	}
	
div.entry-info {
	margin-top:10px;
	padding-left:10px;
	border-top:dotted 1px #999999;
	height:100%;
	}

div.entry-info ul {
	padding:0;
	margin:0;
	}
	
div.entry-info li{
	padding-left:10px;
	margin:0;
	list-style:none;
	float:left;
	}
	
		
	
/* option
==========================================================*/
.img-left{
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}
	
.pad-b10 {
	padding-bottom:10px;
	}
	
.pad-t10 {
	padding-top:10px;
	}

.pad-tb10 {
	padding:10px 0;
	}
	
.mar-b10 {
	padding-bottom:10px;
	}

	
/* table
==========================================================*/
table.tbl-normal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.tbl-normal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	}
	
	
table.tbl-normal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	}

	
/* form
==========================================================*/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.input-txt {
	border:1px solid #ccc;
	margin-right:10px;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	padding:5px;
	width:100%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:100%;
	height:150px;
	}


/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/
body#top p { 
	padding-left:20px;
	margin-bottom:15px;
	}

ul#news {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	}
	
ul#news li{
	border-bottom:1px solid #eee;
	margin-bottom:3px;
	padding-bottom:3px;
	}

ul#news li a:link,
ul#news li a:visited {
	color: #1aa9cb;
	text-decoration: none;
	} 
ul#news li a:hover,
ul#news li a:active {
	color: #333;
	text-decoration: underline;
	}

div#box-left {
	float:left;
	width:65%;
	}
	
div#box-right {
	float:right;
	width:30%;
	}
	
div#box-right img{
	margin-bottom:7px;
	}
	
div#btn-blog a{
	background:url(img/home/blog_btn.jpg) no-repeat top;
	width:160px;
	height:64px;
	display:block;
	text-indent:-9999px;
	margin-bottom:5px;
	}
	
div#btn-blog a:hover{
	background-position:0 -64px;
	}
	
div#btn-login a{
	background:url(img/home/frenchlogin.gif) no-repeat top;
	width:160px;
	height:64px;
	display:block;
	text-indent:-9999px;
	margin-bottom:5px;
	}
	
div#btn-login a:hover{
	background-position:0 -64px;
	}

/* category
==========================================================*/
div#cat-img {
	width:582px;
	height:260px;
	}