@charset "UTF-8";
/* -----------------------------------------------------------
	00 main
	01 sub
	02 sub menu  boss profile
----------------------------------------------------------- */

/* -----------------------------------------------------------
 =00 main
----------------------------------------------------------- */
/* contents
------------------------------------------------------------*/
#contents{
	width:600px;
	padding:0 25px 30px 35px;
	}

/* main
----------------------------------------------------------- */
#mainBlog {
	float:left;
	width:408px;
	overflow:hidden;
	}

	#mainBlog h3 {
		margin-bottom:22px;
		padding:4px 10px 3px;
		color:#FFFFFF;
		font-size:14px;
		}

		#mainBlog h3.h3boss {
			background-color:#006699;
			}

		#mainBlog h3.h3book {
			background-color:#0E565C;
			}

		#mainBlog h3.h3employee {
			background-color:#F49430;
			}

		#mainBlog h3.h3qa {
			background-color:#B05800;
			}

		#mainBlog h3.h3years {
			background-color:#004B00;
			}

		#mainBlog h3.h3after {
			background-color:#003366;
			}
	
	#footerBlog {
		margin:30px 0;
		padding-top:5px;
		border-top:1px solid #CCCCCC;
		font-size:77%;
		text-align:right;
		clear:both;
		}
	  
	html:\66irst-child #footerBlog { /* safari only \*/
		font-size:74%;
		}

/* -----------------------------------------------------------
 =01 sub menu
----------------------------------------------------------- */
/* menu
----------------------------------------------------------- */
#menuBlog {
	float:right;
	width:162px;
	}

	#menuBlog dl {
		margin-bottom:30px;
		}

		#menuBlog dl dt,#menuBlog dl dd {
			margin-bottom:4px;
			}

		#menuBlog dl img {
			vertical-align:top;
			}
	
	#menuBlog h3 {
		margin-bottom:15px;
		padding-bottom:10px;
		background:url(../../img/main/line_h3.gif) repeat-x 0 bottom;
		color:#CC0000;
		font-size:100%;
		line-height:1;
		}

	#menuBlog ul {
		margin-bottom:25px;
		}
		
		#menuBlog ul li {
			list-style-type:none;
			padding-left:14px;
			background:url(../../img/main/ic_list.gif) no-repeat 0 8px;
			}
			
/* -----------------------------------------------------------
 =02 sub menu     boss profile
----------------------------------------------------------- */
/* boss profile --------------- */
#menuBlog dl#history {
	margin-bottom:15px;
	}

	#menuBlog dl#history dt {
		margin-bottom:0;
		}

	#menuBlog dl#history dd {
		margin-bottom:0;
		padding-left:10px;
		background:url(../../img/main/ic_dot.gif) no-repeat 0 9px;
		}

#menuBlog ul#profile li {
	list-style-type:none;
	padding-left:14px;
	background:url(../../img/main/ic_square.gif) no-repeat 0 5px;
	}
