/**************************************************
	Portal Template
	2007.02.01
***************************************************/

* {
¡¡margin: 0;
¡¡padding: 0;
/*¡¡font-style: normal;*/
/*¡¡font-weight: normal;*/
/*¡¡font-size : 100%;*/
}

/* basic elements */
html {
	margin:0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding:0;
	}

body {
	margin:0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding:0;
	font-family:verdana, 'trebuchet ms', sans-serif;
	font-size:12px;
	background:#EEF4FF;
	text-align:center; /* center on ie */
	height:100%;
	}

form, input { margin: 0; padding: 0; }
a { text-decoration: none; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin:0;
	padding:0;
	}


.clr { clear:both; }

.f_left { float:left; }
.f_right { float:right; }

.mgt3 { margin-top:3px; }
.mgt10 { margin-top:10px; }
.mgt20 { margin-top:20px; }
.mgr2 { margin-right:2px; }
.mgr15 { margin-right:15px; }



/* header */
div.container_header {
	margin:0 auto;
	text-align:left;
	width:766px;
	background:url(images/bg.gif) repeat-y;
	}

div.logo {
	margin:0 3px;
	background:url(images/bg_logo.gif) repeat-x;
	height:51px;
	}

div.search {
	margin-top:19px;
	margin-right:10px;
	}

.input_txt {
	background:#FFF;
	border:1px #333 solid;
	}

.input_btn {
	background:#B9D3FB;
	color:#216DC2;
	padding:3px;
	height:1.5em;
	border:0;
	font-size:11px;
	margin-left:5px;
	}

div.flash {
	margin:0 3px;
	}

div.new {
	margin:0 3px;
	background:url(images/bg_new.gif) no-repeat;
	height:48px;
	}

.new_txt {
	color:#31F200;
	width:653px;
	position:absolute;
	top:17px;
	left:80px;
	}

div.nav_header {
	margin:0 3px;
	height:48px;
	}

div.nav_header UL {
	width:760px;
	height:48px;
	list-style-type:none;
	margin:0;
	padding:0;
	}

div.nav_header UL LI {
	height:48px;
	overflow:hidden;
	text-indent:-5000px;
	font-size:1px;
	display:inline;
	}

div.nav_header UL LI A {
	display:block;
	height:48px;
	}

div.nav_header UL LI.btn01 {
	width:107px;
	background:url(images/btn_nav01.jpg) no-repeat;
	background-position:left top;
	float:left;
	}

div.nav_header UL LI.btn01 A {
	background:url(images/btn_nav01.jpg) no-repeat;
	background-position:left top;
	}

div.nav_header UL LI.btn01 A:hover {
	background:url(images/btn_nav01.jpg) no-repeat;
	background-position:left bottom;
	}

div.nav_header UL LI.btn02 {
	width:109px;
	background:url(images/btn_nav02.jpg) no-repeat;
	background-position:left top;
	float:left;
	}

div.nav_header UL LI.btn02 A {
	background:url(images/btn_nav02.jpg) no-repeat;
	background-position:left top;
	}

div.nav_header UL LI.btn02 A:hover {
	background:url(images/btn_nav02.jpg) no-repeat;
	background-position:left bottom;
	}

div.nav_header UL LI.btn03 {
	width:109px;
	background:url(images/btn_nav03.jpg) no-repeat;
	background-position:left top;
	float:left;
	}

div.nav_header UL LI.btn03 A {
	background:url(images/btn_nav03.jpg) no-repeat;
	background-position:left top;
	}

div.nav_header UL LI.btn03 A:hover {
	background:url(images/btn_nav03.jpg) no-repeat;
	background-position:left bottom;
	}

div.nav_header UL LI.btn04 {
	width:109px;
	background:url(images/btn_nav04.jpg) no-repeat;
	background-position:left top;
	float:left;
	}

div.nav_header UL LI.btn04 A {
	background:url(images/btn_nav04.jpg) no-repeat;
	background-position:left top;
	}

div.nav_header UL LI.btn04 A:hover {
	background:url(images/btn_nav04.jpg) no-repeat;
	background-position:left bottom;
	}

