@charset "Shift_JIS";

/********************

Okumura Fashion Institute : main stylesheet

Copyright 2006, Katsumi Okumura. All Rights Reserved.

mail : ...@...

********************/

/***** Contents Start *****

1: universal reset 
2: html and body
3: typography
	: the side bar
	: linkypoos
	: general params
	: acronyms, abbreviations and del styles
	: tables
	: main content headings
	: lists
4: layout
5: main navigation
6: images
7: forms

/***** 1. universal reset *****/

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/***** 2. html and body *****/

html {
	min-width: 850px;
}

body {
             background-image: url(bg5.gif); 
             background-color: #ffffff; 
             background-repeat: no-repeat;
             background-properties: fixed;
             background-position: right;
             margin-left: 150px;
	color: #000000;
	font: 75%/150% Arial,Helvetica,sans-serif;
	padding: 10px 0 0 5px;
	text-align: left;  /* align ie5 center screen */

 scrollbar-3dlight-color:#ffffff;
 scrollbar-arrow-color:#000000;
 scrollbar-track-color:#ffffff;
 scrollbar-darkshadow-color:#ffffff;
 scrollbar-face-color:#c0c0c0;
 scrollbar-highlight-color:#ffffff;
 scrollbar-shadow-color:#ffffff; 
}

/***** 3. typography *****/

/***** 4. layout *****/

div#wrapper {
	background: #fff;;
	border: 1px solid #000;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

/* header */

#header {
	margin: 5px;
	width: 800px;
}

#header h1 {
	font-family: sans-serif; 
	font-size: 500%;
             font-weight:bolder;
             font-style:oblique;
	margin:20px 0 2px 2px;
             text-align:left;
}

#header a {
	color: #000;
	text-decoration: none;
}

#header p {
	margin: 10px 4px;
}

/* main */

#content {

	width: 800px;
}

#main {
	margin: 5px 0px 0px 0px;
	overflow: auto;
	width: 800px;
	
}

#main h2 {
	margin: 10px 0px 0px 0px;
	overflow: auto;
	width: 800px;
             text-align:left;
}

#main h3 {
	margin: 10px 5px 5px 5px;
	overflow: auto;
	width: 600px;
             text-align:left;
}

#main h5{	margin: 0px 0px 0px 0px;
	overflow: auto;
	width: 720px;
             text-align:left;
           

}

.bs1{border-style: dotted ; 
border-color:#000000 ; 
padding:30px,10px,30px,10px; 
line-height: 120px; }



#main ul {
	list-style: none;
}

#main ul li {
}

#extra {
	float: right;
	margin: 5px 1px;
	width: 160px;
}


/* footer */

#footer {
	margin: 5px;
	width: 750px;
}

#footer h4{
	font-family: sans-serif; 
	font-size: 100%;
             font-weight:bolder;
             font-style:oblique;
	margin:20px 0 2px 2px;
             text-align:left;
}

address {
	color: #000000;
	font-size: 85%;
	margin: 20px 0;
	text-align: left;
}

address a {
	color: #888;
}

#copyright {
	color: #000000;
	font-size: 80%;
	text-align: left;
}

/***** 5. main navigation *****/

#sidebar {
	float: left;
	margin: 5px;
	width: 140px;
}

#gnavi {
	margin: 2px;
}

#gnavi li {
	list-style: none;
	margin: 0.3em 0;
}

#gnavi li a {

}

#now {
	color: #999;
}

#since {
	font-size: 90%;
	margin: 30px 0 0 2px;
}

/***** 6. images *****/

/***** 7. forms *****/

#search {
	margin: 4px 0;
}

#search input  {
	font-size: 13px;
}