div.nav_header UL LI.btn05 {
	width:109px;
	background:url(images/btn_nav05.jpg) no-repeat;
	background-position:left top;
	float:left;
	}

div.nav_header UL LI.btn05 A {
	background:url(images/btn_nav05.jpg) no-repeat;
	background-position:left top;
	}

div.nav_header UL LI.btn05 A:hover {
	background:url(images/btn_nav05.jpg) no-repeat;
	background-position:left bottom;
	}

div.nav_header UL LI.btn06 {
	width:109px;
	background:url(images/btn_nav06.jpg) no-repeat;
	background-position:left top;
	float:left;
	}

div.nav_header UL LI.btn06 A {
	background:url(images/btn_nav06.jpg) no-repeat;
	background-position:left top;
	}

div.nav_header UL LI.btn06 A:hover {
	background:url(images/btn_nav06.jpg) no-repeat;
	background-position:left bottom;
	}

div.nav_header UL LI.btn07 {
	width:108px;
	background:url(images/btn_nav07.jpg) no-repeat;
	background-position:left top;
	float:left;
	}

div.nav_header UL LI.btn07 A {
	background:url(images/btn_nav07.jpg) no-repeat;
	background-position:left top;
	}

div.nav_header UL LI.btn07 A:hover {
	background:url(images/btn_nav07.jpg) no-repeat;
	background-position:left bottom;
	}
/* end header */




/* content */
div.main_content {
	position:relative;
	margin: 0 auto; /* center on everything else */
	width: 766px;
	background:#FFF;
	text-align: left;
	background:url(images/bg.gif) repeat-y;
	overflow:auto;
	}

div.main_content_inner {
	position:static;
	margin:0 auto;
	padding-top:5px;
	padding-left:12px;
	padding-right:12px;
	}

div.topics {
	width:742px;
	height:181px;
	background:url(images/bg_topics.gif) no-repeat;
	display:block;
	overflow:hidden;
	}

div.topics_inner {
	width:184px;
	float:left;
	height:100%;
	}

div.topics_inner_top {
	width:173px;
	height:77px;
	margin-top:6px;
	margin-left:6px;
	}

div.topics_photo img {
	border:1px #E7E7E7 solid;
	margin-right:2px;
	}

div.topics_stitle {
	width:93px;
	float:right;
	}

.topics_p1 {
	background:url(images/arrow_topics.gif) no-repeat;
	background-position:3px 4px;
	padding-left:11px;
	margin-top:3px;
	font-weight:bold;
	color:#FFFFFF;
	}

.topics_p1 A:link, .topics_p1 A:visited {
	color:#FFFFFF;
	}
 
.topics_p1 A:hover {
	color:#CDCDCD;
	text-decoration:underline;
	}

.topics_p2 {
	margin-top:10px;
	color:#FFFFFF;
	font-size:11px;
	}

.topics_p2 A:link, .topics_p2 A:visited {
	color:#FFFFFF;
	}
 
.topics_p2 A:hover {
	color:#CDCDCD;
	text-decoration:underline;
	}

div.topics_inner_bot {
	margin:18px 11px 13px 12px;
	color:#FFF;
	font-size:10px;
	}

div.pagetop {
	padding:15px 204px 15px 466px;
	text-align:right;
	}
/* end content */





/* content left */
div.content_left {
	margin-top:20px;
	width:538px;
	float:left;
	height:1%;
	}

div.tab {
	width:538px;
	height:38px;
	background:#F7FAFF url(images/bg_tab_left.gif) repeat-x;
	}

.tab_table_td {
	padding:0 7px;
	font-size:11px;
	}

div.info {
	width:538px;
	background:#F7FAFF;
	border-bottom:2px #E1EDFF solid;
	}

div.info ul {
	padding:5px 0 5px 12px;
	list-style:none;
	/*padding:0 0 6px 13px;*/
	}

div.info ul li {
	padding:0 0 8px 13px;
	background:url(images/arrow_info.gif) no-repeat;
	background-position:3px 5px;
	}

div.info ul li A:link, div.info ul li A:visited {
	color:#2D67D2;
	}

div.info ul li A:hover {
	color:#7796BB;
	text-decoration:underline;
	}

div.info ul li span {
	margin-left:13px;
	font-weight:bold;
	color:#585858;
	}

div.newkiji {
	width:538px;
	height:25px;
	background:#ECF0FF url(images/arrow_newkiji.gif) left no-repeat;
	}

div.newkiji p {
	padding-top:5px;
	padding-left:20px;
	}

div.newkiji p span {
	margin-left:13px;
	font-weight:bold;
	color:#525252;
	}

div.newkiji p A:link, div.newkiji p A:visited {
	color:#2D67D2;
	}

div.newkiji p A:hover {
	color:#7796BB;
	text-decoration:underline;
	}

div.newkiji2 { width:538px; }

.newkiji2_p {
	font-size:10px;
	padding:6px 10px 6px 23px;
	}

.newkiji2_p img {
	vertical-align:middle;
	border:2px #B5C7E4 solid;
	margin-right:5px;
	}

.newkiji3_p {
	font-size:10px;
	padding:15px 10px 15px 23px;
	}

div.alldesc_p {
	margin:15px 10px 0px 23px;

	font-size:16px;
	width:505px;
	line-height: 1.3em;

	overflow:hidden;
}

div.alldesc_p p{
	margin-bottom:1.2em;
	}

/* end content left */





/* content right */
div.content_right {
	margin-top:0px;
	padding:0;
	width:186px;
	float:right;
	}

div.plugin {
	width:186px;
	background:url(images/bg_plugin.gif) repeat-y;
	height:auto;
	}

div.plugin A:link, div.plugin A:visited {
	color:#4145DC;
	}

div.plugin A:hover {
	color:#228FF2;
	text-decoration:underline;
	}

div.plugin ul {
	padding:10px 5px 0 14px;
	margin:0;
	list-style:none;
	}

div.plugin ul li {
	padding:0 0 6px 13px;
	background:url(images/arrow_plugin.gif) no-repeat;
	background-position:3px 6px;
	}

.txtarea_input {
	font-size:11px;
	}

.btn_submit {
	margin-bottom:0px;
	margin-left:26px;
	}

.profile_txt { padding:10px 25px 6px 27px; }

div.profile img { 
	border:2px #425EBD solid;
	margin-bottom:9px;
	}

.free_txt { padding:10px 14px 6px 14px; }

div.calender {
	background-color:#E1EDFF;
	}

div.calender A:link, div.calender A:visited {
	color:#3C77BF;
	}

div.calender A:hover {
	color:#2EB0FE;
	text-decoration:underline;
	}

.td_right { text-align:right; }

.td_center { text-align:center; }

.td_calender01 {
	padding:7px 3px;
	font-size:10px;
	background-color:#F7FAFF;
	}

.td_calender02 {
	padding:7px 3px;
	font-size:11px;
	}

.td_calender03 {
	padding:5px 3px;
	font-size:11px;
	background-color:#F7FAFF;
	}
/* end content right */







/* footer */
div.footer {
	position:relative;
	margin: 0 auto;
	width: 766px;
	background:url(images/bg.gif) repeat-y;
	}

div.footer-inner {
	position:static;
	margin:0 3px;
	height:50px;
	background:url(images/bg_footer.gif) repeat-x;
	text-align:right;
	}

div.footer-inner address {
	color:#D6DEED;
	font-size:10px;
	font-style:normal;
	padding-top:11px;
	padding-right:17px;
	}

div.footer-inner p {
	color:#D6DEED;
	font-size:10px;
	padding-top:2px;
	padding-right:17px;
	}
/* end footer */







/* ¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý
                   CSOLÄÉ²Ã DIARYÉ½Ž¦¥¹¥¿¥¤¥ë¥·¡¼¥È
¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý¡Ý*/

div.basic_box{
	width:538px;
	height:auto;
}

div.basic_box2{
	width:518px;
	height:auto;
}

div.entry_header {
	width:538px;
	height:28px;
	padding-top:10px;
	background:url(images/diary_header.gif) no-repeat;
}

div.entry_header h5 {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	margin-left:33px;
}

div.entry_body {
	width:518px;
	background:url(images/bg_diary.gif) repeat-y;
	padding:10px;
	font-size:10px;

	line-height:1.4em;
	/*letter-spacing: 0.1em;*/
	overflow:hidden;
}
div.entry_in {
	margin:15px 25px 0px 8px;

	font-size:16px;
	width:505px;
	line-height: 1.3em;

	overflow:hidden;
}
div.diary_bot {
	width:538px;
	height:9px;
	background:url(images/bg_diary_bot.gif) no-repeat;
}

div.entry_body a:link,a:visited{
	color:#2D67D2;
}

div.entry_body a:hover{
	color:#7796BB;
	text-decoration:underline;
}

div.entry_body p{
	margin-bottom:1.2em;
}

div.entry_foot {
	text-align:right;
	margin-top:10px;
}

.track_tab1 h3 {
	padding:5px 0 5px 17px;
	font-size: 14px;
	font-weight: bold;
}

.p2 {
	font-weight: normal;
	font-size: 10px;
}

.track_tab2 {
	padding: 5px 5px 20px 21px;
}

.tab5 .com {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px 10px 21px;
}

.track_tab2 .li1 {
	padding-top:20px;
	list-style-image: url(images/list_icon1.gif);
}
.track_tab2 .li1 div.track_url1 {
	margin:0;
	padding:0;
}

.track_tab2 .li1 div.track_url2 {
	padding:2px 10px;
	background-color:#FFFFCC;
}

.track_tab2 .li2 {
	list-style-image: url(images/list_icon2.gif);
}

div.track_head {
	width:auto;
	height:auto;
	background:#ECF0FF url(images/arrow_newkiji.gif) left top no-repeat;
}

div.track_head p {
}

.tab2 {
	padding: 5px 5px 5px 23px;
}

.tab3 {
	padding: 9px 0 9px 0;
}

.tab3 p {
	font-size: 10px;
	text-align: right;
}

.tab_menu {
	margin-top: 30px;
	text-align: center;
}
.tab_menu img {
	padding-bottom:2px;	
}

/**************************************************
¡¡¡¡¥Ø¥Ã¥À
***************************************************/
#banner
{
/*	margin: 0 6px;*/
	margin:0px 3px;
	width: 760px;
	height: 150px;
	background: #ffffff url("./images/portal_top.jpg") no-repeat;
}

#banner-inner{
	padding: 30px 20px;
	width:400px;
	filter: Shadow(color=#00000f,direction=135,strength=5);
}

#banner-header a,
#banner-header
{
	margin: 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}

#banner-description a,
#banner-description
{
	margin-top: 5px;
	margin-bottom: 0;
	color: #fff;
	background: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.125;
}

/**************************************************
¡¡¡¡¥À¥¦¥ó¥í¡¼¥É¥â¥¸¥å¡¼¥ë
***************************************************/
.download-control{
	margin: 0 ;
	padding: 0 ;
	font-size: 10px;
	font-weight: normal;
}

.download-control #control_button {
	width:55px;
	height:20px;
/*	margin-right: 20px;*/
	margin-bottom: 5px;
	padding:5px 0px 0px 10px;
	background-image: url(images/btn_rebuild.gif);
	background-repeat: no-repeat;
}

.download-content{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
}
.download-header {
	margin-bottom: 0px;
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/tab1b.gif);
	background-repeat: repeat-y;	
}

.download-header h3 img {
	vertical-align: middle;
	margin-left: 10px;
}

.download-header h3 #title {
	margin-left: 10px;
}

.download-body{
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(images/tab3.gif);
	background-repeat: repeat-y;
}

.download-footer {
	margin: 0 20px 0px 0;
	padding: 13px 13px 5px 5px;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
}

/**************************************************
¡¡¡¡¥Ñ¥ó¤¯¤º¥ê¥¹¥È¥â¥¸¥å¡¼¥ë
***************************************************/
#breadcrumbs {
	margin:2px 0px 0px 3px;
	padding:0 0 0 5px;
	width:755px;
	border-bottom:solid #CECBCE 2px;
}
#breadcrumbs h2 {
	margin:0px;
	padding:0px;
	display: inline;
	text-decoration: none; 
	font-size:8pt;
}
#breadcrumbs img {
	margin:0px;
	padding:0px 0px 0px 10px;
}

